I change my site on a new server and I have set all the permissions right on parent directory. when run the site every things working properly except that java script error @Access Denied.@
I have a JS with a Show/Hide element on a page which is written so that end users at my organization can add new content without knowing html/js, therefore the ID can't be changed for each instance...
I was wondering if anyone could help and explain to me how to link a javascript file or a script to a page or several pages not to a template. The documentation isn't very clear to me on how to acc...
Upon testing a website using Google's page speed insights I noticed that one issue was a fairly large javascript file that was included with each response.Using Chrome dev tools, I can see that the...
Hello, I'd like to connect Kentico with ActiveCampaign. They have a Javascript code that I can add to the master footer of our Kentico site that will pass data to ActiveCampaign. They explain here:...
Using Kentico as CMS. Site is education based and content is composed of Degree, Certificate and/or Letter of Recognition. Some programs are linked, as they are part of multiple departments. I want...
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 ...
Hello,I am creating a new site and trying to implement the page builder functionality which I have done several times now, but I'm hitting a roadblock. I've setup my page type, added all the necess...
I am creating a popup modal window. I am just using some basic javascript and CSS to complete this task, and that part is working. However when I click the button that will open the modal, the moda...
May be duplicate but how can I do this in a webpart?ClientScript.RegisterStartupScript(this.GetType(), @alert@, @HideLabel();@, true);What should I import for this? Importing from Page is not working