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
3
votes
1 answer

Kentico CMS Repeater UniPager shows everything on one page

I have the following code in front: //code
rory
  • 1,490
  • 3
  • 22
  • 50
3
votes
2 answers

Access Kentico 12 Alternative URL value

I'm looking for a way to retrieve the alternative URL value for a page in kentico. Having followed this example to enable Alternative Urls in Kentico 12 SP :…
Timtek
  • 65
  • 1
  • 7
2
votes
2 answers

Kentico staging sync

I'm trying to sync page changes from my local environment to the UAT environment using the Staging module in Kentico. I've set up the source and destination servers but when I try to sync a specific page it throws the following error. No Route…
chamara
  • 12,649
  • 32
  • 134
  • 210
2
votes
1 answer

How to create a new culture version for multiple pages in Kentico at one go?

I am configuring a new language version on the existing Kentico 12 website. I can easily create a new culture version of a page by copying content from the already existing language, but a problem is that this feature is available at a page level…
Kate Orlova
  • 3,225
  • 5
  • 11
  • 35
2
votes
1 answer

Text editor links leading with ~ character and images are not rendering correctly

I am running Kentico 12.0.24 MVC and there is an issue how the inserted images render using the text editor. When inserting images using the Text editor in Kentico CMS, I am able to see the inserted images inside the Text Editor, but when viewing…
2
votes
4 answers

How to use BizForms in Kentico 12 without page builder

Kentico 12 only supports forms using the "Form" page-builder widget out of the box. Can anyone provide examples of how one might utilise BizForms on an MVC _Layout.cshtml or in pages that do not use the page builder? Acceptance criteria: Must allow…
Hades
  • 1,975
  • 1
  • 23
  • 39
1
vote
2 answers

Apple Pay with Stripe on Web - Error while Domain verification from stripe apple pay

I need to add Apple Pay on the web using following link to integrate Apple Pay on my kentico website : https://support.stripe.com/questions/enable-apple-pay-on-your-stripe-account I have created a physical folder in the web root directly on the web…
1
vote
4 answers

Kentico12 Additional assemblies have to be registered before application pre-initialization

The current project I have inherited is a Kentico 12 MVC implementation. I successfully got the CMS Admin site running. It currently references a bunch of assemblies in a Lib folder. They are version 12.0.29. I decided that I wanted to change to use…
tone
  • 1,374
  • 20
  • 47
1
vote
0 answers

For POST actions use HtmlHelper extension method Html.Kentico().PageData() to persist the page context

Hi Please assist I am building .net core site with kentico 13. I am getting this error below Missing page context data. If required use IPageDataContextInitializer.Initialize method to initialize the context manually. For POST actions use HtmlHelper…
1
vote
0 answers

Kentico - Disable Page Level Attachments

Is there a way to disable page attachments in Kentico without using the UI Personalization? because our current site doesn't have the UI Personalization enabled but still want to disable page level attachments.
chamara
  • 12,649
  • 32
  • 134
  • 210
1
vote
0 answers

Kentico Task Scheduler error : The remote server returned an error: (403) Forbidden

I am getting 403 forbidden error repeatedly from scheduler in production environment (Azure). Message: The remote server returned an error: (403) Forbidden. Exception type: System.Net.WebException Stack trace: at…
ctor
  • 198
  • 2
  • 12
1
vote
1 answer

Kentico CmsRepeater: When to call databind when DataBindByDefault="false"

I want to set DataBindByDefault to false on my repeater because otherwise it makes a call to the db which returns all data from the child nodes of the page which comes to 12MB. I've hacked it for now and set the Path value to "." (same page only) in…
rory
  • 1,490
  • 3
  • 22
  • 50
1
vote
1 answer

Kentico Update Media Libary Direct Path to Azure

We have moved the media stoage to Azure. Any new files successfully get uploaded to Azure and showing the correct URL but how do I change the direct path of the old files? I have already uploaded all files to Azure. Just need to know how to update…
chamara
  • 12,649
  • 32
  • 134
  • 210
1
vote
1 answer

How to force a Live Url (AbsoluteUrl) to update on a Kentico page type

I'm looking for information about how the Live Url (Absolute Url on the back end) regenerates and what triggers it to update. Using Kentico 12SP MVC I have a pretty normal NewsArticle page type that uses a custom url pattern of "/news/{% UrlSlug %}"…
WhiteleyJ
  • 1,393
  • 1
  • 22
  • 29
1
vote
1 answer

Pass a parameter to a Kentico Marketing Automation workflow

How do I pass a parameter to a Marketing Automation workflow? I need to pass a parameter called 'MeetingId' to the workflow 'MeetingInvitation'. How can I do that? ContactInfo contact = ContactInfoProvider.GetContacts() …
chamara
  • 12,649
  • 32
  • 134
  • 210
1
2 3 4 5 6