- This topic has 2 replies, 2 voices, and was last updated 11 years, 11 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 Troubleshooting › eStore – Add to cart button missing on some products
Tagged: add to cart button, estore, responsive theme
Store was working fine. Now some categories don’t show the add to cart button and if I change a product with a missing button to a category that has buttons, that product still won’t show the button. Have two store pages one working, one partially. Using same button image for all.
Partially working page: [http://playuke.net/uke-store]
Working fine page: [http://playuke.net/festival-tickets]
You have a pluign or theme that is adding “fluid video wrapper” CSS classes automatically inside eStore’s display and causing this issue I think. Please do the plugin test to verify:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Found solution in another forum. Not a plugin issue, it was the Responsive wordpress theme. Solution was to put this in css:
.eStore-product object {
position: relative;
}
Thanks
Doug