Home Forums WoodMart support forum Product filter bug

Product filter bug

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #111609

    infantdeco
    Participant

    Hello, the product filter have a bug, if you have the filter opened and you click in a category you go to category with filter opened.. and looks weird.

    this is in the product grid wich is ok.
    https://prnt.sc/muibc0

    if you click another page the filter still open:
    https://prnt.sc/muib3h

    also why the widgets, sort by price and order by, is shown without put in the widget area? seems woodmart by default put that 2 filters, i need modify the price ranges, how to edit that ones?

    thanks!

    #111612

    Artem Temos
    Keymaster

    Hello,

    Yes, our theme puts 2 widgets by default and price ranges are generated automatically so you can’t customize them.

    As for the bug, it is not quite clear for us. What steps should we perform to reproduce it?

    Thank you

    #111655

    infantdeco
    Participant

    Hello, just enter in a categorie, subcategorie then in the product grid use the filter.. with filter opened, click in the menu and go to diferent categorie, you get the filter opened in categories page, should work only on product grid…

    recorded it:
    https://i.imgur.com/IYlLcvn.gifv

    also when you filter one brand. and open the filter sometimes you see all the brands on the website

    http://prntscr.com/mukhvk
    http://prntscr.com/mukhzr

    the filter should display only the brands in the current page, sometimes its working and sometimes nope..

    for example in the subcategorie is working good: (filter display only the brands in the page)
    http://prntscr.com/mukipc

    thanks 🙂

    #111695

    Artem Temos
    Keymaster

    You can disable this option in Theme Settings -> Shop -> “Stop close filters after click”.

    As for the brands, it is how WooCommerce works. You can check with other themes this widget will work in the same way since our theme just adds styling and AJAX functionality.

    #111777

    infantdeco
    Participant

    Hello, disabled the option and is same, anyway if this way have some bugs no problem..
    how i can do like that?

    https://prnt.sc/muyx5h

    https://prnt.sc/muyx8h

    the problem is in my site sidebar have the navigation but i can hide from phones with css and problem solved, the only problem is i dont see in my theme the button “show sidebar”.

    tablet(show the button):
    https://prnt.sc/muyygg

    phone (no show button)
    https://prnt.sc/muyyj5

    thanks.

    #111787

    Artem Temos
    Keymaster

    Have you enabled the off canvas sidebar both for mobile and tablet in Theme Settings -> Shop -> Sidebar & Page title?

    Regards

    #111804

    infantdeco
    Participant

    Hello, yes thats it, thanks 🙂 finally all seems good using too many css for hide/show elements, ill use sidebar filter for phones and normal one for computers..

    how i can replace “SHOW SIDEBAR” icon?
    http://prntscr.com/muzqtd

    thanks!

    #111812

    infantdeco
    Participant

    also would be good move active filters to right, or at least more the button “show sidebar” because now i have on the left show sidebar and active filters and right is empity

    thanks!

    #111833

    Hello,

    Please choose the icon which you want to have instead of current filters from there: https://fontawesome.com/v4.7.0/icons/

    Please provide page URL with the icon and filters.

    Best Regards

    #112207

    infantdeco
    Participant

    Hello, would like that https://fontawesome.com/v4.7.0/icon/cog

    thanks!

    #112235

    Hello,

    Please provide the page URL where I should replace the icon

    Best Regards

    #112241

    infantdeco
    Participant

    Hello, is the “show sidebar” button, for tablets and phones, but i translated to “filtrar”

    http://prntscr.com/mw8pdu

    you can see it in the product pages, for example this one. https://bebetextil.com/categoria-producto/textil-y-complementos/edredones-para-cuna/ but need colapse the window because will show only on tablet, phone..

    is posible show this button only in product grid? because this buttons shows also in subcategories.. will be good display only in product grid page, is posible with js or something?

    thanks!

    #112344

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-show-sidebar-btn .woodmart-side-bar-icon {
        display:none;
    }
    .woodmart-show-sidebar-btn:before {
        content: "\f013";
        font-size:20px;
        font-weight:400;
        color:rgba(0,0,0,.3);
        margin-right:10px;
        font-family: "FontAwesome";
    }

    Best Regards

    #112432

    infantdeco
    Participant

    Hello, the icon is working thanks 🙂

    is not posible hide that button on subcategories? i want show only in the product grid, i dont found any way for do that…because im using that button for product filters, customers see it in subcategories but you see only brands, would be good hide on subcategories.

    thanks!

    #112449

    Hello,

    No, there is no option to show on category and hide on sub-categories.

    Best Regards

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