Tabs conflict with "Use Shortcodes in Sidebar Widgets" plugin
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Tabs conflict with "Use Shortcodes in Sidebar Widgets" plugin’ is closed to new replies.