Create Tabs for Xperience by Kentico Using Page Builder Section
Tabs are one of the most popular and enduring UI (User Interface) design patterns in web development. Modeled after traditional manila file folders, tabs […]
Tabs are one of the most popular and enduring UI (User Interface) design patterns in web development. Modeled after traditional manila file folders, tabs […]
Creating a functional, real-world navigation menu for Xperience by Kentico (XbK) can be challenging, especially since there are few resources and code examples available. […]
Trimming or truncating text to a character limit involves shortening a string to a specific length. This is useful for various purposes, like displaying […]
When you retrieve an image path from Kentico 13 using item.GetProperty(“MyImage”).ToString(), it often returns a path starting with ~ (tilde), which is a virtual […]
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 […]
If you’re trying to create a trigger in Google Tag Manager (GTM) that tracks a page with a hash (#) within the URL you […]
The Goal: Using the Boostrap collapsible element we need to have an anchor point to take the visitors to a certain collapsible item within […]
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 […]
The Form layout composed via the Kentico Xperience Form Builder is made up by elements called sections. Each form section defines an HTML block […]
After extensive research and numerous tests, I finally discovered a nice way to make iframes entirely responsive. See my example of responsive iframe. I […]