• Resolved Drew

    (@adoggett)


    Hi,

    Great plugin! Thanks for making it.

    I’m using Centric Pro theme by Genesis and would like to have this top bar push down the Header/Menu as well as the content, so that my site looks basically like it would if you were logged in to the WP Admin (the WP Admin utility bar). I just need two links above the menu on the right.

    Would you be able to help with that? (wp.redfynn.com)

    Thanks!

    Drew

Viewing 1 replies (of 1 total)
  • Plugin Author rfgoetz

    (@rfgoetz)

    Unfortunately, I don’t have the bandwidth to do this for you. I am thinking that you’d have to modify when the TopBar is called.

    Look for this like in the wp-topbar.php:

    add_action( ‘wp_footer’, array( __CLASS__, ‘wptb_activate_TopBar_html_js’ ) );

    Change ‘wp-footer’ to a different trigger that comes after your menu/header is loaded.

    Bob

Viewing 1 replies (of 1 total)
  • The topic ‘Push down header, too’ is closed to new replies.