- 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 › WP eStore Troubleshooting › Problem with Buy Now short code and lightbox
Hello,
I am using this short code: [wp_eStore_buy_now:product_id:1:end] on a page with the lightbox effect disabled under settings. Unfortunately, the lightbox effect is still taking place on the images: http://howtosave.us.com
I found the posting about removing the rel=”lightbox” but that did not solve the problem.
Thanks!
The [wp_eStore_buy_now:product_id:1:end]
shortcode only places a button and nothing else (it doesn’t place any image with the product details) so I am not sure what you mean by images showing in lightbox. Which image are you referring to and how are you placing it on that page (the shortcode you mentioned doesn’t place any image)?
Take a look at the site: http://howtosave.us.com. Every image with “Order Now” is product id 1 with the button image set and called using the shortcode listed above. Only those images “fade” with a lightbox effect when you hover over them.
What you are referring to is not a lightbox effect. Fading effect on the button is different than lightbox. Lightbox effect is known as the POPUP that shows an image or video.
All eStore buttons have a slight fading effect to make it look interactive. You can add the following CSS code to the “wp_eStore_custom_style.css” file to customize the fade effect on the buy now button:
.eStore_buy_now_button:hover{
opacity:1 !important;
}
The above will turn off the fade effect.
Ok thanks! Sorry for the incorrect use of the term.