Home Forums Themes Support Gecko Move product description & additonal info to link below delivery & returns

Viewing 7 reply threads
  • Author
    Posts
    • #1569

      I would like to move the product description and additional info tabs to below delivery & returns on the product pages. I would like them to open in popups, as is the case with delivery and returns link. How can I do this?

      • This topic was modified 7 years, 2 months ago by Harry.
    • #1575

      Hi,

      you can add below code to file function.php in gecko-child

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

       

      best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #1581

      Thanks for that, works great!

      I had included a metaslider in all product descriptions which scrolled across the full page width. Due to moving the description this is only appearing in the product summary. How can I add this metaslider above the related products on all product pages?  Thanks

    • #1582

      Happy for it to appear below the related products but above footer too.

    • #1583

      Not to worry, I have managed to do it.

       

      However, i keep having to add the code to my main themes functions.php file. How do i enabel the child theme functions.php file?

      Otherwise it will be cleared when i update the theme?

       

    • #1603

      Can you tell me which file in parent theme you added code. we will give you how to make it run on child theme.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #1605

      We have only edited the functions.php file in the main gecko theme

    • #1607

      You can move code you added in main gecko theme to functions.php file in gecko-child.
      We recommend all changes should do on child theme so you can update main theme without losing your custom code.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 7 reply threads

You must be logged in to reply to this topic.