• I love this theme but I am having a problem running it with Woocomerce. The products appear on the page ok but the sidebar (widget contents) appears after the products and not alongside them, there is just white space where the widgets should be? I am using the default template page and have now added

    add_filter ( 'woocommerce_product_thumbnails_columns', 'xx_thumb_cols' );
     function xx_thumb_cols() {
         return 2; // .last class applied to every 2nd thumbnail
     }

    to the functions.php It gives me two columns on the products but the widgets still appear at bottom of page?

  • The topic ‘Woocomerce problem’ is closed to new replies.