Product widget - by Rodrigo - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 10, 2018 at 08:43

    Hello..i have a product widget in Main Sidebar…but I don’t want show it in movil phone…how?

    Regards,

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 10:11

    Hello,

    You can use custom css code to disable it on mobile. We will be able to help with the code once you provide us with page URL.

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 10, 2018 at 11:01

    Hello,
    In all product page…www.longfield.es
    https://longfield.es/longfield/perneras-compresivas/ for example…

    TKS!!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 11:03

    Dear @Rodrigo,

    Thanks for the URL.
    Please add this code in Theme Options > Custom css > Custom css for mobile:

    .single-product-sidebar.sidebar-right {
        display: none;
    }

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 10, 2018 at 11:18

    Great!!..at teh same time, same operation with categories…
    https://longfield.es/deportes/running/

    A don’t want show categories in this pages…
    How can I do?

    TKS!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 12:10

    Please change the previous code to:

    .single-product-sidebar.sidebar-right, .tax-product_cat .sidebar {
        display: none;
    }

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 11, 2018 at 08:12

    Thanks Rose!!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 11, 2018 at 08:16

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Product widget’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.