New Landing How can we help? Atelier shop filters always open

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #277610
    shopowner
    Member
    Post count: 23

    Hi,

    I want the woocommerce shopfilter section always open.

    Would it be possible to always have the filters open and the ‘+/-‘ sign removed or changed by ‘close filters’ and ‘open filters’.
    But it is important the first state is that these filters are visible..
    Is there a code in functions.php to add or some other files I can edit to achieve this?

    many thanks

    #277620
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woo-global-filters-enabled .sf-mobile-shop-filters-link {
        display: none !important;
    }
    
    .woo-global-filters-enabled .mobile-woo-aux-options {
        display: block !important;
    }

    Thanks
    Mohammad

    #277725
    shopowner
    Member
    Post count: 23

    Hid Mohammed, I think you misunderstood my question.

    I WANT my filter to be always open and visible..

    (your code made them disappear)

    so normal state the should be open (and in the bar it should say: close filters (instead of -) (and vica versa ‘open filters’ when closed) but the INITIAL STATE should be that the filters are open and visible upon shop page visit.

    thanks

    regards

    #278075
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Sounds like you need this:

    .woo-global-filters-enabled .sf-mobile-shop-filters {
        display: block!important;
    }

    However you would not be able to amend the filter link.

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register