• Resolved thermal

    (@thermal)


    Hey! I installed your theme while using the free version. I want to move the category description text down below the products. Basic, displayed above the products. Added the following code to the theme’s functions.php file
    remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
    add_action( ‘woocommerce_after_main_content’, ‘woocommerce_taxonomy_archive_description’, 100 );
    remove_action( ‘woocommerce_archive_description’, ‘woocommerce_product_archive_description’, 10 );
    add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_product_archive_description’, 100 );
    Everything is fine in the desktop version, but the code does not work on the mobile version of the site. Please help me solve the problem with text wrapping in the mobile version.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @thermal,

    Please refer to this screenshot and see the red rectangle. Is that what you would like to achieve?

    Kind regards,
    Herman πŸ™‚

    Thread Starter thermal

    (@thermal)

    This is not at all what I need, I will now attach 2 screenshots, which show that the code from the first post does what I need only for the desktop version of the site (screenshot 1), but does not work for the mobile version (screenshot 2)
    Thanks

    Hi @thermal,

    The description is located below the products, both on desktop and mobile. Please refer to this video.

    Have you managed to make it work or is it me missing something, again?

    Kind regards,
    Herman πŸ™‚

    Thread Starter thermal

    (@thermal)

    Great news, it worked. I think there was a problem with the cache, and old pages were displayed to me. Thanks for your help, you are a great team and you have a great Astra theme.

    Perfect @thermal!

    Please mark the topic as Resolved and do let us know if there’s anything else we can help you with.

    Kind regards,
    Herman πŸ™‚

    PS. And you are a great user πŸ˜‰

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem with mobile version’ is closed to new replies.