- This topic has 1 reply, 2 voices, and was last updated 13 years, 6 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 eStore Forum › WP eStore Tweaks › Disable lightbox now working.
Tagged: disable lightbox, image effect, lightbox
In the backend of my store I disabled the lightbox effect of the images, but it’s still putting the effect on the images.
How can I take it off?
You seem to have a colorbox lightbox library included in your site from another plugin. eStore uses rel=”lightbox” on the images and this other library is picking that up.
Open the “eStore_button_display_helper.php” file and search for the following in this file:
rel="lightbox"
Delete the above when you find it (there maybe few occurrences). The should make it to where the other library won’t pick up the lightbox automatically.