• Resolved snecz

    (@snecz)


    Hi, When I have set Show brand description before the product loop it’s ok. When I choose after the product loop it disappears. Where can be the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi snecz!

    Maybe the theme is removing the woocommerce_after_main_content hook. What theme are you using?

    ??

    Thread Starter snecz

    (@snecz)

    Hi @titodevera

    This is custom theme. I’ve found this in functions.php:

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

    Plugin Contributor titodevera

    (@titodevera)

    Hi snecz.

    Please, be sure that the woocommerce_after_main_content hook is working in your custom theme.

    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show brand description’ is closed to new replies.