Home Forums Basel support forum Tag-archive Page with no sidebar or filters

Tag-archive Page with no sidebar or filters

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #156343

    algeorgiadis
    Participant

    Hello,
    is there any possible way to hide-remove the shop sidebar-filters in the tag-archive pages since I want to tag some products in a collection from different categories and send the customers to the tag page and when this happens the filters from all the categories fire in and this is chaos.
    I attach to you the tag-archive page to understand what I mean.

    ps. On the installation that I work now I use the “Shop Page Widget Area” with “Woocommerce Layered Nav Widgets”

    Thank you in advance

    Attachments:
    You must be logged in to view attached files.
    #156385

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 768px){
    body.tax-product_tag  .site-content.col-sm-push-3 {
    left: 0;
    width: 100%;
    }
    }
    body.tax-product_tag .woocommerce-breadcrumb,
    body.tax-product_tag .basel-filter-buttons,
    body.tax-product_tag .sidebar-container{
    display:none;
    }

    Best Regards

    #156522

    algeorgiadis
    Participant

    Thank you this, does the trick,
    The only problem is that if somebody clicks the tag and gets into the archived page, and then navigate to a different category from the header category menu the sidebar remains hidden.
    Can this be resolved or if not can we show the tag title on the header and hide the categories when someone clicks on a tag?

    #156542

    Hello,

    Please provide your site URL and page URL where you want to see the sidebar. I have provided the code to hide: breadcrumbs as you have shown them on your screen filters as you wrote about them and sidebar, however, the code should work only on tag pages.

    Best Regards

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