Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #22813

    Issues:

    1) Easy Slider doesn’t restart if little circle pressed in slider to manually go to a different slide, after that it never restarts.

    2. Is it possible to display Controls on the Easy Slyder, and the full width Easy Slyder, like: stop, play, reverse, forward…?

    Thanks!!!

    #117329

    Hi,

    Yes. The two big arrows on each side of the Easy Slider and Full Width Easy Slider are the reverse and forward controls. The slider pauses if mouse enters the slider and starts again when mouse leaves the slider.

    Thanks,

    Nick

    #117330

    Sorry, but for me is not working. Some other suggestion?

    If you can, please take a look at http://bayeng.wordpress.pratbcn.com/green/green-projects/ I don’t know what happens….

    Thanks,

    Alexia.

    #117331

    Hi,

    Please look at this image of your website at the 3 arrows http://i.imgur.com/7WNlgnw.jpg

    Thanks,

    Nick

    #117332

    Hello,

    I know what you mean, but for me, arrows working, and stop working but still don’t Restart slide show again… For example: I stop the slider, and I don’t know the way to restart slide again.

    Thanks,

    Alexia.

    #117333

    Hi,

    Yes, I see what you mean. Looks like a possible bug.

    1. When mouse enters slider and clicks one of circles to change the slider image and mouse then leaves the slider, slider never re-starts again.

    Please hang in there a bit more, I made Kriesi aware of the issue.

    Thanks,

    Nick

    #117334

    Thanks for your customer support all the time. It is really appreciate it.

    Regards,

    Alexia.

    #117335

    Tbh I guess this is not a bug but a feature. Personally I also feel that it’s better to stop the slideshow if the user wants to navigate with the buttons. If you want to add a “restart/autoplay function” open up wp-content/themes/enfold/js/shortcodes.js and replace:

    A-1

    this._stopSlideshow();
    this._navigate( 'prev' );

    and A-2

    this._stopSlideshow();
    this._navigate( 'next' );

    and A-3

    this._stopSlideshow();
    this._navigate( false, pos );

    with B-1

    this._stopSlideshow();
    this._navigate( 'prev' );

    var $sliderobj = this;
    setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);

    and B-2

    this._stopSlideshow();
    this._navigate( 'next' );

    var $sliderobj = this;
    setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);

    and B-3

    this._stopSlideshow();
    this._navigate( false, pos );

    var $sliderobj = this;
    setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);

    You can replace 500 with any other value – it’s the delay in ms (500 converts to 0,5s before the slider starts again).

    2) There’s no pause/play button atm – but you can add it to the feature request list.

    #117336

    Hey,

    I made all your suggestion changes but the slider functions the same as before….

    So, were I need to put the feature request?

    Thanks,

    Alexia

    #117337

    Hi,

    You can post them here https://kriesi.at/support/topic/enfold-feature-requests.

    Regards,

    Ismael

    #117338

    Ok, thank you.

    Regards,

    Alexia.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to Display Controls in Easy Slyder’ is closed to new replies.