Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author UnPointZero

    (@unpointzero)

    Hi sewkos.

    Don’t know if your problem is solved but I think this can help someone else.
    Just edit “Slider.php” line 49 :
    Add after “<a”
    onHover=\”#fragment-$i\”

    it should work ??

    C ya !

    Plugin Author UnPointZero

    (@unpointzero)

    updated some code…
    To change on mouse over, just do that :
    Open libs/slidercfg.js

    Line 2 : After $(document).ready(function(){

    Add :
    $( “#featured” ).tabs({
    event: “mouseover”
    });

    It should work now !

    C ya!

    This guy is great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: UnPointZero Slider] On Mouse Over action’ is closed to new replies.