Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #834898

    Hello
    I need help please
    I try to move category description at the bottom after blog grid
    I search in the support but it doesn’t work
    Thanks for your help
    Regards
    Jessy

    P.S : i try this
    
    

    function av_move_wc_cat_description(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(“.term-description”).insertAfter(jQuery(“.products”));
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘av_move_wc_cat_description’);`

    #835160

    Hey jessy_websites,
    I’m sorry I don’t see the category description on your page, can you please include a screenshot to show what you would like to see?

    Best regards,
    Mike

    #835690

    Hello Mike
    I have finnaly find how to do.
    Thanks
    Regards

    #836126

    Hi,

    Great, glad you found a solution and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.