• Resolved Becky

    (@beckyb)


    After the latest update, my testimonial view page is broken, displaying all the Fusion Builder code (I’m using Avada). Do views no longer support page builders, but only the native builder?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Teo Alex

    (@altesin)

    Hello @beckyb ,

    Please try adding these two lines to your child theme’s functions.php file, located at:

    wp-content/themes/your-child-theme/functions.php

    add_filter( 'wpmtst_the_content', 'do_shortcode', 11 );
    add_filter( 'wpmtst_the_excerpt', 'do_shortcode', 11 );

    These will re-enable shortcode rendering inside Strong Testimonials content and excerpts.

    Warm regards,
    Teo

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.