• Resolved SLV

    (@dwnl)


    Hello,

    I have set the Number of products to display on slider per page on a desktop to 6.
    On my product page, it does show 6 products, but 4 in 1 row and 2 in 1 row below the first row… like:
    X X X X
    X X

    How do I get the 6 to show in 1 row?
    If I deactivate your plugin, the theme takes over and does show the 6 in 1 row.

    I do see this:

        <section class="related products wt-related-products">
    
            <h2 class="wt-crp-heading">Ook leuk... </h2>
    <div class="products elements-grid wd-products-holder  wd-spacing-30 grid-columns-4 pagination-pagination title-line-one wd-stretch-cont-lg wd-stretch-cont-md wd-stretch-cont-sm align-items-start row" data-source="main_loop" data-min_price="" data-max_price="" data-columns="4">
    
    <div class="product-grid-item wd-with-labels product wd-hover-standard  col-lg-3 col-md-3 col-6 first  wvs-archive-product-wrapper type-product post-30850 status-publish last onbackorder product_cat-eettafels product_cat-eiken-eettafels product_cat-industriele-eettafels product_cat-ovale-eettafels product_cat-stel-samen product_cat-zazuhome product_cat-home-tafels product_tag-m2 has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="1" data-id="30850">

    Greetings

    • This topic was modified 11 months, 2 weeks ago by SLV.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @dwnl,

    Greetings from WebToffee support.

    To help us better understand the issue please share the URL of your site and the WooCommerce System status report (WooCommerce -> Status -> Get system status report).

    Additionally, please enable the Override theme’s template option and check if the issue persists.

    Awaiting your response.

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @dwnl,

    If you are using the slider option of the Related Products plugin, make sure that the Number of products to display option is greater than the Number of products to display on slider per page option.

    As this thread has been inactive for a while, we are marking it as resolved. If you require any further assistance you may create a new thread.

    Thread Starter SLV

    (@dwnl)

    Hello,

    So, These are my settings now:
    Number of products to display on slider per page set to: 6 for desktop, 4 for tablet, 2 for mobile.
    Number of products to display: 18
    This does display my 6 products on 1 row. But it also caused the images to duplicate.
    I got this code from you guys and this solved it:

    add_action('wp_footer','wt_rp_duplicate_images',10);
    function wt_rp_duplicate_images() {
            
             if(is_product()) {
                    
                     woodmart_enqueue_product_loop_styles( woodmart_get_opt( 'products_hover' ) );
             }
    }

    So this problem is solved. Thanks!


Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get 6 product in 1 row?’ is closed to new replies.