• qdhd99

    (@qdhd99)


    Just upgraded to Version 0.35, Tabber Tabs Widget Area is there, but tabber widget is gone. Please fix. Thanks.

    http://wordpress.org/extend/plugins/tabber-tabs-widget/
    [edit] tabbers-tabs.php – it seems that loading last is causing problem

    add_action( ‘wp_loaded’, ‘tabber_tabs_plugin_init’ );

    Reversing back is now causing a mess.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Just installed (not upgraded) and am having the same issue. Thanks in advance for any help.

    Thread Starter qdhd99

    (@qdhd99)

    not much changed from 0.34 to 0.35

    Temp fix before the developer releases a new version :
    edit tabber-tabs.php

    find
    // Launch the plugin last so we don’t effect other widget areas.
    add_action( ‘wp_loaded’, ‘tabber_tabs_plugin_init’ );

    replace with
    // Launch the plugin.
    add_action( ‘plugins_loaded’, ‘tabber_tabs_plugin_init’ );

    Be prepared to re-arrange your widgets as it would mess up the placing of your widgets.

    OR
    NO upgrade, just edit v.034’s tabber-tabs.php
    change
    Version: 0.34
    to
    Version: 0.35

    This way you skip upgrade, but rid of nagging upgrade notice from WP.

    Plugin Author Steve Bruner

    (@sbruner)

    Just committed version 0.36 to WP.org. It should fix this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Tabber Tabs Widget] widget disappeared’ is closed to new replies.