This topic has 6 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi, the problem we are facing is that we have written the product description in category. The text in the category shows above the product. But, we want to show first the products and then the content.
We want:
1) To Show the products in category pages above the content
2) All the content in category pages should show below the products
Please look at this following links and images:
Images:
Links:
https://www.pharmacyhealthonline.com/product-category/anti-anxiety/
https://www.pharmacyhealthonline.com/product-category/adhd-medication/
https://www.pharmacyhealthonline.com/product-category/erectile-dysfunction/
https://www.pharmacyhealthonline.com/product-category/muscle-relaxants/
https://www.pharmacyhealthonline.com/product-category/pain-relief/
https://www.pharmacyhealthonline.com/product-category/sleeping-aid/
https://www.pharmacyhealthonline.com/product-category/weight-loss/
Please suggest us the workable solution at your earlier.
Hello,
Theme Options > WooCommerce > Shop > Shop page layout > change Shop Page Banner Position
or
add the content into “Description after content” area – https://gyazo.com/e3e1fbf0d34430bcad3c18a5b803cd1d
Regards
Hi, I have tried both the options, I am afraid but both are not working. We are looking to change the text position to bottom and products position to top.
Can you provide any template or code that can do the trick?
Hi,
Provide temporary wp-admin access, so we can take a closer look why mentioned settings do not work for you.
Regards
Hi, I have used the template in functions.php file and it now working like charm.
You can also yourself check the results.
I am also sending you the code for further reference.
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
Hello,
Thanks for letting us know.
Regards
You must be logged in to reply to this topic.Log in/Sign up