Hi everybody,
I'm working on a new website where I have included the featurelist and the prettyphoto scripts as part of the jQuery Admin framework. On my local system with jQueryAdmin v1.0 everything works fine, but now I've uploaded everything to my host, all forms on all pages get duplicated a couple of times. When I remove the calls to the jQueryAdmin objects (e.g. [[jQueryInclude?preset=featureList]]) everything works fine again, but of course, I don't have the jQuery effects anymore. Very strange behavior... Does anyone know why it's doing this?
Try upgrading to v1.2. If the problem persists, let me take a look.
Sorry, I forgot to mention that on my live site, I have 1.2 running. You can take a look at www.conceptversie.nl. The homepage is fine (it doesn't contain any forms) but any other page is messed up.
First, try to go back to v1.0, which you said worked fine. (Just replace the *.php files in the jqueryadmin folder. Leave presets and plugins intact.) If possible, let me take a look into the backend for analysis.
Hmm, when I overwrite the PHP files, no jQuery plugins are loaded. I do see in the source that jQuery itself is loaded, but not the modules that I've installed. So now i've put back the 1.2 files.
Sorry, but there's no way to analyze this issue without backend access. :roll:
I've just sent you a PM with login details. Thanks for your help!
I'll see what I can do.
I found that this problem is caused by inline CSS created by the Form module when register_frontend_modfiles() is missing in the template. So please add the register_frontend_modfiles() calls to the template to fix this issue.
Anyway, it seems to be a bug in jQueryAdmin I will try to fix.
But adding the register_frontend_modfiles() calls to the template should help.
"pieterb" reported by PN that the solution posted here -> https://forum.WebsiteBaker.org/index.php/topic,17705.msg123837.html#msg123837 <- works for him.