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
2 answers

Can a variable be used in macro expression?

Can a variable be used like this code in the macro expressions to retrieve values dynamically? I am trying the code below which return as null. var indexId = 45; return CMSContext.Current.GlobalObjects.Users[indexId].DisplayName;
Consp
  • 5
  • 4
0
votes
1 answer

Connecting Kentico API DataSource to Pager Control

I have a repeater that I load Data into via the Kentico DocumentHelper API (K12 Portal Engine). I can load the data without any issues but can't seem to get the pager to work/appear. I added the DelayedLoading="true" attribute to the CMSRepeater in…
rory
  • 1,490
  • 3
  • 22
  • 50
0
votes
1 answer

How many rewrite rules can we add to web.config in mvc

I am using a file called on the web. config's rewrite rule section to add rewrite rules. I have 3000 rules to be added to this file, but my website is not working if I add more than 1000. How many rewrite rules can I add to my file?
Navya
  • 11
  • 3
0
votes
2 answers

Kentico 12 MVC - Add a Forms selector inside a widget

How do I add a Forms widget inside another widget? I tried using FormZone() within the widget but nothing shows up.
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

"Given license is in wrong format" error when entering license in Kentico

You need to insert the license as you have received it. This means also with the domain name,servers and product, expiration. Please make sure you are entering license for appropriate version (2.x, 3.x, 4.x, etc.) and that there are no white spaces…
0
votes
1 answer

Kentico how to read a POST Value in a custom form control

I'm working on a Kentico app V12 (after the same code will be deployed to other installations from 12 to 7) and I added a new form control. In my case the control is for the Google Recaptcha V3 token (so I don't need to save the value), so these are…
stuzzo
  • 1,056
  • 1
  • 15
  • 36
0
votes
1 answer

Kentico override robots meta tag

According to the Kentico Documentation, Kentico automatically adds the following tag when I exclude the page from search: But I need it to be "noindex,follow" I've tried removing it in my canonical…
rory
  • 1,490
  • 3
  • 22
  • 50
0
votes
1 answer

Kentico Language Packs

I need to change Kentico date format to dd/MM/yyyy. I tried following the settings here https://docs.xperience.io/k12sp/configuring-kentico/reference-web-config-application-keys#ReferenceWeb.configapplicationkeys-Userinterfaceculturesettings but…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Forum Requires Manual Entry of User name & Email for Authenticated User?

Is there a setting somewhere to use the authenticated user information instead of forcing user entry, or do I have to go through the process of creating a custom forum layout to accomplish this?
XamlZealot
  • 693
  • 5
  • 12
0
votes
1 answer

How to edit styles inside Kentico 12SP MVC page builder?

I have a site running Kentico 12SP MVC. For reasons, I won't get into, my Header and Footer have a z-index in the millions. Unfortunately, the z-index is so high that it blocks the pagebuilder features in Kentico. How can I add CSS/JS to detect…
0
votes
1 answer

Kentico: Long Query string loading page not found

Here is the setup: migrating a page that takes an encrypted string from a query string and processes it to redirect to the wanted page. The problem: The querystring is too long (8760) and the result goes to a page not found but if I truncate the…
Dan Main
  • 37
  • 6
0
votes
1 answer

CSS Menu List Structure

I'm using CSS list menu as the top navigation. I can see the following HTML structure on source Is there a way that I can make li tag clickable or wrap the li tag inside the anchor tag? Coz the problem is, at the moment only the href is clickable…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
0 answers

Kenticp Requires SSL redirecting with 307 instead of 301

Under Kentico settings I have Allow permanent (301) redirection: true and all pages set to Require SSL. When I call a page with http it redirects with a 307 and then a 301 response instead of a straight 301 response. Is there any way to force just…
rory
  • 1,490
  • 3
  • 22
  • 50
0
votes
1 answer

Kentico - Show sibling document name on the parent repeater

I got the following tree structure. I have a repeater on Podcast page and need to display the latest sibiling document name on each item on the repeater. So for example, I will have the following in the repeater MHPN Presents Ageing Well - Latest:…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Access to the path 'C:\inetpub\wwwroot\Kentico12_2\CMS\App_Data\CMSTemp' is denied

I am trying to upload image via administration interafe of Kentico. I am getting this error when I try upload a image. Error Image What I tried so far; I changed wwwroot folder security properties, and I gave full control acccess to IIS_IUSR, I…