• Hi Matthew,

    Great plugin! However, since updating, new “sliders” (each titled Easing Slider “Lite”) keep being generated in the back end, around 3-9 every minute. All of them are empty.

    Could this be a conflict with another plugin I have running?

    It doesn’t appear to be interfering with our website.

    -David

    https://wordpress.org/plugins/easing-slider/

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

    (@matthewruddy)

    Hi @dvdcdnte, it’s a bug I hope to have fixed in v2.2.0.2. Could you upgrade and let me know?

    I am having the same issues, and I am currently running v2.2.0.4.

    The weird part is, I am running this plugin on multiple websites, and on all but 1 of them v2.2.0.4 if working fine, but then on the one install it is auto generating empty sliders titled Easing Slider “Lite”. It is also adding 3 navigation items to the Dashboard dropdown in the wordpress menu.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi Chris, the auto generating sliders should have stopped with v2.2.0.4, it’s been isolated and fixed. Are you sure you’re running this version on that site?

    Go to the Easing Slider “Settings” panel, check the option “Check this box if you would like Easing Slider to completely remove all of its data when the plugin is deleted.”, then uninstall the plugin. Afterwards, reinstall it and see if all is resolved.

    There is still an issue in terms of it has added 3 additonal tabs in the dashboard section of the wordpress menu. you can see a screen shot of this here http://s28.postimg.org/vlraal1tp/Screen_Shot_2015_01_14_at_10_00_39_AM.png

    All of that has been done and my slider is still not displaying.

    In my home content file, this is the code that is trying to run the slider, which is not working

    <?php echo do_shortcode('[easingslider id="15139"]'); ?>

    The shortcode was copied directly from the shortcode column in the table on the slider page after I set up the new slider one i re-downloaded the plugin.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    I’m looking into the issue regarding the 3 additional tabs. It’s related to the welcome screen, but should be hidden. You’re the first user to bring this to my attentionso bare with me while I try to resolve it 🙂 I can’t replicate it myself, which is making it tricky.

    Regarding the shortcode, could you try this code instead?

    <?php if ( function_exists( "easingslider" ) ) { easingslider( 15139 ); } ?>

    Does the slider with ID #15139 definitely exist?

    If you’d be comfortable with providing me admin access to the site, I’d be happy to take a look myself and relieve the workload for you. However, I completely understand if this isn’t possible 🙂 Email me the details to me via the support form.

    Thread Starter dvdcdnte

    (@dvdcdnte)

    The sliders have stopped autogenerating since upgrading.

    I deactivated the plugin, checked the box instructing “Check this box if you would like Easing Slider to completely remove all of its data when the plugin is deleted”, and re-installed.

    Thanks, Matthew!

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Awesome, delighted to hear you got it all resolved! 🙂

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

The topic ‘Keeps generating new sliders automatically’ is closed to new replies.