This topic has 10 replies, 3 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow
Hello,
Olga, how to make html to work in product category? I mean P and BR don’t work in shown short description. That’s why text looks inlined.
Give me please instruction what to add to functions.php
Hello,
Provide us with WP Dashboard and FTP access to your site to check and help you.
Regards
Hello,
Sorry for my long reply.
Olga, unfortunately I cannot give access to hosting. Could you please send me instructions what to add to functions.php or wherever. I’ll figure it out.
Hello,
Could you, please, provide us with temporary WP Dashboard access to your site? We need to check the described issue.
Regards
info is in private area
Hello,
Are you talking about product short description https://prnt.sc/26c5f8u , right? Not about Product category description https://prnt.sc/26c5fqy ?
Regards
Hello,
yes, Olga, i’m talking about product short description in this screenshot https://prnt.sc/26c5f8u
Hello,
Fixed. Clear cache and check.
Regards
Hello,
Rose, thanks a lot!
Could you tell me please how did you fix it? It will help me to do the same in Royal theme without creating a ticket here.
Hello,
Take my apologies for the delay in answering.
Edit the royal/woocommerce/content-product.php
Find
<div class="product-excerpt">
<?php echo do_shortcode(get_the_excerpt()); ?>
</div>
replace with
<div class="product-excerpt">
<?php echo wpautop(do_shortcode(get_the_excerpt())); ?>
</div>
Regards
Tagged: best selling, html, product category, support, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up