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 is an enterprise-level web Content Management System (CMS) and enterprise marketing system (EMS) produced by a company of the same name.

Build on the .NET stack, Kentico supports both WebForms and ASP.NET MVC development model. Kentico uses SQL Server for the database backend. Developers may build entirely bespoke solutions, or use many of the out-of-the-box components and templates to build production ready sites in the browser itself.

Kentico CMS and EMS are can be customized and extended to measure up to a wide range of business functional requirements,

1753 questions
2
votes
1 answer

jQuery Mobile site not fluid on device after upgrade to jQuery 1.6/JQM b1

I've developed a site with jQuery mobile that's running within a Kentico CMS. I previously attempted to upgrade to jQuery 1.6, but it broke the fluid layout on devices. The page loaded too large, and would not resize. Fluidity still worked fine when…
atfergs
  • 1,674
  • 1
  • 11
  • 17
2
votes
1 answer

Kentico: How to work with content rating through API?

I have gone through the code and webparts but couldn't figure out how rating works. All I know is the rating control provided. I want to show rating history through an API. I also need to allow users to rate using API. I can get rating value of a…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
2
votes
1 answer

Images in Page attachments vs Media library Kentico

When we are hosting kentico application in cloud let's say Azure, We configure blob storage and the media library files lets say images reside in Azure blob. Now while fetching those files we also configure Azure CDN and the some caching techniques…
2
votes
1 answer

Is there a way to compare two macros in Kentico?

I have a disclaimer message that I only want visible when the page being viewed hasn't been translated into the language that has been selected for the site. I'm using a static text webpart for the disclaimer message, and trying to set its…
2
votes
1 answer

Kentico - How to make a field required?

I have a custom module with different classes. One of the classes is a Company class with several fields. After the creation of this class we needed to add extra fields. Some of them need to be required, but I'm not able to mark them required. Is…
Nele
  • 83
  • 5
2
votes
2 answers

Kentico Kontent DeliveryClient.Build in Kentico Portal could not load file or assembly Microsoft.Extensions.DependencyInjection

I am attempting to call Kentico Kontent using their DeliveryClient in a Kentico Portal project that doesn't have dependency injection. This project would like to migrate to Kontent but would like a new feature in the extisting project to be…
w00ngy
  • 1,646
  • 21
  • 25
2
votes
2 answers

The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Kentico

i newly installed Kentico cms in IIS server and when i'm trying to access the localhost web it's give me this error. i also allowed ASP.NET 4 in IIS server and still i getting this error what did i missed here?any help please?
Ruhith Udakara
  • 2,236
  • 1
  • 18
  • 24
2
votes
2 answers

Get a list of all children by parent node guids

Is it possible in Kentico in c# to get a list of all children by a list of parent node guids?
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
2 answers

Macro gets current user macro not contacts

I am trying to create a custom module which stores some text that contains some macro based on a recipient list. The recipient list is from a specific contact group. I have a rich text editor with text "Hi {%Contact.ContactFirstName%}" that needs to…
David99
  • 75
  • 7
2
votes
1 answer

How to resolve content item links in Kentico Cloud while respecting routes configuration?

ASP.NET Core 2.2 web site shows data from a Kentico Cloud CMS. Some of the items contains a rich text field. These fields might contain links to another content items. These links should be resolved to an url by the web site. This docs suggest that…
alik
  • 2,244
  • 3
  • 31
  • 44
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
2
votes
3 answers

How to get current year in master page template

I want to display the current year for copyright under the footer. This footer resides in the master page template. I tried to use a macro but it doesn't work.
<%= CurrentDateTime.Year %>
2
votes
1 answer

How to schedule email newsletter

How to schedule an email newsletter? Documentation seems to missing that. I have newsletter with widget that will take news from last 2 weeks. I would like to automatically send that newsletter every 2 weeks. Kentico 11
ketrab
  • 61
  • 6