Posterboard in text widget not working in wordpress 4.7.1

WordPress Event Management, Calendars & Registration Forums Report A Bug Posterboard in text widget not working in wordpress 4.7.1

This topic contains 2 replies, has 3 voices, and was last updated by  Josh Mason-Barkin 7 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25786

    Hi , I have just upgraded our test site to wp 4.7.1 and see the short code for the posterboard is not resolving in a text widget.

    it just shows as text: [event_board]

    It works fine on a seperate page.

    Any suggestions on how to fix this ?

    thx

    • This topic was modified 7 years, 3 months ago by  Sharon McErlane.
    Sharon McErlane
    #25788

    WordPress doesn’t render shortcodes in text widgets. So there must have been a plug-in or theme that provided that feature.

    That being so, its best that you first ascertain that that plug-in (or theme) is still active and functioning correctly. (Do any of the WordPress shortcodes work? Does [eo_calendar] work?

    If it is, double check the posterboard plugin is active. If so uninstall the posterboard plug-in and re-install it and activate it

    If it is still does not fix the issue, you may want to try deactivating other plug-ins. There was nothing in 4.7.1 that would cause this problem, so if there is a conflict that is preventing the shortcode from rendering it, it’s likely to be a third-party plugin.

    Stephen Harris
    #26094

    Add the following to a custom plugin or your theme’s functions.php file:

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');
    

    Now you can put shortcodes in a Text widget.

    Josh Mason-Barkin
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.