This topic has 8 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Robert Hall
Hi,
I have a few questions:
– On product page, I put Woocommerce Navigation Layer and everything works OK, but where appears the name of the filter and the number of products included I see 2 parenthesis. In your template, appears only 1: https://www.8theme.com/demo/legenda3/product-category/women/day/
– How can I delete “Reviews” tab on single product page?
– Can I select the products on “Related products” or can I configure the widget? If I wanna deleted it, can I?
– On portfolio page, can I put some text at top of the page, before the projects?
– Every portfolio item have 2 links, zoom and more information. Can I delete “More information” link?
Thanks in advance!
Hello,
1) Navigate to Dashboard-Products-edit products->and disable Reviews in Advanced tab.
2) Please read more here:
https://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
3) Unfortunately this isn’t possible.
4) Please add this code in custom.css
.portfolio-item .portfolio-image .portfolio-mask .mask-content a:last-child{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks Robert,
Two questions:
1- On product page, I put Woocommerce Navigation Layer and everything works OK, but where appears the name of the filter and the number of products included I see 2 parenthesis. In your template, appears only 1: https://www.8theme.com/demo/legenda3/product-category/women/day/
2- Have you .po and .mo files in spanish, catalan, french and portuguese? Where can I download it?
Thanks in Advance!
One more question,
I don’t find this:
1) Navigate to Dashboard-Products-edit products->and disable Reviews in Advanced tab. 🙁
Thanks!
Sorry Robert,
I found Advanced Tab! 🙂
Thanks!
Hello,
You’re welcome!
Regards,
Robert Hall.
Thanks Robert,
Please, remember this two questions:
1- On product page, I put Woocommerce Navigation Layer and everything works OK, but where appears the name of the filter and the number of products included I see 2 parenthesis. In your template, appears only 1: https://www.8theme.com/demo/legenda3/product-category/women/day/
2- Have you .po and .mo files in spanish, catalan, french and portuguese? Where can I download it?
Thanks in Advance!
1) Please use this code in custom.css file
.woocommerce-page .widget_layered_nav ul li .count:after,
.widget_layered_nav ul li .count:before{
display:none;
}
2) Unfortunately we don’t have such translations files.
Regards,
Robert Hall.
Tagged: layer, navigation, products, related, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up