Home › Forums › WoodMart support forum › Description is not visible in frontend. › Reply To: Description is not visible in frontend.
March 12, 2022 at 3:21 pm
#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