Hello,I am encountering a critical issue with the Widget Properties dialog in my Kentico 13 production environment. This is specifically affecting the Media Selector component used within widget co...
Hello! I have form. How to run a JS function after successful/unsuccessful data validation on the form?. The form was created by Form builder
I have a video playing as a banner that uses javascript. I need to add a caption track, but just adding the caption code to the video section doesn't work. I am not sure if this is a JS issue or ...
I'm struggling to get the page builder to show. I feel like i have everything in place but nothing shows. No errors I just get an empty div in the code @div data-kentico-widget-zone=@@@@/div@ Do I...
I have the following script to return search results of linked pages. I need to filter out the duplicates of the alias pages, as well as sort the results alphabetically. Currently, it returns both ...
Using version 10 of Kentico and trying to call javascript from within a custom event handler (authentication) that I created. Code is:public class CustomAuthenticationModule: Module { // Module...
I can detect android easily from the website(using user agent) easily. But now the problem with detecting url being opened from webview(app) or chrome(browser) in the mobile by using jquery. This i...
I'm using a Kentico form to collect some data and I'd like to display a Foundation modal upon successful submission. We have some validation on the fields and we'd prefer to use an update panel to ...
How can I wrap every 3rd @td@ with a @tr@ using Kentico email template?I wrote the following code in jQuery, but do not have knowledge or idea how to write this loop logic in Kentico.var td = $("#m...
I'm building two forms which will live on a single page on a Kentico website. kentico websites are wrapped in one single form field so I can't create individual form elements for each form on the p...