Just updated 'Tabbed Widgets' plugin, which is now causing both of my tabs to show at once with the tab styling as the default: http://blog.tortugabackpacks.com/.
I copied my old CSS changes into my theme (previously edited the plugin's CSS), which did not fix the main issue.
Can this be solved with styling or am I missing something?
http://wordpress.org/extend/plugins/tabbed-widgets/
I have just released 1.3.1 which should fix this bug.
Works perfectly. Thanks for the quick fix!
The tabs are displaying properly on "post" pages, but is displaying all tabbed widgets with no tab interface on "page" pages. Example on consumerismcommentary.com -- looks find on the home page oand on articles, but if you go to http://www.consumerismcommentary.com/contact/ (a "page") it is not displayed correctly.
Thanks!
mycattom
Member
Posted 2 years ago #
my tabbed widgets is 1.3.1
Sorry, it works again.
flexo -- your problem is caused by the ShareBar and SmoothGallery plugins which throw an error on individual pages. You can use Firebug to debug and see what I mean.
jQuery(sharebar).offset() is null
return jQuery(sharebar).offset().top;
shareb...r=3.0.4 (line 27)
this.galleryElement is null
this.galleryElement.addClass(this.options.baseClass);
Thanks, Kaspars! The plugin is working now.