eberlyjm
Member
Posted 2 years ago #
Gameplorer's WPColorBox is exactly what I need. However, I'm not able to get it to work on my site. The javascript is not being added to the footer. The "Include ColorBox-JavaScript" checkbox is checked under settings, and I've checked my template and it DOES use <?php wp_footer(); ?>. So I am at a loss as to why the js is not being added. Any ideas?
http://wordpress.org/extend/plugins/gameplorers-wpcolorbox/
Dennis
Member
Plugin Author
Posted 2 years ago #
Hi eberlyjm,
is jQuery included? Maybe a plugin has deregistered it via wp_deregister_script?
If jQuery is included, can you enable Gameplorer`s WPColorBox and post the link to your blog?
eberlyjm
Member
Posted 2 years ago #
Thanks for your reply.
I did deregister jQuery using wp_deregister_script and am loading jQuery using Google API. I forget now why I had to do this, but there was some conflict with the registered version of jQuery and another plugin I was using.
Will Gameplorer only work if I use the registered version of JQuery?
Gameplorer WPColorbox is working on my site at the moment only because I included the colorbox script in the footer. But it would be nice to get it running the right way if it is possible.