- This topic has 4 replies, 2 voices, and was last updated 13 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › Use Lightbox evolution for the eStore lightbox effect
Tagged: estore, lightbox, lightbox evolution
I am using Lightbox evolution as the effect for most thumbnails on my website. I wanted to create a consistent effect when user click on any thumbnail including those generated by eStore.
I was wondering if there’s a way I can use Lightbox evolution instead of the default eStore lightbox effect for those thumbnails.
This post might help:
https://support.tipsandtricks-hq.com/forums/topic/wp-estore-and-lightbox-workaround
Hi,
I checked the recommended post but unfortunately it doesn’t answer my question.
I have the “Enable Lightbox effect on Images” unchecked. It’s only the extra shortcode thumbnails (popular and latest products) that do not use the lightbox evolution.
Here’s a link to the page http://www.virtual-cover-creator.net/templates/3d-figure/
On the right sidebar, you can see the popular products listed but the lightbox effect doesn’t work.
You need to find out what “rel” that plugin use. eStore plugin uses the following “rel” value on the product thumbnails:
lightbox
Once you find that out you can customize the plugins code to use that “rel” value on the image so the other plugin can pick it up.
OK fixed. For those who may want to know, the thumbnails on the main content and those on the sidebar are using the same rel value which is
After comparing the code I noticed the extra shortcode does not include
So I edited the file eStore_extra_product_display_helper.php at line 18 and 24 to include the class