Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #924104
    addwirecom
    Participant

    Hello, I setup Woo Commerce on one of my sites, and I’m trying to figure out how to change two things

    1: The header “Category Archive” to the actual archive i’m in for example, if we’re in vape mods category, it display’s “Vape Mods” instead of Category Archive

    2. Change the subtitle from “Below you’ll find a list of all items that have been categorized as “Vape Mods”” to The Sub Category.

    Kind of like a breadcrumb, but title crumb if you will. Keep the layout the same, just have it state the category name and sub category

    Here’s the main category Link – http://vapor-workz.com/product-category/vape-juices/

    And here’s a sub category link – http://vapor-workz.com/product-category/vape-juices/pinup-vapors/

    Also If possible could we address the number beside the category in the page, or all pages – http://vapor-workz.com/product-category/vape-juices/

    Right below the bottle it says Pinup Vapors (1) Can we remove the (1)? I assume it’s the Qty of products in that section.

    Thanks in advance!

    #978122
    Friech
    Moderator

    Hi There,

    Thanks for writing in! On your admin dashboard please navigate to Products > Categories and then edit your category, and fill the Archive Title and Archive Subtitle field.


    screenshot

    Add the custom below on your customizer to hide the product count on the category page.

    .woocommerce mark.count {display: none;}

    Hope it helps, Cheers!

    #978175
    addwirecom
    Participant

    The CSS didn’t work for the Product count..

    .woocommerce mark.count {display: none;}

    #978302
    Rupok
    Member

    Hi there,

    I have tested the code on your site and must work if you add correctly :

    .woocommerce mark.count {
      display: none;
    }

    I can’t see the code on your site so I think you are missing something or the code above this was not closed properly. Make sure to add this under Custom > CSS in the Customizer and check the other codes to find the glitch.

    Cheers!

    #978935
    addwirecom
    Participant

    Okay I’ve added the Stylesheet code, so far nothing changed.

    here’s a screen shot.

    #979661
    Friech
    Moderator

    Hi There,

    This block of css code is causing an syntax error.

    //* .archive .h-landmark {
        display: none;
    } *//

    Please update that to:

    /* .archive .h-landmark {
        display: none;
    } */

    Or just remove it.

    Hope it helps, Cheers.

    #979816
    addwirecom
    Participant

    Thank you, I removed it all together. It fixed my problem

    #979938
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-924104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>