Skip to content
kenticode

kenticode

kentico branding and more

  • About
  • Contact
Retrieve Page Tags in Xperience by Kentico
Retrieve Page Tags in XbK

Let's assume you developed a widget using Xperience by Kentico (XbK) that allows you to display various pages and you...

Continue Reading
gtm-and-url-hash-fragments
GTM and URL Hash Fragments

If you're trying to create a trigger in Google Tag Manager (GTM) that tracks a page with a hash (#)...

Continue Reading
Open a Collapsible Element By Query String
Open a Collapsible Element By Anchor

The Goal: Using the Boostrap collapsible element we need to have an anchor point to take the visitors to a...

Continue Reading
Previous Next
Retrieve Page Tags in XbK

Retrieve Page Tags in XbK

Posted on May 5, 2025

Let’s assume you developed a widget using Xperience by Kentico (XbK) that allows you to display various pages and you need to display their […]

Continue Reading
Code #categories #code #tags #taxonomy #XbK
GTM and URL Hash Fragments

GTM and URL Hash Fragments

Posted on March 20, 2025March 20, 2025

If you’re trying to create a trigger in Google Tag Manager (GTM) that tracks a page with a hash (#) within the URL you […]

Continue Reading
Tutorials #code #GTM
Open a Collapsible Element By Anchor

Open a Collapsible Element By Anchor

Posted on February 12, 2025February 12, 2025

The Goal: Using the Boostrap collapsible element we need to have an anchor point to take the visitors to a certain collapsible item within […]

Continue Reading
Code #css #javascript
Undefined Properties Error

Undefined Properties Error

Posted on August 1, 2024May 5, 2025

After you upgraded to the latest Kentico 13 hotfix or environment variable changed from Development to Production, you’re getting the error “Cannot read properties […]

Continue Reading
Code #errors #kentico13 #troubleshooting
Kentico Form Sections

Kentico Form Sections

Posted on July 25, 2024May 5, 2025

The Form layout composed via the Kentico Xperience Form Builder is made up by elements called sections. Each form section defines an HTML block […]

Continue Reading
Code #BizForm #form #kentico13
Responsive iFrame

Responsive iFrame

Posted on May 31, 2024

After extensive research and numerous tests, I finally discovered a nice way to make iframes entirely responsive. See my example of responsive iframe. I […]

Continue Reading
Code #css #iframe #javascript #responsive
Generate RSS Feed Based on Retrieved Kentico Pages

Generate RSS Feed Based on Retrieved Kentico Pages

Posted on January 4, 2024January 4, 2024

In Kentico 13, you can retrieve pages using DocumentHelper.GetDocuments and then generate a standard RSS feed based on the retrieved pages. The following code […]

Continue Reading
Code #api #code #kentico13 #routing #rss #xml
Escape Special Characters

Escape Special Characters

Posted on January 4, 2024

In C# and Razor views (Kentico 12/13), you can escape special characters by using the Html.Raw() method or the @Html.Raw() helper in Razor syntax. […]

Continue Reading
Code #code #encoding #javascript #kentico13 #razor
Retrieve Pages Based on Certain Tags and Categories

Retrieve Pages Based on Certain Tags and Categories

Posted on January 3, 2024January 4, 2024

In Kentico 13, you can use the MultiDocumentQuery or DocumentQuery class to retrieve pages based on certain tags and categories. Using MultiDocumentQuery Replace “/YourPagePathHere/” […]

Continue Reading
Code #api #category #code #kentico13 #query #tags
Display Kentico Content Based on a Certain Tag Passed Through a Query String

Display Kentico Content Based on a Certain Tag Passed Through a Query String

Posted on November 22, 2023January 4, 2024

Displaying content based on a certain tag passed through a query string involves retrieving the tag value from the query string parameter and using […]

Continue Reading
Code #api #code #tags

Posts navigation

Older Posts
Recent Posts
  • Retrieve Page Tags in XbK
  • GTM and URL Hash Fragments
  • Open a Collapsible Element By Anchor
  • Undefined Properties Error
  • Kentico Form Sections
Categories
  • Code
  • Themes
  • Tutorials
© kenticode - All Rights Reserved | Made in Chicago