In the Best Mobile theme, can the home page slide show be made to rotate (or advance) automatically at set intervals?
Comments
Jason S
ThemeSnap.com
Hi,
You can modify the slider duration and timing at: sites/all/themes/bestmobile/template.php around line # 271, # 272:
slideshowSpeed: 3000, animationDuration: 600,
Thanks
March 15, 2012 17:32
Louis B
Perfect, thank you!
March 15, 2012 18:52
Scott
I assume the slider should move by default. I've looked at the demo site with IE/Firefox/Safari and no rotation ever occurs. I can manually advance by clicking, but there is no automatic movement. IE was on a Dell laptop and the others on a Mac.
March 27, 2012 12:33
Jason S
ThemeSnap.com
Scott, replied in your ticket. We are investigating the autoslider option later in the week when we update this theme again.
Thanks
March 27, 2012 14:21
Joe Free
Any update on the auto rotation of the slider? I was looking at the code per your previous comments and mine is set to rotate but it doesn't rotate. The demo rotates now…anything I can do to modify mine to auto rotate?
Thanks
April 09, 2012 15:48
Jason S
ThemeSnap.com
Hi Joe,
Responded in the ticket area to your request.
April 11, 2012 11:24
Jessica
I'm interested in having the images rotate as well. Is this going to be part of a theme update for people who have purchased this theme?
April 12, 2012 20:09
Scott
The latest release (v1.0.2) of the bestmobile for d7 is working great now. Thanks!
April 13, 2012 07:49
Ben Luce
Probably should let folks know that some of the slider controls are defined in the template.php file which overrides whatever settings you make in jquery.flexslider.min.js. Found this out after repeatedly trying and failing to adjust slideshowSpeed in the .js file.
April 26, 2012 16:38
Jason S
ThemeSnap.com
Thanks Ben,
I changed the answer above to reflect the template.php file change for the slider speed or duration.
Comments
Hi,
You can modify the slider duration and timing at: sites/all/themes/bestmobile/template.php around line # 271, # 272:
slideshowSpeed: 3000,
animationDuration: 600,
Thanks
Perfect, thank you!
I assume the slider should move by default. I've looked at the demo site with IE/Firefox/Safari and no rotation ever occurs. I can manually advance by clicking, but there is no automatic movement. IE was on a Dell laptop and the others on a Mac.
Scott, replied in your ticket. We are investigating the autoslider option later in the week when we update this theme again.
Thanks
Any update on the auto rotation of the slider? I was looking at the code per your previous comments and mine is set to rotate but it doesn't rotate. The demo rotates now…anything I can do to modify mine to auto rotate?
Thanks
Hi Joe,
Responded in the ticket area to your request.
I'm interested in having the images rotate as well. Is this going to be part of a theme update for people who have purchased this theme?
The latest release (v1.0.2) of the bestmobile for d7 is working great now. Thanks!
Probably should let folks know that some of the slider controls are defined in the template.php file which overrides whatever settings you make in jquery.flexslider.min.js. Found this out after repeatedly trying and failing to adjust slideshowSpeed in the .js file.
Thanks Ben,
I changed the answer above to reflect the template.php file change for the slider speed or duration.