Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #452923

    Hello, I would like to display the description and reviews under the product image without being inside of tabs. Is there any way to do that?

    I have moved it succefully with

    add_action('init', 'avf_move_product_output');
    function avf_move_product_output() {
    	remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
    	remove_action(    'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
    	add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 5 );
    }

    but that just moves the tabs. Can I not use tabs and just make a longer page?

    #453689

    Hi wegotthat!

    not sure what you need. Can you show us a link to your website showing what you are talking about? I think a screenshot showing what you want to achieve would help. However, it sounds to me that it would require a heavy customization on WooCommerce/Enfold, which you can request here.

    Regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.