• Resolved salmanrazak

    (@salmanrazak)


    I am trying to build my custom theme with simple woocommerce functionality. my single product page data tabs is showing product image and short description instead of long description and reviews tab is missing. nothing extra added and admin product reviews checkbox is enable in woocommerce plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @salmanrazak,

    I understand you’re having trouble with your WooCommerce product page. In most cases, the issue often happens when the WooCommerce template files are in conflict with a plugin or theme.

    To troubleshoot this, please try performing a conflict test and let us know how it goes.

    Looking forward to your reply!

    Thread Starter salmanrazak

    (@salmanrazak)

    Hi ckadenge,

    really appreciate your quick response.

    adding theme support in following manner solve the problem.

    if ( apply_filters( ‘rumi_add_theme_support’, true ) ) {
    add_theme_support( ‘title-tag’ );
    add_theme_support( ‘post-thumbnails’ );
    add_theme_support( ‘html5’, array( ‘comment-list’, ‘comment-form’, ‘search-form’, ‘gallery’, ‘caption’ ) );
    add_theme_support( ‘post-formats’, array( ‘aside’, ‘image’, ‘gallery’, ‘video’, ‘audio’, ‘link’, ‘quote’, ‘status’ ) );
    }

    previously it was used without IF condition.

    my problem is solved.

    Thanks once again

    Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello salmanrazak

    Thank you for your reply.

    I am glad to know that you were able to resolve the issue yourself.
    We wish you the best of luck with your custom theme development.

    Please don’t hesitate to contact us again if you have more questions or concerns. We are here to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Single product tabs reviews missing’ is closed to new replies.