• Resolved mattiaspkallio

    (@mattiaspkallio)


    Hi, it took me a while to figure this out, so if it helps anyone here it is.

    The product description had no paragraphs or br.

    In wb_product_description.php on row 105 the filter for the_content was missing so the row should be:
    echo ‘<div class=”woocommerce_product_description”>’.apply_filters( ‘the_content’, $post->post_content ).'</div>’;

    Seems like a bug, hope it gets fixed. ??

    Thanks for a great plugin! ??
    //Kallio

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hey Kallio,

    Thanks a lot for reaching out to us.

    We highly appreciate your feedback. We’ll check the plugin thoroughly and fix the issue in the next update of our plugin.

    Best regards,
    Tarek

    Confirm, I had the same problem, developers correct the code. Thanks mattiaspkallio helped!

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Thank you so much for your feedback @etilen

    We really appreciate it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product description with no paragrahs or br’ is closed to new replies.