Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yea they have copied it. and no they did have the lates jquery. as far as i could tell. the off was supported.. but genereated error. and i also checked nonConflict and stuff. but well we will see. if it breaks.. it breaks ??

    Sorry for stealing the thread for something that was non important for the matter of the thread.

    First off i havent read the thread.. im sorry for that but htis might help more than my friend.

    so.
    first go to the plugin folder “easing-slider” then in to the js folder.
    rename the slideshow.min.js to slideshow_old.min.js
    copy slideshow.js to slideshow.min.js “why.. i dident have time to go thrue the code.”

    ok open the new slideshow.min.js search for .off
    base.$el.off(‘aftertransition._transition’).one(‘aftertransition._transition’, function() {

    Alter it to..
    base.$el.one(‘aftertransition._transition’, function() {

    then save close.

    open the css minified version.

    first css rule
    margin:0!important;padding:0!important;

    alter to..
    margin:auto!important;padding:0!important;

    save.. DONE.

    Hope it helps someone.

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