Home Forums Basel support forum NO TOP "SHOP FILTERS" BUT FILTERS STILL SHOWN IN SHOP PAGE

NO TOP "SHOP FILTERS" BUT FILTERS STILL SHOWN IN SHOP PAGE

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #88562

    Jeriss Cloud Center
    Participant

    https://showmore.com/fr/u/fhbyg80

    See the video above.

    #88605

    Artem Temos
    Keymaster
    #88609

    Jeriss Cloud Center
    Participant

    Oops sorry. I just made it public

    #88626

    Hello,

    I am checking the filters http://prntscr.com/lgmffd They work tps://gyazo.com/580886c61db9a610c13b6814966474a5

    Best Regards

    #88644

    Jeriss Cloud Center
    Participant

    CHECK THE VIDEO PROPERLY and make an effort understanding
    I deleted all the filters from the widget area, and yet we still find some filters in that area. Why is it the case?

    I do not want them to appear, since I deleted them

    #88695

    Artem Temos
    Keymaster

    Add the following code snippet to the functions.php file in your child theme to remove default sorting and price filters

    add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
    add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
    #88809

    Jeriss Cloud Center
    Participant

    Good thanks. Two points still.

    1) When applying the code, at the beginning, it was giving error as per image 1.

    2) Afterwards, the error didn’t appear but there is still an issue. The button “Filter” is still getting show altough it is empty now. See red rectangle in Image 2. The button “Filter” should then also be hidden. Which code is it for this?

    Thanks

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

    Artem Temos
    Keymaster

    You just need to disable filters area completely via Theme Settings -> Shop.

    Regards

    #88888

    Jeriss Cloud Center
    Participant

    Great. I changed the setting in shop parameters.
    Issue can be marked as solved.

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

The topic ‘NO TOP "SHOP FILTERS" BUT FILTERS STILL SHOWN IN SHOP PAGE’ is closed to new replies.