New Landing How can we help? Atelier Showing "Filters" widget expanded by default on mobile?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #199953
    ecrotty
    Member
    Post count: 25

    Is it possible to have the Mobile WooCommerce Filters widget expanded by default?

    And, if so, as a bonus … Could the line that says Filters with the plus/minus sign be hidden?

    And if I can be more clear, feel free to ask any questions?

    Thanks!

    #200147
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below your custom css.

    
    a.sf-mobile-shop-filters-link.filters-open, a.sf-mobile-shop-filters-link {
        display: none;
    }

    And add this one to the Custom js

    jQuery( document ).ready(function() {
     
    setTimeout(function(){
      jQuery('.sf-mobile-shop-filters-link').click();
    }, 50);

    });

    Hope it helps.

    -Rui

    #200174
    ecrotty
    Member
    Post count: 25

    That’s perfect! Thank you again!

    #200177
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Rui, great stuff!

    – David.

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