Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author rfgoetz

    (@rfgoetz)

    Ok – try this.

    in wp-topbar.php … look for this line of code:

    $html_out = " ".$wptbTopBarNumber.": function() {window.setTimeout(function() { wptbbar_show".$wptbTopBarNumber."();}, 0)}";

    Change it to:

    $html_out = " ".$wptbTopBarNumber.": function() {window.setTimeout(function() { wptbbar_hide".$wptbTopBarNumber."();}, 0)}";

    Let me know if that solves your problem. If it does, I’ll find a way to make that an option you can select.

    Thread Starter Lisa Libutti

    (@llibutti)

    Thank you! Easy fix, worked perfectly.

    Thread Starter Lisa Libutti

    (@llibutti)

    Resolved

    Plugin Author rfgoetz

    (@rfgoetz)

    Thanks for responding (you’ll be surprised how many people don’t!)

    I’ll add this as a feature in a future release.

    Bob

    Plugin Author rfgoetz

    (@rfgoetz)

    I just pushed 5.03 with this feature.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘TopBar: Set CLOSED as default for all pages’ is closed to new replies.