Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1099691
sidebar on the product list page
Closed

Comments

  •  2
    Chungsisun started the conversation

    I want to make the Woocommerce product list page with no sidebar.

    But I can't.

    I attached my admin page screen shot for setup.

    There are only two option. One is 3 columns (2 with sidebar) and other one is 4 columns (3 with sidebar)

    I can see the 3 columns with no sidebar page on the sample page you provided.

    I could not find the option for that.

    How to setup the product list page with no sidebar?


  •  1,845
    Elated replied

    Hello,

    You can add this css code in Elated Options > General > Custom CSS field:

    .archive.tax-product_cat .eltd-sidebar{
        display:none;
    }  

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    Chungsisun replied

    Thank you for helping.

    The sidebar isn't shown now but, 

    I wanted to add products instead of sidebar.

    I want to show only products, not sidebar.

    The sidebar portion is empty.

    Any help?

  •  1,845
    Elated replied

    Hello,

    Please add this css code:

    .archive.tax-product_cat .eltd-two-columns-66-33 .eltd-column1 {
        width:100%;
    }

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    Chungsisun replied

    Thank you for your helping.


    Maybe.. this must be my English's problem.

    I want that the product list page...

    4 columns, no sidebar.


    Now, 

    I have no sidebar(this is good), but 3 columns.

    I need more one column.

    Thank you.

  •  1,845
    Elated replied

    Hello,

    Try adding this Custom CSS 

    .eltd-woocommerce-page.eltd-woocommerce-columns-3 .products .product:nth-child(3n+1), .eltd-woocommerce-page.eltd-woocommerce-columns-4 .eltd-woocommerce-with-sidebar .products .product:nth-child(3n+1), .woocommerce.columns-3 .products .product:nth-child(3n+1), .woocommerce.columns-4 .eltd-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
        clear: none!important;
    }
    .eltd-woocommerce-page.eltd-woocommerce-columns-4 .eltd-woocommerce-with-sidebar .products .product:nth-child(4n+1), .woocommerce.columns-4 .eltd-woocommerce-with-sidebar .products .product:nth-child(4n+1) {
        clear: both!important;
    }
    li.product {
        width: 25%!important;
    }
    

    Best regards.

    Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.