• Resolved lacerise

    (@lacerise)


    Hello,
    I have a problem since last plugin update. It doesn’t work in widget (on right sidebar in the bottom of my blog). I’ve tried to had it in a post, it’s ok but not in widget.
    Thanks for help.
    Stephanie

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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!

    Thread Starter lacerise

    (@lacerise)

    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!

    Plugin Author Danny van Kooten

    (@dvankooten)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form does not work in widget’ is closed to new replies.