- This topic has 2 replies, 2 voices, and was last updated 14 years, 5 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 Tweaks › Lightbox
Tagged: lightbox
Hi Ivy,
Question for you:
Can you take a look at my site that I have listed. Do you see the pink hyperlinks on my homepage “Click here to see the contents?” I’ve added that HTML in the product description of the “additional product details” in my WP e-store. How can I get the lightbox feature for WordPress to work for those links?
Thanks for your time.
When you say “lightbox feature for WordPress”.. do you mean that you have installed a special lightbox plugin for WordPress?
WP eStore has a lightbox library included with it; to use it you need to embed an image like the following:
<div id="lightbox"><a href="www.example.com/your-image-url" rel="lightbox" ><img src="www.example.com/image-src-url" alt="alt-text" /></a></div>
The <div id=”lightbox”> worked just as I needed it to , thanks