Home › Forums › Themes Support › Gecko › Move product description & additonal info to link below delivery & returns
- This topic has 7 replies, 2 voices, and was last updated 7 years, 10 months ago by Harry.
-
AuthorPosts
-
-
January 12, 2017 at 4:12 am #1569
-
January 12, 2017 at 2:27 pm #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 -
January 12, 2017 at 6:14 pm #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
-
January 12, 2017 at 6:20 pm #1582
Happy for it to appear below the related products but above footer too.
-
January 12, 2017 at 6:38 pm #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?
-
January 13, 2017 at 6:15 pm #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 -
January 13, 2017 at 9:31 pm #1605
We have only edited the functions.php file in the main gecko theme
-
January 13, 2017 at 11:15 pm #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
-
-
AuthorPosts
You must be logged in to reply to this topic.