Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

category text field to bottom

Home / Forums / Virtue Theme / category text field to bottom

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 6, 2017 at 9:26 am

Hi,

I have added the foillowing code to my child theme function.php:

remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );

add_action( ‘woocommerce_after_main_content’, ‘woocommerce_taxonomy_archive_description’, 100 );

This should move the text field to the bottom of the page. But what happend is that the text field shows up in the sidebar!!

see example here:

On my other sites, the code worked perfect.

What could be the problem here? On the other hand it is not bad to have the description in the side bar but not above the filter.

hope you can help me out here.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.