• Firstly thanks for a great little plugin.

    I’m using it in conjunction with Legenda Woocommerce theme. The show more script works fine on static pages and category pages, but refuses to work on Woocommerce brand description pages, it just displays the shortcode in plain text. Both types of page are archive pages, but taxonomies are tax-product_cat (show more working) and tax_brand (show more not working), if that makes a difference.

    I’ve enabled errors via wp-config but none are shown. Any thoughts?

    Many thanks

    • This topic was modified 8 years, 1 month ago by lew-egr.
    • This topic was modified 8 years, 1 month ago by lew-egr.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rene Maurer

    (@renemaurer)

    Unfortunately, no further shortcode can be used within the plugin. I’m really sorry, maybe in a future version.

    Thread Starter lew-egr

    (@lew-egr)

    For those having the same issue, adding the following code to functions.php got this working.

    add_filter( 'term_description', 'do_shortcode' );

    I’m having the same issue with category description in another theme, but unfortunately using

    add_filter( 'category_description', 'do_shortcode' );

    doesn’t help. Will post again if i find a solution.

    • This reply was modified 8 years ago by lew-egr.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show more on Woocommerce brand pages’ is closed to new replies.