Support » Plugin: Easing Slider » nothing works right after updating

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @electro-z, that sounds very odd. No one has reported the admin area not working at all so far, although a few have had issues importing their old slides (adding a manual import options in 2.0.1.3 coming this evening).

    Would it be possible to provide me with admin access to the site? You can email it to me info@matthewruddy.com. I know it is a bit much but it’s the only way I can have a look myself at what is going wrong and potentially add a fix for it for this evenings bugfix release.

    None the less, I’m very sorry for the inconvenience caused. Everything is working fine on our systems and has been tested extensively for weeks, so when issues arise (as a lot have recently) we’re essentially trying to fix problems blind. Again, apologies.

    Thread Starter electro-z

    (@electro-z)

    sent

    Umemba

    (@umemba)

    Same here. Cannot edit in admin. Pagination icons are right over text on image, and cannot expand drop down in admin to remove.

    Umemba

    (@umemba)

    Update, cannot add images or select anything in admin either. Using latest version of WP (3.5.1)

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey @umemba, currently investigating this.

    Would you also be able to provide me with an admin login? I’d be happy to have a look to see if you are suffering from the same issue. Email is info@matthewruddy.com

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey again all, I’m working hard to get a bugfix release out tonight, so I’d really appreciate if anyone suffering from this problem could get in contact. I really want to get it sorted asap, but without knowing what is going wrong and being unable to replicate it on my own systems, it is proving difficult.

    Thanks in advance.

    Thread Starter electro-z

    (@electro-z)

    sent you my plugins folder

    libster68

    (@libster68)

    Hi There, like the rest. Had to update then nothing works. Sent you an email already..

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @libster68, thanks for getting in contact. Just replied to your there, get back to me when you can.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey all, I’ve just released v2.0.1.3. Although I haven’t been able to replicate the issue you are all having, I’ve taken a different approach with the admin script loading this time around. It’s working for me, but it was also previously.

    Let me know if it has happened to fix the issue.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey again everyone, seems like this issue is still occurring. If anyone else is suffering from this problem please get in contact! I still can’t replicate it, and haven’t gotten any closer to solving it. Seems completely inexplicable as all JS & CSS files are loaded in a perfectly normal matter (yet for these users they aren’t being loaded).

    My email is info@matthewruddy.com for anyone who has any information or is suffering from the problem.

    Umemba

    (@umemba)

    Sent you a PM

    mrPalm

    (@mrpalm)

    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.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey @mrpalm, good to hear you got it working. That sounds like you were having an issue due to using an older version of jQuery. This will be fixed in v2.0.1.4 for those who are using older versions of jQuery (even though this isn’t advised).

    Sadly these issues aren’t related to what is occurring for these users who are having problems with the admin panel itself not actually working. I don’t think making these changes will make a difference as they aren’t admin related.

    Also, make sure you backup the changes you’ve made. If you can, add them to your themes style.css file instead of editing the plugin. You can even disable the plugin styling and use your own, via the “Settings” Easing Slider admin panel. If you upgrade your Easing Slider version in the future, your changes will be lost as WordPress will delete them.

    Great work getting it working for your website none the less 🙂

    mrPalm

    (@mrpalm)

    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.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘nothing works right after updating’ is closed to new replies.