-
Author
-
May 30, 2017 at 21:44 #163062nurrohmatParticipant
Hi, can you help me out to customize the display of single product page?
I want to move description and review under the product image.
Thanks.
June 1, 2017 at 15:42 #163212LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 5, 2017 at 17:10 #163417RaduModeratorHi,
For having description outside the tabs under product image use the next function
COPY CODEfunction woocommerce_product_description_outside_tabs() { ?> <div> <?php the_content(); ?> </div> <?php } add_action('woocommerce_after_single_product','woocommerce_product_description_outside_tabs' );
For any other customizations the responsible templates are located here:
/wp-content/themes/kleo/woocommerce/ and for the single product page the responsible file is : /wp-content/themes/kleo/woocommerce/content-single-product.phpTo can have changes over theme update you should copy the files into child theme in the same location ( wp-content/themes/kleo-child/woocommerce/ )
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.