Viewing 3 replies - 1 through 3 (of 3 total)
  • edit vertical-scroll-recent-post.php:

    find:

    <div style="padding-top:8px;padding-bottom:8px;">

    change to:

    <div style="padding-top:8px;padding-bottom:8px;" onMouseOver="clearTimeout(t1);clearTimeout(t2);" onMouseout="vsrp_scroll();">

    edit
    find:

    setTimeout("vsrp_scroll();", 10);

    change to:

    t1 = setTimeout("vsrp_scroll();", 10);

    find:

    setTimeout("vsrp_scroll();", 2000);

    change to:

    t2 = setTimeout("vsrp_scroll();", 2000);

    Thread Starter asadujjaman

    (@asadujjaman)

    Hey thanks alchymyth. It’s working!

    Would there happen to be an updated version of this (for version 5.0)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Vertical scroll recent post] Pause scrolling on mouse over’ is closed to new replies.