Home Forums WoodMart support forum Hide Sorting and Price filter in FILTERS area

Hide Sorting and Price filter in FILTERS area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31975

    ndaffunchio
    Participant

    Hello!

    Hi!

    I css hided sorting and price filter area from Woodmart custom filter area and added 4 Woodmart Woocommerce layered dropdown.

    The thing is that now that your customs are hidden, the rest wont fit each in one of 4 columns that filter area has.

    How can I fix that?
    Thanks a lot!!!

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

    Artem Temos
    Keymaster

    Hello,

    It would be better to disable them completely. Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'woodmart_use_custom_price_widget', '__return_false', 10 );
    add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );
    #32118

    ndaffunchio
    Participant

    Awesome!!!! Thanks!

    #32129

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Hide Sorting and Price filter in FILTERS area’ is closed to new replies.