-
Thank you for doing this. It Works great. I added it to other pages and still works however it stopped my RSS feed from working. I am trying to find the conflict. It will also be good to get rid of the HTML tags
-
Hello @Justin Ferber !
Do you have any Javascript errors on the page? It can be found via the Developer kit of the browser.. For example, in Chrome it will appear by the F12 pressing->Console tab.
-
It comes up with quite a few! This is the errors with the script working but then some of the other apps do'nt
This is the console when the block is turned off! Everything else is working.
-
The messages like $(....)ajaxForm is not a function means that smth isn't good with the JQuery forms library connection. In the PHP code it can be added like this way:
$oTemplate->addJs(array('jquery.form.min.js'));
-