Jigoshop function causes serious layout issues
-
Hi,
I notice Jigoshop uses these 2 functions:
jigoshop_output_content_wrapper
jigoshop_output_content_wrapper_endThese functions add a div/class to all productpages.
In my theme it’s adding this directly before product listing:<div id="container"><div id="content" role="main">
And this after:
</div></div>
This causes serious layout issues in my theme because:
1) Container should not be used there, in most themes it’s located before header. Now my container css (padding/margin) is added before productlisting as well.
2) My theme uses another div besides content on pagesI notice you have a custom fix for this but for users who don’t know much about php it’s better to fix this in next update.
https://www.jigoshop.com/documentation/wrap-themes-content-jigoshop/I guess the product listing should be loaded in a ‘regular’ theme page template.
Guido
- The topic ‘Jigoshop function causes serious layout issues’ is closed to new replies.