Home Forums WoodMart support forum single product description not show in layout 6.3

single product description not show in layout 6.3

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #359882

    iconcomputers79
    Participant

    single product description not show in layout 6.3

    #359973

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #360100

    iconcomputers79
    Participant

    Problem not solved

    #360106

    iconcomputers79
    Participant

    This is my staging site

    #360109

    [email protected]
    Participant

    Same problem here

    #360119

    Artem Temos
    Keymaster

    Please, send us your admin username, not only password.

    #360120

    iconcomputers79
    Participant

    Pls check

    #360189

    Artem Temos
    Keymaster

    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

    #360208

    iconcomputers79
    Participant

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

    This is correct

    #360212

    iconcomputers79
    Participant

    Problem solved 😊

    #360265

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘single product description not show in layout 6.3’ is closed to new replies.