Looks like your delay is set to zero. Your html is below. Double check your settings?
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(‘#wptbheadline’).hide();
jQuery(‘#wptbheadline’).delay(0);
jQuery(‘#wptbheadline’).css(“visibility”,”visible”);
jQuery(‘#wptbheadline’).slideDown(0).fadeIn(1000);
jQuery(‘#wptbheadline’).show(“slow”);
});
Ohhhh – I get it – the bar slides onto the page. I was expecting it to float – stay visible on the page when scrolling. Is this possible?
Thanks for your help Bob.
That is not an option today – I’ll consider adding it for a future release — it is a good idea.
Until then, you can modify the embedded javascript to fix the topbar element. You can try this code — I have not even attempted this yet — so I can’t help if it doesn’t work.
http://www.wduffy.co.uk/blog/keep-element-in-view-while-scrolling-using-jquery/
I would also love the ‘include’ pages option to be an ‘exclude’ pages function as I would like the majority of current and all future pages to include the bar and just exclude a couple. Is that a simple change I could make?
Thanks Bob – That link did the trick!
I went with the jscroll plugin and then just needed to move the bar into the body and everything is looking great.
I really appreciate your help.
🙂