Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1228277

    I want to move Product Tabs to the right hand side of the product image. Usually this goes like this:

    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );

    … for more details please see here:

    WooCommerce: Move Product Tabs Under the Short Description

    But it doesn’t seem to work with enfold. What do I have to do differently here?

    #1228567

    Hey frankeee,

    You need to have a look at these files to see when and where the tabs are configured to be rendered:
    /config-woocommerce/config.php
    /config-woocommerce/config-356.php

    Best regards,
    Victoria

    #1228602

    Hi Victoria, thank´s for answering!
    I have the code in /config-woocommerce/config.php and
    /config-woocommerce/config-356.php modified as follows:

    #
    # display tabs and related items within the summary wrapper
    #
    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );

    Unfortunately, this change does not affect my layout?

    #1228668

    Hi frankeee,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1228782

    … yes, of course! You will find admin details in private content.

    #1228798

    Hello Victoria,
    I figured out how to solve it. Thank you for your help. Please close the thread.

    #1228967

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce product-single move Product Tabs’ is closed to new replies.