This topic has 12 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
Hi!
I need the brand description to be displayed below the products. I’ve been searching the forum, but I’ve only found a way to put a banner using static blocks, which doesn’t work for me. How can I display the description below the products?
I’ve also been thinking about changing the color of the menu link if it doesn’t have associated products. Do you use any kind of class in the menu to differentiate if a brand is empty?
Thanks!
Best regards
Hello, Marie,
Thank you for contacting us and for using XStore.
1/ Brands description inherit the position from Theme Options > WooCommerce > Shop > Shop page layout > Banner position.
2/ There is no such class, unfortunately, only for the current brand:
.menu-item-object-brand.current-menu-item a {
color: red !important;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Hi, Rose
1. Great, thanks.
2. Ok. I can´t use this solution, but thanks
I am trying to change the message in emtpy brands (https://prnt.sc/XJEku24grrSq) but i don´t know what should I change.
I added a static block in search results options, but the page didn´t change
Best regards
Hello, Marie,
Thank you for your response.
Do you want to change this text – https://prnt.sc/jgZUakRunKRy ?
Kind Regards,
8theme team
Hello, Rose,
No. After this text I want to show a block with products.
Something like this:
https://prnt.sc/ULyUdXSA0_Og
Best regards
Hello, Marie,
Thank you for your response.
As a workaround, you can try to select a static block for the Shop page as PreFooter – https://prnt.sc/EI7Ib99IUaZO
Kind Regards,
8theme team
Hello, Rose.
But it shows the block in all shop pages. I only want it to show in results page.
Can I hide It using code in the rest of shop categories?
Are you planning to add the feature (hide emtpy brands) in next updates?
Best regards
Hello, Marie,
Thank you for contacting us and for using XStore.
1/ Yes, you can use the next custom CSS code:
body:not(.search) .prefooter {
display: none !important;
}
2/ Please post the feature request here – https://www.8theme.com/taskboard/ , so our dev team read it.
Kind Regards,
8theme team
Hi, Rose,
Thanks for the code.
I used a megamenu to show a widget with brands. But the megamenu style is different from the rest of the menu. Is too wide and text is different.
There is some option or css to change that?
Thank you
Best regards
Hello, Marie,
Private Content.
Kind Regards,
8theme team
Hi!
Private content.
Best regards
Hello, Marie,
Thank you for your response.
Please check the next screenshot – https://prnt.sc/FV5D1DnwGCEe
Kind Regards,
8theme team
Tagged: brands, description, list, product, template, woocommerce, wordpress
The issue related to '‘Brands description displayed below products list’' has been successfully resolved, and the topic is now closed for further responses