- This topic has 4 replies, 2 voices, and was last updated 12 years, 6 months 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 › Fancy 5 display – add to cart button cut off
Hello…I am using the Fancy5 display and you can see that the “Add To Cart” button is there, but only the top few pixels…and then it just stops. You can see it here…
http://livefitrevolution.org/?page_id=196486
When I first loaded it, the price was on top of it and I thought it was blocking it, but then I used CSS to move the price over and saw that the entire button is not displaying. The “Add To Cart” button works in other Fancy displays, just not Fancy5, which is the one I want to use. Suggestions on what the issue could be and how I can get it to display? Thanks…
Can you please provide a link of the example of the badly displayed fancy 5?
I cannot see it on the page you specified above – ie, I only see a fancy 2.
Sorry, I was frustrated and ended up changing it. Here is a link with the Fancy 5 issue…
http://livefitrevolution.org/?page_id=196552
Now, the “Add To Cart” button is not showing at all. Thanks…
Try putting this code in your wp_eStore_custom_style.css file:
.eStore-fancy5-body {
height: 185px;
overflow: hidden;
}
The above code will definitely expose the add to cart button because I actually tried it on your site using firebug.
Excellent. Thank you!!