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? Downgrade Umbraco 7 to version 6 database

We are giving up on Umbraco 7 and want to move back to Umbraco 6. Mostly because of 2 reasons: 1) canvas edit mode is no-where to be found 2) but most importantly, Umbraco Courier does not work with version 7. We now want to downgrade the v7…
It's me ... Alex
  • 279
  • 4
  • 11
0
votes
1 answer

AngularJs multiple directives - select value change

I'm creating a font picker directive with angularjs for an Umbraco property editor. In the directive I have a select with the fonts, which is bound to the isolated scope. If I have two directives on the same page, and I change the selected font in…
tobi_dk
  • 33
  • 1
  • 1
  • 5
0
votes
1 answer

Umbraco and Visual Studio 2013 is out of sync

I just got my VS 2013 to run together with Umbraco 7, but i just ran into a poroblem. When i for example create a template inside Umbraco i cant see this newly created template inside of visual studio, but i can see that it exsists in the folder…
Timsen
  • 4,066
  • 10
  • 59
  • 117
0
votes
1 answer

Umbraco mvc - check if image is landscape or portrait

To begin with, I am not so familiar with mvc. But I have built a portfolio in Umbraco 7.0.3 where I select images through a multiple media picker and then loops them out on the page. What I need help with is to check if the image is portrait or…
user3446407
  • 83
  • 1
  • 8
0
votes
2 answers

Umbraco.Web.Models.DynamicPublishedContentList does not contain a definition for Count

I am getting error in a Umbraco 7.0.3 macro which traverse through all the childs and returns little more than a list. To start with I have used Umbraco back office to build the basic navigation and side menu items. Meanwhile once the local…
Sanjay Zalke
  • 1,331
  • 1
  • 18
  • 25
0
votes
3 answers

Using media images in a template in Umbraco 7

In previous versions before Umbraco 7, there was an image link on the Media properties tab of an uploaded image. If I remember correctly, you could use that to identify the image and use the upload "Overwrite" option to directly update and overwrite…
WillC
  • 1,761
  • 17
  • 37
0
votes
1 answer

Need help on dynamically creating navigation links based on content created in Umbraco

i am very much new in Umbraco CMS and started coding in it recently. My page structure is like this And now I have written the code like this to generate the dynamic navigation based on the code I have found in Umbraco forums. But in output it is…
Utpal
  • 805
  • 4
  • 15
  • 44
0
votes
0 answers

Umbraco 7.0.4 with MySQL database, built-in SQL syntax error?

New to Umbraco and just successfully installed Umbraco 7.0.4, using a MySQL database. But when trying to create a Document Type, i keep getting this error: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server…
user1906437
  • 233
  • 2
  • 6
  • 12
0
votes
1 answer

You must set the singleton 'Umbraco.Core.Persistence.SqlSyntax.SyntaxConfig'

I'm trying to use the Umbraco ContentService in an external MVC application. In my controller: var contentService = new ContentService(); var document = contentService.GetById(idofdocumenthere); I put my umbraco connectionstring in the web.config…
Sllix
  • 606
  • 9
  • 28
0
votes
3 answers

Umbraco 7 Back Office fails to load in IE on IIS

I'm developing an Umbraco 7 site, and have installed the NuGet package in Visual Studio. When I run it locally under IIS Express, everything is fine. When I deploy this to a server under IIS, I get the site pages fine but do not get the back office…
pete the pagan-gerbil
  • 3,136
  • 2
  • 28
  • 49
0
votes
1 answer

umbraco 7.0.4 bundling not working

I'm trying to use the Bundling and Minification feature on a Umbraco 7.0.4. I'm getting a 404 error. I've manually added my virtual prefix path in web.config ("umbracoReservedPaths" variable) but it still not working. I also added the version 1.1.0…
Thiago Custodio
  • 17,332
  • 6
  • 45
  • 90
0
votes
1 answer

Umbraco 7 Dynamic Template Block contents

Hi i need some help with umbraco to define dynamic block template. I've the structure described in the image below i want to create a dinamic structure for the investor area like in the next screenshot i try to create benefit template as child of…
user1611404
  • 76
  • 1
  • 2
  • 5
0
votes
1 answer

Umbraco Multiple Media Picker doesn't delete items

I have an Umbraco v7 site that has a document type with a multiple media picker field. After I store some initial data in there by selecting a file in the media section, this data won't be removed from the front end. I clear the selection and then…
hofnarwillie
  • 3,563
  • 10
  • 49
  • 73
0
votes
1 answer

Umbraco : Using controller for master layouts

I was wondering if theres a way of using controllers for my master pages. Cheers
user446923
  • 553
  • 1
  • 10
  • 20
0
votes
3 answers

Umbraco 7, AfterUpdateDocumentCache event is deprecated

I look that the signature of umbraco.content.AfterUpdateDocumentCache event uses umbraco.cms.businesslogic.web.Document object. Unfortunatelly it is deprecated in "Umbraco 7". What is the new event? I'm the same issue in…
riofly
  • 1,694
  • 3
  • 19
  • 40