New Landing How can we help? Atelier Remove standard filters on mobile version

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Atelier
  • #245054
    lahsen1991
    Member
    Post count: 7

    Hello please help,

    How i can remove the standard filters on mobile version to have only mobile filters.

    Thanks for replies

    #245273
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 479px) { 
    .sidebar .woocommerce.widget_layered_nav {
      display: none;
    }
    }

    – Kyle

    #245283
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woo-aux-options-wrap{
    display:none !important;
    }

    Thanks
    Mohammad

    #245518
    lahsen1991
    Member
    Post count: 7

    Hi

    both codes not function

    #245530
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Should work fine, please make sure you do not have any errors in your custom css. Also clear any caches

    – Kyle

    #249975
    lahsen1991
    Member
    Post count: 7

    hello the probleme are not resolved please is important for me thanks
    i have used this one i have fund this on a topic

    (not work)

    @media only screen and (max-width: 767px) {
    .post-type-archive .sidebar{
    display:none !important;
    }
    }

    (not work)

    @media only screen and (max-width: 479px) {
    .sidebar .woocommerce.widget_layered_nav {
    display: none;
    }
    }

    this (hide woocmmerce mobile filters i want the
    opposite)

    .woo-aux-options-wrap{
    display:none !important;
    }

    thanks on advance

    #249986
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you temporarily disable minification so I can check the source code

    – Kyle

    #250094
    lahsen1991
    Member
    Post count: 7

    hello minification is disabled now thanks

    #250219
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Everything seems perfect now.
    Thanks
    Mohammad

    #250281
    lahsen1991
    Member
    Post count: 7

    hello not even I thought kyle want to check the source code I just said I disable the minification I can provide you with access so you can even please ?

    #250285
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I don’t see my css in your custom css?

    @media only screen and (max-width: 479px) { 
    .sidebar .woocommerce.widget_layered_nav {
      display: none;
    }
    }

    – Kyle

    #250339
    lahsen1991
    Member
    Post count: 7

    your css is added now but not work he disable only filters by attribute look here https://www.indy-cosmetics.paris/categorie-produit/soin-du-visage/

    i want to wiew only the mobile filters on the top also remove all filters below

    thanks

    #250425
    lahsen1991
    Member
    Post count: 7

    i fund issue by using your css in wordpress and adding this for removing price filters and categoeries filters

    @media only screen and (max-width: 479px) {
    .sidebar .woocommerce.widget_layered_nav {
    display: none;
    }
    }

    @media only screen and (max-width: 479px) {
    .sidebar .woocommerce.widget_price_filter {
    display: none;
    }
    }

    @media only screen and (max-width: 479px) {
    .sidebar .woocommerce.widget_product_categories {
    display: none;
    }
    }

    thanks

    #250435
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great

    – Kyle

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

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

License required for one of the following items
Login and Registration Log in · Register