This topic has 2 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi,
I have problems with header (static block) in the categories. When I click category from menu in sidebar it’s ok. But when I go to second page with products, my header is deasapear. And when I come back to first page, my header isn’t full width. What is more, sidebar overlaps the footer.
Can I fix it?
Hello,
As we can see, the description of the product category is not shown on the second page even with a default theme activated > https://prnt.sc/ydql7m https://prnt.sc/ydqmvz. It means that the situation is independent of our theme.
Try to contact support of WooCommerce.
As a temporary solution, add the next code in Theme Options > Theme custom CSS:
.tax-product_cat .term-description {
min-height: 150px;
}
> https://prnt.sc/yebagl
Or enable Infinite scroll (pagination will be disabled) – https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Regards
You must be logged in to reply to this topic.Log in/Sign up