• Resolved Ren

    (@ren-v)


    I am using Maya Shop with Woocommerce and my categories and products pages are all displayed as vertically aligned tiles/thumbnails. I have the theme set to display 8 products per page so I have a column of 8 products and it looks odd. I’d like to have four columns and two rows. The same goes for the categories page. I have checked all over and I cannot find a solution for this problem. I would greatly appreciate feedback from anyone who knows how to change this or if it’s possible. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You may need to create a custom template to display products that way, but since Maya Shop is a commercial theme, you’ll need to contact the vendor for help.

    https://codex.www.ads-software.com/Stepping_Into_Templates

    Thread Starter Ren

    (@ren-v)

    I actually downloaded Maya Shop right before it became a premium theme. =)

    No issue anymore.

    Ren. How did u solve it? Im also using Maya, and I want to put 9 products in 3 columns and 3 lines, but I didn’t get how to do it even accessing the templates creation link. Thanks a lot.

    This might help you add this to your functions.php page.

    add_filter( 'loop_shop_categories_columns', create_function( '', 'return 4;' ) );

    Also if you have Maya they have a great support system.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce category and product display’ is closed to new replies.