WooCommerce Categories - order

Home Forums Jevelin Theme WooCommerce Categories – order

Home Forums Jevelin Theme WooCommerce Categories – order

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    RESOLVED Posts
  • Jaro
    Participant

    Hi Team,

     

    i would like to ask you, how can i switch order in woocommerce categories row? When i swich order from Ascending to Descending, it happend nothing.

     

    Can you help me pls?

     

    Thank You

    Jaro

    Attachments:
    You must be logged in to view attached files.

    Hi Jaro,

     

    I hope you are well today and thank you for your question.

     

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can order categories by dragging them as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    Jaro
    Participant

    Hi Team,

     

    i have try change order or swich categories by dragging, but nothing happened.

     

    You can look at screenshots.

     

    Best regards

    Jaro

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Ok. Seems none options is working correctly so to achieve it try adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-woocommerce-categories .sh-woocommerce-categories-item {
        float: right;
    }

    Jaro
    Participant

    Hi Team,

     

    it works 🙂

     

    Thank you.

    Jaro

    You are most welcome here 🙂

    Jaro
    Participant

    Hello Team,

     

    after update site template my woo categories are mess over again. Can you help me please?

    Thank You

    Jaro

    Attachments:
    You must be logged in to view attached files.

    I don’t see the above shared CSS code on your site.

     

    Where have you added the CSS code?

     

    Also please try clearing cache and temporary deactivating W3 Total Cache plugin.

    Jaro
    Participant

    Hi,

    sorry, now i have CSS code on my site.

    But my problem is, that two categories are on right site. It is possible to center it and make it wide like other sections?

    Example like screenshot.

    Thank you

    Jaro

    Attachments:
    You must be logged in to view attached files.

    Please make sure you have selected 2 columns in the Woocommerce Categories settings as shown in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.

    Jaro
    Participant

    Yes, i am sure.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 768px) {
    .sh-woocommerce-categories .sh-woocommerce-categories-item.col-md-4 {
        width: 50%;
    }
    
    .sh-woocommerce-categories .row {
        margin: 0;
    }
    }

    Jaro
    Participant

    Hello,

     

    this solution works perfect on desktop or notebook. My problem is still on phone devices. My woo categories are not showing on between slider and tabs (white line in the middle on screenshot)

    Best regards

    Jaro

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    To make it work on mobile you have to change below custom CSS code used on your site

    .sh-woocommerce-categories .sh-woocommerce-categories-item {
        float: right;
    }

    as following.

    @media (min-width: 768px){
    .sh-woocommerce-categories .sh-woocommerce-categories-item {
        float: right;
    }
    }

    Jaro
    Participant

    Thank You, it works perfect.

    Good Bye

    Welcome  🙂

Viewing 16 posts - 1 through 16 (of 16 total)