• Resolved dimchomiroslavovdimov

    (@dimchomiroslavovdimov)


    Hello,

    I use a sidebar for filters on the store page, and in the desktop version everything looks good!

    In the mobile version, however (after all, 95% of my customers are navigate from their smartphones) On the mobile version, only an arrow appears for the toggle bar, as you know, to open the filter menu! This is a problem because 90 percent of people do not know what it is and do not use it! How can I add text to show that this is the search menu (FILTERS), as I gave an example in the photo for example?

    https://ibb.co/qdXJKk2

    I really need it, because this is an little thing but give away much conversations and its strange that its not visible solution, option for it!

    Of course, I have called the theme developers for that, but they replied that this is a “problem” that comes from the woocomerce and to seek help from you …

    Thank you in advance and greetings!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @dimchomiroslavovdimov,

    You’re using a tool that minifies CSS so it’s not quite certain, but that chevron symbol to access filters is most likely coming from your theme.

    You could do a conflict test, not because you have a conflict, but just to ascertain that your theme comes with that button. Here’s the conflict test guide.

    As a rough patch-up work, you could add the following CSS to have it say “Filters”, but still, kindly check again with your theme authors regarding it:

    .right-sidebar .sidebar-toggler:not(.filter-btn) i:before {
        content: "Filters";
        font-size: 0.8em;
    }

    The CSS goes to Customizer → Additional CSS.

    Hope this helps.
    Many thanks.

    Thread Starter dimchomiroslavovdimov

    (@dimchomiroslavovdimov)

    Thank you so much for the answer! I will follow the recommendations and write again here about the result …

    Greetings!

    Mirko P.

    (@rainfallnixfig)

    Hi @dimchomiroslavovdimov,

    Absolutely – We’ll be here if you have more questions!

    Thanks.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Since it’s been a while since we last heard back from you, I’m going to mark this thread resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Toggle on mobile’ is closed to new replies.