Questions tagged [umbraco7]

Umbraco 7 is an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure.

Umbraco 7 is the seventh stable release of Umbraco - an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Resources

https://umbraco.com/products/umbraco-cms/umbraco-7/

1479 questions
0
votes
1 answer

How to create a Editor editable sidebar in Umbraco?

How can I create a sidebar in Umbraco that is common to all pages that uses a specific template, but is still editable for a editor? If I simply create the sidebar in the template I would have to edit it myself every time they want something…
Mr Alpha
  • 1,813
  • 1
  • 16
  • 26
-1
votes
1 answer

How to detect if specific pic from Media is used by any page

Umbraco version 7.5.14 I have pic.jpg in a Media library (file in Media folder: inetpub\wwwroot...\Media\pic.jpg) I want to find out if the file is OK to be deleted, if no page uses it. How? (There are bunch of files to be deleted, I suspect they…
Dalibor
  • 1,430
  • 18
  • 42
-1
votes
2 answers

Umbraco 7.3 - find all children of DocumentTypeAlias without having to dot your way through with LINQ

I have a pretty basic example: string areaType = "PrivateHomes"; var plotProperties = Model.Content.AncestorOrSelf(1) .Children.Where(c => c.DocumentTypeAlias.Equals("Properties")).First() .Children.Where(c => c.Name == areaType).First() …
IncrediblePony
  • 645
  • 9
  • 31
-1
votes
1 answer

Getting requests only in one computer in UmbracoApi

I have a Umbraco API project that using the UmbracoCms library V 7.15.3. The project work properly, but from some reason after that i copy the project to another computer. The API stop to work there and requests did not comes to the controller. Is…
levi
  • 1,077
  • 2
  • 11
  • 24
-1
votes
1 answer

Unable to log in Umbraco on local server

I have taken a fresh clone of my site running in Umbraco cloud and I am trying to run it but keep being redirected to login page where despite correct credentials i get invalid user error and an error in console as well. I am using version 7.13.2. I…
RMAS
  • 1
  • 1
-1
votes
1 answer

HTML5 tags remove by Rich Text Box in UmbracoCMS

How to fix, HTML5 tags automatically remove by Rich Text Box in UmbracoCMS. Can anyone help me? Thanks in advance.
-1
votes
1 answer

Google Maps JavaScript API warning: NoApiKeys with angularjs umbraco plugin

I have an inherited site using Umbraco cms and angularjs. I am getting an issue with a google map component, the call looks like: assetsService.loadJs('https://www.google.com/jsapi?key=mykey') .then(function () { …
Ismail
  • 923
  • 2
  • 12
  • 29
-1
votes
1 answer

MVC partial view renders without master page

I am creating an umbraco MVC page that has a template that renders a partial view with 2 dropdown lists and a google map. When i load the page it has the master template with a partial view and it shows everything fine. When i select an item from…
milos k
  • 1
  • 6
-1
votes
1 answer

Model.Content.GetPropertyValue instead of Umbraco.Field

Here is part of my code: @using Umbraco.Web; @inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ var mTest = Model.Content.GetPropertyValue("info", true); }
@mTest
It is impossible to get the content of info property. I…
Unknown developer
  • 5,414
  • 13
  • 52
  • 100
-1
votes
2 answers

How to add custom grid templates to Umbraco

I'm trying to change default template for grid bootstrap 2 or 3 to spectre css or stark css frameworks. Suggest how to do. What I have tried? Copied the code from "bootstrap3.cshtml" and try to changes the class names according the framework.
Guruprakash
  • 139
  • 3
  • 9
-1
votes
1 answer

Define different login pages web.config

I am using Umbraco 7 I have 2 different type of members: let's say MemberTypeOne and MemberTypeTwo. In web.config I have defined default login page in case a view is marked [MemberAuthorize]
nickornotto
  • 1,946
  • 4
  • 36
  • 68
-1
votes
1 answer

How to pass an array or vector to my c# function from XSLT File Umbraco

I'm using Umbraco V 7.5.4, and I have some files which are XSLT. One of them has a "select" of html which has a for-each within it that creates the options dynamically according to how many items were brought. I would like to get those items and…
Joab Santos
  • 512
  • 8
  • 21
-1
votes
1 answer

How To Remotely Change the Content In umbraco using Apis

Hello EveryOne I'm New To Umbraco I did Some Simple Umbraco Sites and Im good with so far Based on my Humble .Net background My Question is : How can i Remotely Change the Content of My umbraco form Other Pc or Something like that using Web service…
-1
votes
1 answer

Most efficient way to update all solution by single change

I have developed one product in umbraco CMS(Restaurant Booking). This solution was sell in 10 restaurant. Every Restaurant have its own domain. Now i need to some changes in that like css changes etc. Is there any way to update all the solution by…
-1
votes
1 answer

The images do not show on page after publishing the web-application on IIS

The images do not show on page after publishing the web-application on IIS. When I run the web-application from Visual Studio 2015, the pictures are appear correctly.the path of image is like /media/1713/mypicture.png But after publishing the…
x19
  • 8,277
  • 15
  • 68
  • 126