• Hello! I am trying to make changes to have the tabs after the product image. I study the documentation and managed to do that with this code: `
    remove_action( ‘woocommerce_single_product_summary’,’woocommerce_output_product_data_tabs’, 0);
    add_action(‘woocommerce_before_single_product_summary’,’woocommerce_output_product_data_tabs’, 20 );
    `

    It works like i want but the Description (first tab) it is closed and i have to click it to make it active. Am i doing something wrong? I want to add the tabs in the woocommerce_before_single_product_summary hook. Is there a way to make it always active?
    Thankyou for your time

  • The topic ‘how can i have first tab always active’ is closed to new replies.