-
AuthorPosts
-
May 4, 2013 at 1:24 pm #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!!!
May 6, 2013 at 12:04 pm #117329Hi,
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
May 9, 2013 at 2:09 am #117330Sorry, 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.
May 9, 2013 at 6:33 am #117331Hi,
Please look at this image of your website at the 3 arrows http://i.imgur.com/7WNlgnw.jpg
Thanks,
Nick
May 10, 2013 at 7:11 pm #117332Hello,
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.
May 11, 2013 at 4:40 pm #117333Hi,
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
May 14, 2013 at 2:25 am #117334Thanks for your customer support all the time. It is really appreciate it.
Regards,
Alexia.
May 14, 2013 at 4:33 am #117335Tbh 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.
May 15, 2013 at 9:43 pm #117336Hey,
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
May 15, 2013 at 9:45 pm #117337May 15, 2013 at 10:41 pm #117338Ok, thank you.
Regards,
Alexia.
-
AuthorPosts
- The topic ‘How to Display Controls in Easy Slyder’ is closed to new replies.