Skip to main content

Questions tagged [kentico]

Kentico is a content management system (CMS) for building websites, online stores, intranets and Web 2.0 community sites. Kentico utilizes ASP.NET and Microsoft SQL Server. Use this tag for asking questions related to development issues with Kentico CMS.

kentico
0 votes
1 answer
15 views

Kentico 13 Edit froala_style.min.css

what's the best way to edit/add froala_style.min.css? I want to apply the stylings for my incline classes in the editor so that it's actually wysiwyg. I'm not sure if I need to do it in the CMS or the ...
rory's user avatar
  • 1,490
0 votes
1 answer
54 views

Kentico 13 page builder getting config error message

Kentico v13.0.151 Error message showing up on page builder even though page builder seems to be working correctly. This page does not work properly as your browser may be blocking 3rd party cookies ...
rory's user avatar
  • 1,490
0 votes
0 answers
35 views

Kentico Message: The CSRF cookie was missing

I have a website built with K12.095 version.(Webform) There is tons of line in event log that says below error: Message: The CSRF cookie was missing. Exception type: CMS.Protection.Web.UI....
godzkaya's user avatar
0 votes
1 answer
26 views

Can we upgrade or remove unsupported angular versions in kentico 12 or 13

Kentico 13 internally uses Angular 1.5.5 which are no longer supported. Can we upgrade or remove the referncses to the Angular library? Will it cause any issue in Kentico Admin side? Same was the ...
DineshKNayak's user avatar
0 votes
0 answers
30 views

I am getting errors in console when trying to interact with Kentio RTE

I am developing website in .NET 6 MVC with Kentico 13 and i created a widget with only two properties: content, background color. The first one has editing component as RTE. But when I want to set ...
Maciej Dobosz's user avatar
0 votes
0 answers
28 views

Unable to register a custom macro in Kentico 13

I'm on the latest hotfix (v13.0.151). I followed the documentation to add a custom macro method but it doesn't register. Below is what I did: In a separate assembly (which has a dummy class annotated ...
rory's user avatar
  • 1,490
0 votes
1 answer
33 views

Kentico 13 - Could not load file or assembly 'AngleSharp' or one of its dependencies after applying latest hotfix

After applying the latest Hotfix (v13.151) to my admin project, the log shows no errors. I successfully rebuilt the solution but when I try to launch the admin site I get: Could not load file or ...
rory's user avatar
  • 1,490
0 votes
0 answers
24 views

Kentico 13 Handle Reset button state on a custom form control

I built some custom filtering controls for a specific page type and I created an alternative form to include the custom controls. The filtering works perfectly fine. The only issue I have is the '...
chamara's user avatar
  • 12.7k
0 votes
1 answer
80 views

Kentico 9 google recaptcha issue

While using google recaptcha in kentico 9 I am getting the below error in event log. But there is no such file in the the path given. In another server the captcha is sometimes working sometimes not. ...
Subeesh Balakrishnan's user avatar
-1 votes
1 answer
35 views

Modify Kentico listing view

Is there a way to modify the listing screen in Kentico's tree view? Basically, my requirements are as follows 1.Set the default 'Page type' for a specific page type (Not a global change, just for ...
chamara's user avatar
  • 12.7k
0 votes
1 answer
87 views

Kentico 13 upgrade- Admin site throws an error when opening any Edit page

I created a new instance of Kentico 13 Admin site and API and pointed the new apps to the old database. I ran the upgrade.sql script that came with the update app on the db and everything works except ...
Nicolas Hutchison's user avatar
0 votes
1 answer
61 views

Add metatag noindex,nofollow to individual Kentico pages

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,...
matt's user avatar
  • 1
0 votes
0 answers
51 views

Kentico 13 Net8.0 debug issue "System.TypeLoadException"

I am currently migrating a huge project from kentico 12 (.Net FGramework 4.8 MVC) to K13 (.Net8.0 MVC) and I have a really odd problem: If I did any modifictaion on source code build and start a ...
FCT's user avatar
  • 3
-3 votes
1 answer
47 views

Migrating Kentico to Drupal [closed]

We are going to be migrating from Kentico to Drupal soon. Can anyone share any migrations paths they have taken to migrate site structure and content to Drupal? Would also be helpful to understand any ...
Bernie Pineau's user avatar
1 vote
1 answer
76 views

Kentico 13 IPageRetriever not taking in OrderBy and FirstOrDefault clauses in Query

I'm using the IPageRetriever but am having issues with some of the queryParametersAction var retriever = await _pageRetriever.RetrieveAsync<News>( query => { query ....
rory's user avatar
  • 1,490
0 votes
1 answer
47 views

Sending an email in Kentico 13 - Liquid issue?

Under Ecommerce -> orders -> order -> shipping, I want to be able to send customers an email from Kentico when I change order status to (what I created -- shipped). Email fires. Text works. I ...
kenticofurious's user avatar
0 votes
1 answer
145 views

Kentico 13 - How to apply styles for the Froala editor

How can I apply styles to the Froala editor in Kentico 13 (v13.0.124)? I tried setting useClasses to false and confirmed new config was being used but no joy there. There's a setting in Kentico (CSS ...
rory's user avatar
  • 1,490
1 vote
0 answers
34 views

Kentico 13 - write to ViewContext from inlinewidgetpage

I am using DevTrev's PartialWidgetPage to recreate the MasterPage functionality of previous Kentico versions. The Nav and Footer get rendered into the _Layout.cshtml as expected but I have another ...
rory's user avatar
  • 1,490
0 votes
1 answer
73 views

Navigation features missing in Kentico 13

In Kentico 12, Content module had navigation feature which came with very useful menu action functionality. It seems to be completely missing in Kentico 13. Does it need to be configured or how do we ...
Yatish's user avatar
  • 145
0 votes
0 answers
50 views

Automatically Changing Image URLs to Relative URL

We are using Kentico 13 with MVC websites that consume the data. Our marketing team occasionally attaches images into rich text areas, and they have a relative URL to Kentico (like: <img src="/...
jeffsdata's user avatar
  • 436
0 votes
1 answer
117 views

Kentico 13 - Automatically detect visitor culture not working

I have a site where the default culture is German but I also have an English culture assigned to the site and the site is set up to automatically detect visitor culture: Both mydomain.com and ...
rory's user avatar
  • 1,490
1 vote
1 answer
73 views

Creating webhooks in Kentico 13 Xperience

My company uses Kentico 13 Xperience. I'm told we can create webhooks that can be referenced in Zapier to trigger certain automations. Specifically, I'm hoping to send bizform submissions DIRECTLY to ...
BrandSampleAcct Brand's user avatar
0 votes
1 answer
44 views

How can I format text to Title Case from within a transformation in Kentico?

Within a transformation in Kentico, I am trying to format text to title case. I have discovered CMS.Helpers.TextHelper.ToTitleCase() in some Kentico documentation but, I don't believe that is ...
Roger Knowles's user avatar
0 votes
1 answer
67 views

Kentico implementation of Froala Insert Link plugin

is the code for this plugin available anywhere? I want to copy it's path selector features so I can create a custom button plugin. Using K13 Core
rory's user avatar
  • 1,490
0 votes
0 answers
47 views

Inheriting from Kentico.Content.Web.Mvc.MultipleChoiceComponent

Is it possible to inherit from Kentico.Content.Web.Mvc.MultipleChoiceComponent that allows me to to dynamically generate my own checkbox items, but still use the built in markup that just using ...
Sprintstar's user avatar
  • 8,107
-1 votes
1 answer
146 views

JWT token validation has failed

trying to upgrade my K13 site but I'm getting the following error: JWT token validation has failed. Make sure you have set the same 'CMSHashStringSalt' app setting for all application instances. I ...
Paul Perez's user avatar
0 votes
0 answers
34 views

Kentico 13: Error while saving the document

I have a site in Kentico v13.0.104. I have created a new custom page type. When I am trying to save the custom page type within the parent folder say "Templates", the page type is getting ...
Rahul - Systematix's user avatar
-1 votes
1 answer
77 views

Setting up Form Controls in Kentico 13

I have a website in Kentico 12 portal engine and I have few custom form controls created in Kentico 12. I am creating a new website in Kentico 13 and it doesn't have "Form Controls" module ...
Rahul - Systematix's user avatar
0 votes
1 answer
52 views

Having an issue with inserting custom table item from a custom Event handler

I am having an issue that I hope someone can help me with. We are using Kentico 12 sp with windows authentication. We have a need to log when a user who belongs to a specific role authenticates. I ...
Brian Gosnell's user avatar
0 votes
0 answers
32 views

Component URL cannot be retrieved. Make sure component controller is correctly registered

I'm trying to setup a multi-language (prefix based) in Kentico v13.0.126, however, when creating a content page in a different language I get the following error. This error occurs when trying to load ...
vhugo's user avatar
  • 553

15 30 50 per page
1
2 3 4 5
60