- This topic has 3 replies, 3 voices, and was last updated 12 years, 10 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 › Categories not expanding (showing all content) in Firefox and IE
Tagged: categories
Hello, I noticed that the category shortcode [wp_eStore_category_fancy id=#] is not expanding to show all content in the category on Firefox and Internet Explorer. The category DOES expand to show all content in Chrome and Safari though.
Please view this page first in Chrome or Safari: [http://havefunteaching.com/shop/]
Notice the 4th and 5th categories (Downloads and Packages) show all information in the box.
Now view that same page in Firefox or IE
Notice the 4th and 5th categories are now being cut off and all the categories are the same height even though there is more content within them.
Here is the code I have for the category description for the Downloads category:
Please let me know if you have any advice to fix this.
Thanks for the awesome plugin!!
Hi,
Upon checking your page’s markup (see link below) there appears to be errors pertaining to the way your theme is constructing tables.
These are some examples of the errors I saw:
Line 305, Column 223: The align attribute on the table element is obsolete. Use CSS instead
Line 305, Column 223: The cellpadding attribute on the table element is obsolete. Use CSS instead.
Line 305, Column 223: The cellspacing attribute on the table element is obsolete. Use CSS instead.
You have mistake in your HTML tags. You started a bunch of paragraph tags (<p>) but you never closed them. Every paragraph tag (<p>) you start need to be closed with the paragraph closing tag (</p>).
Some browsers are more strict than others so it is important to follow the proper HTML guideline.
Thank you for the quick reply. The issue seems to be with my theme and code and is not an issue with the plugin.
Thank you so much for the great support!