Questions tagged [kentico-11]

Use this tag for version specific questions about Kentico 11 - the CMS that enables users to build websites. When using this tag also include the more generic [kentico] tag where possible.

24 questions
1
vote
0 answers

How to kill a scheduled task?

In Kentico 11 is there any way to kill a running scheduled task that does not affect other running tasks? The Kentico devnet site only mentions restarting IIS or recycling the app pool, which is suboptimal.
Don R
  • 573
  • 4
  • 10
1
vote
2 answers

Kentico 11: using variables inside text/xml transformations

I'm working on a carousel webpart with a text/xml transformation. Simply trying to create a unique ID for each instance on the page. Next I'd like to have the first item set to active with a CSS class. For the section Webpart container: {% uniqueId…
Tim Vermaelen
  • 6,869
  • 1
  • 25
  • 39
1
vote
2 answers

Kentico - generate image previews after updating document field via API

I have a script to upload images to the media library (works fine) and then assign each image to a particular document field which also works. The only issue is the preview thumbnails aren't showing: The code to update the field is pretty straight…
rory
  • 1,490
  • 3
  • 22
  • 50
1
vote
1 answer

How to propagate the rounding configuration in a Kentico store settings for custom calculations?

I am developing a commerce site in Kentico 11 CMS and, in addition to a product price, need to compute its insurance cost based on a user’s input. Kentico allows to configure a price rounding option in Store configuration application -> Store…
Kate Orlova
  • 3,225
  • 5
  • 11
  • 35
0
votes
0 answers

How to separate option values and text in drop-down form control?

Editing a simple (so far) form in Kentico 11. I am creating a drop-down. All I want to do is to have the value of each rendered option and the visible text of each option be different, like this:
Don R
  • 573
  • 4
  • 10
0
votes
1 answer

Kentico upgrade 10 to 11 - CMSDataVersion upgrade failure

I used the upgrade100_110.exe tool to upgrade my Kentico 10 CMS solution. The solution and database schema were successfully upgraded, but upon accessing the site's admin portal in a web browser, the expected data upgrade did not occur. To clarify,…
Rob M
  • 301
  • 1
  • 9
0
votes
0 answers

Create a copy of all the redirection in my website

Can anyone please help me with how do I pull records or file for redirected page. I wanted to have it as a backup for my website revamp.
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
2 answers

Kentico UniPager Pagination absolute url links

UniPager Pagination. Is it possible to put absolute links instead of relative ones in "PreviousGroupURL" and "NextGroupURL"? My code: "…
kit_ru
  • 1
  • 1
0
votes
1 answer

How does one set Kentico SiteContext.CurrentSite property values?

Where in the admin interface or configuration does one set the values of the API SiteContext.CurrentSite property? grepping (well, actually findstring) the codebase and 30 minutes on Google has turned up nothing for me.
Don R
  • 573
  • 4
  • 10
0
votes
1 answer

Is there a way to get the related pages from a left side of the page relationship that is not the CurrentDocument in Kentico

I need to access to the Main Page information from any of the Secondary Pages (1,2,3,4...) using a page relationship, and then retrieve the relationship list from the main page, in this case SecondaryPage1,SecondaryPage2,SecondaryPage3, etc.. I have…
0
votes
1 answer

Invalid website error message while spinning up a kentico11 site

I am going through the kentico11 developer essential training and the first requirement is to setup a kentico11 site. I followed the instructions and when done this is all I get Error Message: Either the website is stopped or the requested domain…
Baba
  • 2,059
  • 8
  • 48
  • 81
0
votes
0 answers

Is there a Kentico URL Wildcard Mapping Extension

I am migrating a site from a legacy PHP (not WordPress) CMS with a specific URL pattern for categories & products to Kentico 11 webforms. With plans in 2021 to migrate to v13 / MVC! Does Kentico have a helper function or extension that will map URL…
Racingman
  • 18
  • 3
0
votes
1 answer

Kentico 11 - duplicate object is created after rollback

After I added versioning to a custom class (see https://devnet.kentico.com/articles/module-development-versioning-recycle-bin), the duplicated object is created (instead of just updating the existing one) when rollback feature is used. Since I was…
hopeless
  • 96
  • 10
0
votes
1 answer

Kentico 11 - Admin portal styling broken

Has anyone experienced a situation in Kentico where the admin portal is broken? I've attached an image where you can see the styling is completely missing.
Mr.K
  • 67
  • 6
1
2