Plugin Contributor
Lap
(@lapzor)
Can you try using a HTML widget instead of a text widget, or just use the MailChimp Form widget?
Hope that helps. If you have any questions, please let me know!
It works with Mailchimp sign up form widget but not with HTML widget.
But it’s ok for me.
Thanks
Plugin Contributor
Lap
(@lapzor)
Ok, Thanks for letting me know. I will see if there is some problem with the shortcodes in html/test widgets.
Thanks again!
Hello @lacerise,
Are you on a WordPress version before 4.9? If so, either updating your WordPress to a more recent version or adding the following lines of PHP code to your website will fix the issue:
add_filter( 'widget_text', 'shortcode_unautop' );
add_filter( 'widget_text', 'do_shortcode', 11 );
If you are unsure where to add these lines, please have a look at this article: how to add code to your WordPress site.
Hope that helps. If not, let us know please.