Home Forums WoodMart support forum Description is not visible in frontend. Reply To: Description is not visible in frontend.

#360190

Artem Temos
Keymaster

Hello,

As a workaround, try to edit two files
woodmart/woocommerce/single-product/tabs/description.php
and

woodmart/inc/modules/layouts/elementor/single-product/class-content.php

and replace the following line

echo Plugin::$instance->frontend->get_builder_content( get_the_ID(), $is_edit_mode );

with this one

the_content();

Kind Regards