Product Columns set to template

Good day,

I am struggling to change the product columns on different pages. For category Bikes I want 3 columns, but for category Accessories I want 5 columns. How can I make the template overrule the theme options?

https://capetownmotorcycles.co.za/product-category/bikes/


In my template I use this shortcode but it is not displaying this way - I want to have this overrule all other settings.

[products category="125cc" columns="3"]

[products category="T-shirts" columns="5"]

Comments

  • Hi,

    You have cooming soon page activated:

    Please disable it on Monday after 9 AM (CET) so I can check this.


    Thanks

  • Hi Phil, the coming soon page is deactivated. Please let me know if you can help 😊

  • WooCommerce styles are overwritten by ours.

    To overcome that, please use the following CSS code:

    @media only screen and (min-width:960px){
     .woocommerce.columns-5 ul.products.columns-3 li.product{
       width: 16.95%;
     }
     .woocommerce.columns-5 ul.products.columns-3 li.product:nth-child(3n+1){
       clear: unset;
     }
     .woocommerce.columns-5 ul.products.columns-3 li.product:nth-child(5n+1){
       clear: both;
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • You are the best! Thank you for always helping and giving excellent support.

Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.