Hello! I've just set up my predictive smart search on my custom page type as described thereNow I want search box to redirect me to the most relevant search result after pressing the @search@ butto...
We upgraded our application recently from 10 to 11.0.1.The site works correctly but the continuous integration doesn't.We get an error in serialization when we run continuous integration -r to upda...
I upgraded the site version 10 to 11 completed.I am unable to login the site in existing user and getting popup window. I clear the cache and clear the browser history.
Hello, We are in process to upgrade K10 to K11 however unable to find the best way to upgrade production database. I don't think it's advisable to run upgrade tool in produciton to run the database...
Hello, We are upgrading Kentico 10 to 11 and having issue. Most of the issues I have tried to surpress for timebing but this one I could not resovled. Has any one expreince this issue if so any inp...
Hi, I want to add a class to the country selector like this:@select@ @option value=@5678@ class=@{%CountryTwoLetterCode%}@@Canada@/option@ @option value=@1234@ class=@{%CountryTwoLetterCode%}@@...
We have an unsubscribe form with one email input.In order to keep the PII from passing to Google Analtyics, I'd like to set the link to /unsubscribe#email=test@test.comThen, via Javascript on the p...
Settings:Smart search type = Local indexSmart search analyzer type = Subset Smart search box: search options = NoneSummary:Some of our products' model numbers have hyphens. We are having issues ret...
I am using the @typo-tolerant@ feature on my search results page and it works great. I would like the same functionality on my smart search box web part (predictive feature) that is in the site-wid...
I have a custom table and I am trying to pull the value @ItemName@ into a dropdown selector from the table. But when I change my SQL query to SELECT ItemName, ItemNameFROM Custom_TableORDER BY...