New Landing How can we help? Themeforest Theme Support Uplift Shop: Filter Disable Not Working

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #295289
    modio
    Member
    Post count: 27

    I’d like to disable the filter on the default shop page; back-end button is enabled, but not working.

    Also, how can I turn off breadcrumbs on the shop page?

    Attachments:
    You must be logged in to view attached files.
    #295295
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option to remove that page number filter.

    .woocommerce-count-wrap .woocommerce-show-products {
        display: none;
    }

    Can’t find any breadcrumb in your shop. Can you explain further? did you sorted it?

    -Rui

    #295299
    modio
    Member
    Post count: 27

    Thanks! Referring to the breadcrumbs under the Page Title (attached). On every custom page you can disable it in page settings, but the Shop page doesn’t have that option.

    Attachments:
    You must be logged in to view attached files.
    #295303
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    How could I missed it, was right in front of my eyes.

    Also add this code, that will sort it

    .page-heading-breadcrumbs.fancy-heading .heading-text[data-textalign="center"] #breadcrumbs {
        display: none;
    }

    -Rui

    #295306
    modio
    Member
    Post count: 27

    That removes it from every page though. I was hoping to just remove it from the Shop base page if possible (otherwise I’d just turn the breadcrumbs plug-in off).

    #295308
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nevermind, this one will only hide it in the shop page.

    .post-type-archive-product #breadcrumbs {
        display: none!important;
    }

    -Rui

    #295319
    modio
    Member
    Post count: 27

    Rui, YOU ARE AWESOME! Thanks so much.

    #295444
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 8 posts - 1 through 8 (of 8 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