We are looking to add meta noindex,nofollow tags to certain pages on our Kentico MVC site. Documentation states that if you choose @Exclude from Search@, Kentico will add these noindex,nofollow met...
I want to display the Uni Selector field from one of the pages in the .cshtml file. Now I have the controller and everything else added (can show for example title of the page, image etc.). Now, I ...
I have followed the documentation of Kentico 12 MVC to use a page builder in my project, but when I go to use in the page tab the preview of my view, the Kentico give me an error. Server Error in '...
When creating a new site, the only template for MVC development is an empty one. With the Portal Engine being discontinued in future versions why can't I find a basic MVC based template that is set...
A specific field in the TreeNodes we are using needs to be unique among its siblings. To ensure that it is unique, I'm trying to change the values of a field in a TreeNode when the user changes and...
Does anyone know what the "ComponentDefinitionProvider" in K12 is and where I can disable this feature? I do not use it and I get warnings in the event log. I would like to disable it to stop this.
I'm using Kentico 9 with MVC. When I add a image to the media library it is not copied to the MVC application. I am using the default media library location which resolves to ~/site/media but the ...
We need to get a search box autocomplete working based on Kentico search indexes, but half the site is in the CMS app pages, and half is in MVC. So the autocomplete webpart works on the CMS app pag...
I've created a website with an entry form for their pets( Pet Name, Age, Pet Type ) and then on the admin side I want to display the list of entries. My problem is when I'm importing the generated ...
I want to get thumbnail from file in Kentico 8.2, so I use method as below:private void ThumbnailTest() { var siteInfo = SiteInfoProvider.GetSiteInfo(ConfigUtils.Tribes.SiteId); MediaLibrar...