• I’m using a simple plugin to allow use of shortcodes in the sidebar within text widgets. The plugin is called “Use Shortcodes in Sidebar Widgets”. It’s actually a one liner:
    add_filter('widget_text', 'do_shortcode');
    yet it has broken the tabs functionality of whistles (examining the html, it seems that the aria-selected stuff in the tabs links is no longer present, and the display is simply block on all the tabs at once. Any thoughts on how to address this?

    https://www.ads-software.com/plugins/whistles/

Viewing 1 replies (of 1 total)
  • Thread Starter dwaharvey

    (@dwaharvey)

    Bit more detail on this: the conflict occurs when the whistle-tabs are created inside a widget, either the whistles-widget that comes with the plugin, or if one uses the shortcode for the whistles inside a text-widget. I have tried fiddling with the priority for the conflicting plugin’s add_filter call, but that hasn’t helped.

Viewing 1 replies (of 1 total)
  • The topic ‘Tabs conflict with "Use Shortcodes in Sidebar Widgets" plugin’ is closed to new replies.