- This topic has 1 reply, 2 voices, and was last updated 12 years, 1 month 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 eStore Forum › WP eStore Troubleshooting › Lightboxes not working with eStore plugin
Tagged: estore and lightboxes
Hello,
I have been researching a solution that will work for me on this, but so far I am not having any success.
As others have stated, one day my lightboxes worked, then after an eStore update, they stopped. Deactivating eStore allows the lightbox to work again.
I have run through various solutions. The most common answer I see is regarding conflicting versions of jQuery, but I can’t seem to pinpoint this.
The site in question is in a members area, so posting a URL to a page won’t work. I can either send someone a member access login or you can view the source code from one page here:
[http://simpleaffiliateprofits.com/problem.txt]
To be clear, I have tested various lightbox plugins with the same results. They only work when I deactivate eStore.
What am I missing here?
Thanks,
Mike
This issue is almost always related to a theme or plugin (that you are using) adding the JQuery library using a bad practice. I just checked the HTML code that you shared and found that your theme is doing this unfortunately. I am referring to the following line of code in your theme:
<script type='text/javascript' src='http://simpleaffiliateprofits.com/wp-content/themes/lightspeed/js/jquery.js?ver=3.4.2'></script>
Please read the following post which will explain why this an issue and you shouldn’t use themes that use such practices: