Title: Display delay
Last modified: August 21, 2016

---

# Display delay

 *  Resolved [ellefrost](https://wordpress.org/support/users/ellefrost/)
 * (@ellefrost)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/display-delay/)
 * Hi there,
 * I was wondering if it was possible to display & scroll the bar after a certain
   point in the page? How would i go about doing this?
 * Kind regards and thanks in advance,
 * Elle
 * [http://wordpress.org/extend/plugins/wp-topbar/](http://wordpress.org/extend/plugins/wp-topbar/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * (@rfgoetz)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/display-delay/#post-3947870)
 * Are you asking:
 * 1) Can you display the TopBar in the middle of page? This would be if the page
   is not scrolled. **To do this, use this code in CSS Option C. Change `top:-300px`
   to move the TopBar up and down the page.**
 * `position:absolute; top:-300px; bottom:0; left:0; right:0;margin:auto; height:
   100px; width:100%; z-index: 99999;`
 * Or
 * 2) Can you display the TopBar after the user scrolls the page down a set number
   of pixels? ** To do this, make sure the Scroll Action is set to on (in the Main
   Options tab.) Then you have to change the PHP code. Look for this line in wp-
   topbar.php:**
 * `if(jQuery(window).scrollTop()> 0 )`
 * Change the “>0” to the number of pixels you want.
 * Let me know if this answers your question.
 * Bob
 *  Thread Starter [ellefrost](https://wordpress.org/support/users/ellefrost/)
 * (@ellefrost)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/display-delay/#post-3947890)
 * It was number 2 and it worked great!
 * Thank you,
 * Elle
 *  Plugin Author [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * (@rfgoetz)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/display-delay/#post-3947970)
 * OK — I’ve added this as an option in the next release so you don’t have to modify
   the code for every release.
 * The next release will come out after WordPress 3.6 comes out.
 * Bob
 *  Plugin Author [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * (@rfgoetz)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/display-delay/#post-3947971)
 * Change of plans — I will push out version 5.02 in a few minutes. It has your 
   new field in it.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Display delay’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-topbar_706d6d.svg)
 * [WP-TopBar](https://wordpress.org/plugins/wp-topbar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-topbar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-topbar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-topbar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-topbar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-topbar/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [rfgoetz](https://wordpress.org/support/users/rfgoetz/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/display-delay/#post-3947971)
 * Status: resolved