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

    (@rfgoetz)

    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”);
    });

    Thread Starter candace88

    (@candace88)

    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.

    Plugin Author rfgoetz

    (@rfgoetz)

    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.

    https://www.wduffy.co.uk/blog/keep-element-in-view-while-scrolling-using-jquery/

    Thread Starter candace88

    (@candace88)

    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?

    Thread Starter candace88

    (@candace88)

    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.

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-TopBar] Bar Slide not Working’ is closed to new replies.