- This topic has 3 replies, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Product display boxes all too large
Hi,
Somehow I’ve done something to make the product display boxes way too large. You can see an example here: http://tarot.alecsatin.com/free-tarot-downloads/
The shortcode is: [wp_eStore_category_products:category_id:3:end]
It’s also happening with individual product links such as:
[wp_eStore_fancy_display id=47 type=1 style=1]
Any help greatly appreciated.
Alec
This can happen if you have some HTML errors on your web page which have messed up the divs (for example, you didn’t close out a div). First you need to identify if this has been introduced in your theme. This test should help you identify that:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
If the issue is not in the themes header then it can be some HTML code that you have entered in that page or in the product description. Validating the page with the w3validator should reveal the isssue:
Thank you! Will try this and report back for the benefit of anyone in future who may face this problem.
The problem was with some extra code I added to enable HTML5 support with the Thesis theme. Once I removed it, everything worked.
Amin007, you saved hours of work. Thank you again.
Alec