• Resolved MadMare

    (@madmare)


    I have recently migrated my Woocommerce site from Woothemes Buro to Customizr, and I am hoping someone can help me with the product category displays.

    On the main Shop page of my site, it has:
    Archives: Products
    at the top, and then
    Shop
    further down the page.

    Along the same lines, in any category page I get:
    Product Category: (Category)
    With the category description
    and then
    (Category)
    with the same category description

    I would like to get rid of the first entry on those pages, and only have the description display once under the actual category.

    How do I fix this? Site link to shop page is here:
    https://madmare.com/shop/

    Much thanks in advance,
    Eileen

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello Eileen,
    this is a bug which has been fixed in the latest theme release which is currently under review (by wp.org themes reviewers), hopefully will be available soon.
    Meantime you can hide them adding this to your custom css:

    .woocommerce .archive-header {
      display: none;
    }

    Hope this helps.

    Thread Starter MadMare

    (@madmare)

    You absolutely rock!

    Ah, that looks much better ??

    Thank you SO much ??

    Eileen

    Thank you so much, this saved my day! I was struggling with this problem since yesterday and was about to start over with a fresh test install when I checked the forum for more info.

    Hello Frederic,
    this should have been fixed in the latest release.
    Which version are you running?

    WordPress 4.1.1
    WooCommerce 2.3.8
    Customizr 3.3.23

    I’ve encountered the same problem with search result pages, which I fixed in a similar way:

    .woocommerce .archive-header, .search-header {
      display: none;
    }

    The search isn’t related to woocommerce, right? So you still need it if you want to hide that header.
    About woocommerce related issue it has been fixed in the latest theme’s version, which is 3.3.26, live since yesterday.

    Thread Starter MadMare

    (@madmare)

    I just upgraded to the latest release.

    I REALLY like this theme, and so do my customers. I see the Pro version in my future if all continues to go well.

    I do wish that it was easier to find answers in the knowledge base, though.

    Posting another question.

    Eileen

    @d4z_c0nf : that’s right, so I’ll keep this CSS snippet anyway. But I wonder if there’s a more systematic way of getting rid of these duplicate headers regardless of the post type.

    @madmare, did you try the Search here?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Woocommerce: "Archives: Products" et al’ is closed to new replies.