This topic has 7 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp
Hi,
I need to add facebook link and facebook picture in brand description. However, brand description field do not support html tags. How can I se that?
Thanks
I forgot to mansion that I made changes as you suggested to one of the users here how to change archive-product.php to display Brand description on products page.
Hello,
Please refer to this article https://docs.woocommerce.com/document/allow-html-in-term-category-tag-descriptions/ .
Regards,
Eva Kemp.
Great Eva, Thanks!!!
And is there a possibility to remove from that brand description page sidebar and sorting toolkit that is above brand description? Now it pulls me on this page sidebar from shop page.
And also, how can I create page with all of the brands?
Hello,
Add this code in custom.css file:
.archive.tax-brand .toolbar .woocommerce-ordering {
display: none;
}
.archive.tax-brand .span3.sidebar.sidebar-left {
display: none;
}
.archive.tax-brand .content.span9 {
width: 100%;
}
You can create a separate page and add Brands element from Visual Composer editor.
Regards,
Eva Kemp.
Excellent,
May I ask one more thing regarding brand. I want to add brand name next to category name in product list page. How can I achieve that?
Hello,
Sorry, but there is no such possibility in theme options.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up