This topic has 8 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson
Hi,
Category text appears twice
How can I make that it will be only once?
http://panima.co.il/product-category/anti-aging/
מוצרי אנטי אייג`ינג להראות יפה בכל יום!
פנימה – משווקת קוסמטיקה פרארפואית לטיפולי אנטיאייג’ינג, קמטים וכתמי עור, לחיזוק מערכת ההגנה והצערת העור במגוון רחב של מותגים מובילים לייעוץ צלצלי
מוצרי אנטי אייג`ינג להראות יפה בכל יום!
פנימה – משווקת קוסמטיקה פרארפואית לטיפולי אנטיאייג’ינג, קמטים וכתמי עור, לחיזוק מערכת ההגנה והצערת העור במגוון רחב של מותגים מובילים לייעוץ צלצלי
Regard,
Orna
Hello,
Try to add this code in Custom CSS:
.tax-product_cat .term-description {
display: none;
}
Regards,
Rose Tyler.
Hi,
It is not working…
Orna
Hello,
Try to clear browser and server cache before checking.
Regards,
Rose Tyler.
Hi,
I did and it’s not working
https://snag.gy/nNwD6I.jpg
Hello,
I saw this code in your custom.css file:
<?php $description = term_description(); ?>
<?php if ($description) : ?>
<div class="product-category-description">
<?php echo $description; ?>
</div>
<?php endif; ?>
You can’t use php code in css file, it won’t work and each css code that you added after it, will not work as well. So I’ve removed it and the code for description is functioning. Check the category page now.
Best regards,
Jack Richardson.
Hi,
(: Sorry…
I did’t ad any code if you don’t advice me to
But thanks for founding the problem and fix it for me
Thank you very much
Orna
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Category text appears twice’' has been successfully resolved, and the topic is now closed for further responses