sidebar in product overview is missing

Hi all,

I’ve updated the Sparkling theme and now the sidebar is missing. The sidebar contained typically Woocommerce features such as filters and product categories. How can I bring this back? Where is the template file of the product overview page? Here’s a link: http://www.fitnessenbudoshop.nl/product-categorie/fitness-attributen/

Please help.

Harald

Hi Harald,

I hope you are well today and thank you for your question.

You can display sidebar on that page by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

@media (min-width: 992px){
body.tax-product_cat .main-content-inner.col-sm-12.col-md-8 {
    width: 66.66666667%;    
}
}
body.tax-product_cat  #secondary {
    display: block;
}

Best Regards,
Movin

thanks, never thought it was so simple. It works again. thanks!

You are most welcome here :slight_smile: