Questions tagged [umbraco]

Umbraco is an open-source content management system platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. Since version 4.5, the whole system has been available under an MIT License.

More information about Umbraco can be found on the main Umbraco website.

Community provided support and documentation can be found on our.umbraco.org.

Umbraco was first created in 2000 by Niels Hartvig and went open source in 2004. The current version is available for download on the Microsoft Web Platform Installer or directly from GitHub.

Development of Version 5, based on ASP.net MVC, was retired at the Umbraco developer conference 2012. Since then, efforts have gone into building on the more mature Version 4 and version 6, including integration of MVC, and also a rewrite of the core API. Version 7 comes with a new user interface.

It is in use on over 110,000 sites worldwide and has a strong developer community, including a number of certified partners across the globe.

The Umbraco HQ released Umbraco as a Service (Uaas) on a paid subscription plan in September, 2015.

4461 questions
1
vote
1 answer

Umbraco 7.3.1 "HasProperty" return always FALSE

I develop a website on Umbraco CMS for one year already. I have a Search code which i take from old website to new one every time for year without any problem. In this case I download Umbraco 7.3.1 and now when i try to check if content Has Property…
Idoshin
  • 363
  • 2
  • 17
1
vote
2 answers

Change drop-drown position

I have made a navigation menu but I want it to have its drop-down fixed like this: http://jsfiddle.net/Pnn6V/380/ In that example, the dropdown is always fixed on the same place no matter what menu is hovered. I want the same dropdown position on my…
John
  • 165
  • 1
  • 1
  • 15
1
vote
2 answers

Umbraco cannot start after switching to local SQL database

I am trying to switch my SQL database from one on server to local replica of another one. In my SQL Server Manager studio I've created and restored DB from DB bak file and fixed user settings. In my local umbraco project I have connection String…
Mindaugas
  • 1,173
  • 5
  • 15
  • 31
1
vote
1 answer

Nuget Install always fails after successfull install

I'm working on a project using Umbraco 7.3.1, Ucommerce 6.8.3, NuGet 3.2.6 and running Visual Studio 2015 on Windows 10 pro (x64) For some reason I am unable to install any Nuget package in the project. This problem seems to appear after I install…
1
vote
1 answer

Examine ExternalIndexer returns empty Index

I have a problem where my External Index refuses to obtain any kind of data when rebuild. When rebuilding the index, it removes any entry in the index. My Internal Index works just fine, and contains every node in Umbraco. I thought it might be a…
Squazz
  • 3,912
  • 7
  • 38
  • 62
1
vote
2 answers

Umbraco AJAX partial view controller action call - unable to retrieve the Umbraco.Context

I have the following scenario: Calendar page that loads the initial sale nodes from last 2 months. This page has a Load more button that fetches more Sale items that are 2 additional months of Sales. I have added the call to the to controller action…
Marko Jovanov
  • 418
  • 10
  • 25
1
vote
1 answer

Creating a custom data annotation to ensure at least one of three fields in the model is populated

I am currently building a booking form using MVC within Umbraco. The properties I care about are as follows: public class BookingModel{ public bool Previous { get; set; } public bool Next { get; set; } public int Stage {…
jezzipin
  • 4,110
  • 14
  • 50
  • 94
1
vote
0 answers

Integrate Umbraco in an MVC and not the other way round

I have little to no experience in Umbraco, but it has been suggested to me as I have been asked to integrate a CMS system within my existing application. I have gone through some videos how to use Umbraco and done well so far. The problem is as…
1
vote
1 answer

Getting (404 - File or directory not found) running site. in Umbraco 6

Surprisingly I am getting 404 error message while navigating to pages. And when I re-publish that particular page, it get start rendering , but again when I try to access it using direct url (Eg. http://SiteName/PageName.aspx) it again gives 404…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
1 answer

Horizontal drop-down menu Umbraco

I'm using Umbraco and I want my drop-down menu to display horizontal like this: Right now my drop down menu is like this: The problem is that I don't know how to do this in Umbraco Here is my code: MainNavigation code: @inherits…
John
  • 165
  • 1
  • 1
  • 15
1
vote
1 answer

Regenerating umbraco.config through the Umbraco API

I'm adding some new content to an Umbraco 7.3 site through the Umbraco API and the content appears correctly in the back office and cmsContentXml cache table. The problem is that the new content doesn't appear on the site because it isn't in the…
richarth
  • 99
  • 3
  • 10
1
vote
1 answer

Part of Umbraco site Path disable css from site

Hello and thanks for reading this. I have an Umbraco site and except from this one error, it works perfect. As normal in umbraco paths for sites look like Localhost:xxxxx/ Localhost:xxxxx/Blog/ Localhost:xxxxx/Blog/Blog-Item1/ When I enter…
user4403536
1
vote
1 answer

Where in umbracoSettings.config should I place ResolveUrlsFromTextString?

I am trying to fix issues related to having Umbraco installed under a virtual directory (i.e., not under root, but under http://example.com/dir/site1). According to some posts, this can be resolved by…
Abel
  • 56,041
  • 24
  • 146
  • 247
1
vote
2 answers

Umbraco.Library.IsLoggedOn() does not work from XSLT

This is simple xslt, that shows the login status of the current user. Everything worked fine on development server, but once we've setup app on production, umbraco.librarty.IsLoggedOn() started always to return false. Application uses method…
Misha N.
  • 3,455
  • 1
  • 28
  • 36
1
vote
2 answers

Umbraco 7 Rendering media type images

Am trying to render a list of media images. In my view I have: View @section pageSpecificJsBody { } Which…
Erick Bongo
  • 109
  • 10
1 2 3
99
100