Tagged: x
-
AuthorPosts
-
May 5, 2016 at 1:38 pm #924104
addwirecomParticipantHello, 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!
May 5, 2016 at 11:01 pm #978122
FriechModeratorHi 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.
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!
May 6, 2016 at 12:10 am #978175
addwirecomParticipantThe CSS didn’t work for the Product count..
.woocommerce mark.count {display: none;}May 6, 2016 at 3:03 am #978302
RupokMemberHi 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!
May 6, 2016 at 1:25 pm #978935
addwirecomParticipantOkay I’ve added the Stylesheet code, so far nothing changed.
here’s a screen shot.
May 6, 2016 at 8:52 pm #979661
FriechModeratorHi 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.
May 7, 2016 at 12:31 am #979816
addwirecomParticipantThank you, I removed it all together. It fixed my problem
May 7, 2016 at 3:37 am #979938
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-924104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

