Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #889771

    Hey guys,

    I love your theme and the support :)

    I have a woocommerce online shop with filters on sidebar. How can I show this filters on mobile, too?
    Best way on top of the mobile site?

    And I have instal the plugin “Sticky button”. Perfect – but on mobile it´s so big. Is it possible to have a small button for mobile?

    Thank you very much!!!

    Best regards
    Annemarie

    • This topic was modified 6 years, 4 months ago by mary301187.
    #889805

    Hey mary301187,
    I was not able to login, please check.
    I looked for the sticky button to make it smaller for mobile, but I didn’t find it, is it on your homepage or shop page?
    To show your sidebar on mobile, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #main .sidebar {display: block!important; }
    }

    Best regards,
    Mike

    #889959

    Hey Mike,

    the filter works, thanks. But is it possible to have a beautiful filter like amazon? There is a button on the top “filter” and it open a new window, where the user can use different filters.

    The sticky button ist not activated, because it looks not good on mobile.

    Do you understand my problem?

    Thank you very much!!!

    #890178

    Hi mary301187,

    You can activate the button and we can help to adjust it for mobile.

    Best regards,
    Victoria

    #890389

    Hey Victoria,
    the plugin is activate.

    Best regards

    #890479

    Hi mary301187,

    Can you please attach a screenshot of what does not look right on the mobile for you?

    Best regards,
    Victoria

    #890716

    Hey Victoria,

    look at the Screens…

    Best regards

    Annemarie

    #891720

    Hey guys,

    no solution?

    #892179

    Hi mary301187,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 479px) {
      .popup-content-bounce-in-up.sticky-popup {
        width: 95% !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #892761

    Hey Vici,

    thank you so much. It work´s.
    Do you have a solution to have a beautiful product filter on mobile on the header? Maybe like amazon?

    Best regards and happy new year!

    Annemarie

    #893794

    Hi Annemarie,

    There are plenty of filter plugins for WooCommerce here

    Best Free & Premium Woocommerce Product Filter Plugins

    You might find something you like :)

    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.