- This topic has 2 replies, 2 voices, and was last updated 12 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 eStore Forum › WP eStore Troubleshooting › Lightbox won't work with any plugin
Tagged: lightbox problem
If I deactivate all plugins with the exception of “Extra Shortcodes for WP eStore”, “WP eStore” and “WP Lightbox 2”, then the lightbox function works fine. If I activate any other plugin (it doesn’t matter which) then lightbox stops working. Even Akismet, for example. The page in question: http://www.kosherorlando.com/menu-2/. Any ideas?
You have the exact thing going on like the user in the following post:
https://support.tipsandtricks-hq.com/forums/topic/estore-and-lightbox-not-working-together
To be more specific… you have the following line in your site (coming from your theme or a plugin which is including a very old version of JQuery and introducing JavaScript conflict):
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=3.2.1'></script>
That fixed it. Thanks so much.