umbraco Questions

2

I need a way to create an empty IOrderedEnumerable and IEnumerable<IGrouping<string, DynamicNode>> //above IGrouping DynamicNode gets stripped out by stackoverflow Reason: I create 3 em...
Feeling asked 16/4, 2013 at 9:8

2

Solved

I'm using Azure Active Directory to provide authentication to the Backoffice on my website running Umbraco version 11.0. This is working nicely and I can log in but I want to improve the experience...
Intima asked 10/2, 2023 at 16:36

7

I am getting this error after deploying Umbraco website to the shared hosting site. Couldn't able to find any solution. Tried refreshing App Pool The Xml cache is corrupt. Use the Health Check...
Hanus asked 18/4, 2018 at 19:0

3

The Question I'm trying to use the routes, as defined by the CMS, to fetch content, which is used to determine which Page to load in my our Nuxt frontend. So, how do you implement your own logic fo...

13

Solved

I am receiving the following error message after an HTTP POST on an ASP.NET form hosted inside a UserControl: Failed to load viewstate. The control tree into which viewstate is being loaded must...
Sitar asked 3/8, 2012 at 12:44

5

Solved

I know this is probably going to be something very simple and it is like just a 'gotcha' that I have yet to get; however, I have been struggling with escaping the @ symbol in the following URL. &l...
Troxell asked 28/5, 2014 at 8:9

3

Solved

I have this question about umbraco structuring and I can't find the answer anywhere. Typically in Umbraco it will default the root site to the first node of the tree. so if we have Home page 1 ...
Venepuncture asked 3/2, 2012 at 15:46

2

Solved

I've just recently started trying to use Umbraco, so I hope this doesn't sound stupid. I'm trying to set the default web page to my site, but I am having no luck. I recently installed umbraco v 4....
Kobe asked 1/3, 2012 at 5:22

3

Solved

For my remote repository, I'm trying to ignore the web.config file of my Umbraco website. The .gitignore is in the root of my website, and the file to ignore, web.config is also in the root of my w...
Dan asked 26/2, 2014 at 10:31

3

Solved

I am using a rich text editor to display description on the products page , but the page renders as : <p>text description</p> The macro for description is : Razor syntax: @fo...
Lapp asked 19/8, 2011 at 14:8

4

Solved

I've followed the steps from http://memoryleak.me.uk/2009/04/umbraco-and-aspnet-mvc.html and integrated MVC in Umbraco with success, but I still have a problem which is critical for me. Is there an...
Cough asked 28/11, 2009 at 13:48

3

Solved

I have an if test where I want to display the content of the 'year' property with a comma when the property has values. This isn't working so I would be thankful for suggestions. <xsl:if test="...
Methylene asked 4/11, 2011 at 10:37

6

Solved

I used Umbraco 4.11.6 in my website(web application).My website is worked in localhost(tested from Visual studio 2012 and IIS(v7)) but when I run it from internet space I got an error. The error wa...
Biomass asked 8/4, 2013 at 8:18

3

Solved

I have set up identity server 4 to extent Umbraco so it uses a custom role provider. Everything was working but now when I get redirected to my Identity server I get this error: Can anybody sh...
Sonnie asked 4/9, 2018 at 14:20

5

Solved

I am developing a website in umbraco, the problem is when i insert my html in rich text editor it automatically inserts "p" (Paragraph Tag) tag in the html which is destroying my design.Please help...
Phoenix asked 13/12, 2013 at 13:39

6

Solved

I'm working on a backend module, so Node.GetCurrent() is not an option. I need to find a way to call something like Node currentNode = new Node(parentNodeId); and get the root node of the site. I'v...
Gutta asked 13/8, 2012 at 18:57

6

Solved

I created a workflow using umbraco and what I am trying to do is: create a workflow that get the html created by a razor template (umbraco.forms). Here is the locations where is the templates of u...
Anodize asked 4/9, 2019 at 11:10

4

Solved

I have asked this question on the Our Umbraco forums, however I wanted to also increase my chances of getting a solution by posting the same question here. The issue I have is that, inside a Razor...
Aubree asked 3/10, 2012 at 15:10

3

Solved

I'm trying to save my IContent called child, but on this line(contentService.SaveAndPublish(child);) I get the following error: Object reference not set to an instance of an object. if (child.HasP...
Incongruous asked 3/6, 2019 at 6:27

3

Solved

I have a value in xslt and I need to put it into the data-time attribute of the p tag <xsl:value-of select="current()/eventTime" /> <p class="time" data-time="1">Duration: <xsl:va...
Tier asked 21/9, 2012 at 11:13

3

Solved

I am hosting an Ubraco CMS app in Azure. After following the instructions in this blog post, I am receiving the following error when I try to request and install a LetsEncrypt certificate using the...
Pinson asked 9/8, 2016 at 15:38

3

Solved

Overview of the problem: I've created a Surface controller with an action that is called using @Html.Action(...). The @Html.Action call is done within a Macro partial view and the macro is includ...
Pitman asked 30/5, 2013 at 3:41

2

Solved

Created an ASP.NET empty web application in Visual Studio Installed Umbraco 7.1.5 via NuGet Package Manager When asked to overwrite the web.config file, typed Y(Yes) Built the project F5 When I ...
Supernal asked 23/8, 2014 at 12:11

5

Solved

First time Umbraco user. I'm looking to add pagination to the following basic loop: @foreach (var example in CurrentPage.Children.OrderBy("createDate descending").Take(8)){ //Do Stuff// } An...
Sieve asked 23/7, 2014 at 9:12

2

Solved

Having same issue as many others in regards to Umbraco ImageProcessor not cropper. I am currently using Version 7.4 but 7.3 also does not crop image at all. I am using Azure Blob storage, with CD...
Polypetalous asked 20/12, 2015 at 23:11

© 2022 - 2024 — McMap. All rights reserved.