Filter on Product tags - by Sheine - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler

  • Avatar: Sheine
    Sheine
    Participant
    February 18, 2019 at 10:31

    Dear Support,

    i have created a lot of tags on my products. Right now i am trying to build a menu for the shop page that contains of the tags in a category.

    In below documentation i see there is a product tag filter in woocommerce, but i cannot find it within Xstore theme?:

    https://docs.woocommerce.com/document/woocommerce-product-search/widgets/product-filter-tags/

    Also, when i add something to the Shop Filter (on top) i first get a ‘Filter’ button that i have to click. Can i remove this ‘Filter button’ and right away show my tag menu dropdownlist? See example ->

    Kind regards,

    SH

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 18, 2019 at 10:48

    Hello,

    You won’t find it even with default WC theme – Storefront, because it relates to an addition paid extension http://prntscr.com/mml7tf
    Please try to use one of available widgets or find a plugin with the desired functionality. Note that we don’t give guarantee for full theme compatibility with all 3-rd party plugins.

    Theme Options > Shop > Shop page Layout > Open filter by default > On.
    Add this code in Theme Options > Custom css > Global custom css to hide the “Filters” button:

    .open-filters-btn {
        display: none !important;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.