• Hi there!
    there is any way to put the category description below the products?
    Here is my page and as you see there is a lot of text. I need to move those texts of all categories below the products.
    Thank you
    Alex

Viewing 7 replies - 16 through 22 (of 22 total)
  • Completely removed line 20 and it made no difference. Stuck again now

    Just an extra comment: if your theme has a woocommerce.php file on the theme root folder the method suggested by lorro will not work.

    Thanks @lorro

    I’m using the premium Avada 5.0 theme.

    Add this to the functions.php file in my child theme.

    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' );
    add_action( 'woocommerce_after_main_content', 'woocommerce_product_archive_description' );

    First, it showed up in the sidebar, but when I removed the position numbers 40 from the add_action, then it worked flawless! Much appreciated

    Hi all,

    Since recent update from WooCommerce to version 3.3.1 these hooks are no longer working, unfortunately. Any tips?
    Thank you so much.

    Cat

    (@catscholz74)

    Also looking for a solution to this same issue running WooCommerce 3.3.1 and iThemes Builder, with support for WooCommerce declared in functions.php.

    I deleted the woocommerce folder entirely from the child theme folder, which included archive-product.php, since any changes I made to that file did not affect anything on this page:
    https://www.1stsourcelighting.com/product-category/led-racquetball-court-lighting/

    I tried adding this code to functions.php, but it didn’t change anything (and yes I cleared the cache):
    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’ );
    add_action( ‘woocommerce_after_main_content’, ‘woocommerce_product_archive_description’ );

    Thanks!
    -Cat

    Cat

    (@catscholz74)

    I can give you a copy of iThemes Builder if this will help.

    Detailed help with a commercial product in this forum would be unlikely due to the forum guidance:
    https://make.www.ads-software.com/support/handbook/forum-welcome/#do-not-post-about-commercial-products

    You’ll need to get someone with php skills to study the code hands-on and deduce the correct hooks for your theme. Consider posting a job:
    https://jobs.wordpress.net/
    Bids can be every competitive and you are not obliged to accept any.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Move category description to the bottom’ is closed to new replies.