Reply 260064 to: WC product category widget | unstable display of category description

Avatar: Juan
Juan
Participant
November 17, 2020 at 17:53

Other information to be specified.
Here is a customization of the function.php file of the child theme.

/** Moves the description text to the bottom of the page.*/
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_product_archive_description’, 10 );
add_action( ‘woocommerce_after_main_content’, ‘woocommerce_taxonomy_archive_description’, 40 );
add_action( ‘woocommerce_after_main_content’, ‘woocommerce_product_archive_description’, 40 );

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.