Questions tagged [kentico-12]

Kentico is a CMS using asp.net that enables users to build websites, online stores, and community sites. To use this tag, the question has to be about Kentico version 12, which was released on November 27, 2018.

With version 12, Kentico is now placing more emphasis in developing using MVC rather than the Portal Engine, which can still be used. New features in version 12 are:

  • MVC Page Builder
  • MVC Widgets
  • MVC Content Personalization
  • MVC Form Builder
  • Smart Forms
  • E-commerce Business API
  • MaxMind GeoIP2 Geolocation Database Support

References

Kentico Version 12

87 questions
0
votes
1 answer

Kentico - Map only specific media folders to Azure Blob

I'm using follwoing code to map the Media files to Azure Blob. Code works fine. However, I want to map only the folders which does not contain the name "memberonly". Despite the condition check Kentico maps all the directories to Azure Blob. Giving…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Kentico 12 - unable to choose existing page template for new page of a particular type

What I have: A custom page type called 'x' A custom page template called 'Service' A page of type 'x' whose page template is set to 'Service' What I can't seem to do: After creating a second page of page type 'x', (this page is a sibling of the…
Rob M
  • 301
  • 1
  • 9
0
votes
1 answer

Kentico 12 Azure Search

I'm trying to implement Azure Search on Kentico 12. Following the article below. https://docs.kentico.com/k12/configuring-kentico/setting-up-search-on-your-website/using-azure-search/integrating-azure-search-into-pages However, I have multiple…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Kentico 12: change value of one page type field based on value of another field

I have a custom page type with two fields, StateName and StateCode. I would like it so that when a value is selected in either of these fields, the other field’s value changes to match. So for example, if I select “Alabama” in the StateName field,…
daGUY
  • 27,055
  • 29
  • 75
  • 119
0
votes
3 answers

Kentico MVC culture two letter code in URL pattern

I'm trying to create a more friendly page URL in Kentico with the two letter culture code (en) instead of the full culture code (en-US). I modified the page URL pattern as seen in the image below. Is there a better way of doing this, should I create…
A. van Hugten
  • 715
  • 5
  • 16
0
votes
1 answer

How can I override DocumentCreatedWhen and DocumentModifiedWhen while using Kentico Import Toolkit?

I've created a number of .iprofile files to import pages from a legacy WebForms site into the "Content-Only" versions on a new MVC site. This works great except that it ignores the mapping for DocumentCreatedWhen and DocumentModifiedWhen. Each time…
cganickel
  • 76
  • 6
0
votes
0 answers

Kentico v12 webpart contents are not imported properly

Anyone experiencing this issue? This issue only occurs when importing an update to an existing site. I'm using Kentico v12.0.47. Below are the steps i did in importing the content. Created a page and added editable text Webpart. Opened the page In…
Wreeecks
  • 2,186
  • 1
  • 33
  • 53
0
votes
2 answers

Kentico 12 - Limit Page Selector by a given page type

Is it possible to limit the new widget Page Selector by a given page type? I know you can set it to load a specific path using EditingComponentProperty(nameof(PageSelectorProperties.RootPath) but can't see a way to limit by page type.
mp3duck
  • 2,633
  • 7
  • 26
  • 40
0
votes
1 answer

How to avoid the external user to link to /cmspages/logon.aspx

How to avoid external users to link on /cmspages/logon.aspx. I want when they will type the www.domainname.com/cmspages/logon.aspx to block them.
sosman
  • 3
  • 2
0
votes
0 answers

Full screen overlay on kentico

How do to achieve a full height on kentico? I have created a webpart zone and was expecting it to take a ZoneHeight of 100% but that does not work. What is the kentico way of doing this? This is on kentico web forms.
Taf Munyurwa
  • 1,444
  • 2
  • 16
  • 22
0
votes
1 answer

Kentico IEnumerable is empty in my controller

I am using the standard method to get the properties of my page: ClientLogosDatasource datasourceItem = ClientLogosDatasourceProvider.GetClientLogosDatasource(datasourceNodeGuid, "en-us",…
Ben Murphy
  • 49
  • 1
  • 5
0
votes
1 answer

CMS_DocumentAlias table is empty Kentico

I am trying some different basic URL mapping methods for Kentico 12 MVC and I have seen this post: https://devnet.kentico.com/questions/get-treenode-by-url SelectSingleNode is returning null. When I check my database, the CMS_DocumentAlias table is…
Ben Murphy
  • 49
  • 1
  • 5
0
votes
2 answers

How to route and resolve pages in Kentico

I am creating a Kentico website and have been through the tutorial and reading up on the handling links for Kentico MVC. From what I understand, Kentico is encouraging developers to use the standard MVC routing to map pages to controllers. This is…
Ben Murphy
  • 49
  • 1
  • 5
0
votes
1 answer

How do I get the Alias Path/Node Alias in C# Kentico 12 MVC

I am using the standard DocumentHelper.GetDocuments to find a page, and for top level pages, the .WhereEquals("NodeAlias", pageAlias) is working fine, where pageAlias is along the lines of "Test-Page". Once I start resolving child pages (so…
Ben Murphy
  • 49
  • 1
  • 5
0
votes
1 answer

Kentico Migration Update URLs

I have recently inherited a Kentico site and there still seems to be links to the old owner's instance. Is there a way in Kentico to update links and URLs? I've searched through the codebase for traces of the URL but cannot find anything
Ben Murphy
  • 49
  • 1
  • 5