Using Kentico as CMS. Site is education based and content is composed of Degree, Certificate and/or Letter of Recognition. Some programs are linked, as they are part of multiple departments. I want...
My widget zone (a webpartzone) has before/after HTML to fit it into the layout of the page. However, if editors choose not to include any web parts, then I would like to set the zone's visible fie...
I've a question about the upgrade of Kentico V11 --> V12. After the correct migration, I got these errors messages (20 times).When I'll check the website, all design are blank. I just have the menu...
Is there any out of the box functionality in kentico that would warn me with an email when our security signatures error out? It seems to happen at least once a week, and I only find out once a us...
I need to show a setting key from a Text Editable widget, it works fine in preview mode. But inside CMS it just show macro code. Is there any way to run macro in preview mode both in CMS and live s...
I'm using macro to get DocumentPageTemplateID inside master page, it work fine in parent template that using a page template directly, but i always got zero with children page that inheriting temp...
Hi, I am using kentico integrated with ASP.MVC. I currently have a page type which is composed of a long text field (rich text editor type.The idea is to use a macro expression, which can be binded...
Hello Kentico Team,I am attempting to include the time a page was loaded within an editable text area on a page, however the macro appears to resolve to when the page was last saved, rather than to...
I have a list of class object called Notifications public class Notifications { public string Name { get; set; } } There is a function that just returns List of Notifications. I ...
I am trying to make field visibility in my online form show up based on two criteria. I have a check box with 4 items and I want the next field to show up if either field one or field one and two a...