- This topic has 1 reply, 2 voices, and was last updated 12 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Problem with Theme
I installed the Lightbox plug-in on WordPress 3.3. It didn’t work and after searching through the forums on how to trouble-shoot the issue, I have found it resides within my custom theme. I had a couple of other lightbox plug-ins that I was using, and I have deleted them so not to cause conflict.
My theme is a child theme. In the parent theme called “Toolbox” the plug-in does work, it doesn’t when I switch to the child theme.
I do have jquery installed, and I visited the page http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/ which was very helpful. It appears that I do have it installed correctly in that I have <?php wp_enqueue_script(“jquery”); ?> before the <?php wp_head(); ?> tag, then the location of the scripts. I also do have the footer script tag in the footer as well.
I have also removed the jquery script from the header.php file and tried it that way and it still didn’t work.
I don’t want to rebuild my header.php file from the beginning, but unless you have an idea of what could be causing it- I may have to do that- seems a lot of work just to get one plug-in to work. Any help would be appreciated.