ctd77 Posted September 22, 2014 Report Share Posted September 22, 2014 I was just checking out the emax store demo. On the home page header you have the main photo at the top and 3 clickable photos right beneath that, spring sale, christmas sale, etc. Can the large top image be turned into a slider to automatically rotate between these? Can you have more than 3 images as well? Thanks Link to comment Share on other sites More sharing options...
Ben Posted September 22, 2014 Report Share Posted September 22, 2014 Hi, Thanks for showing interest in our themes. Yes, it is possible to make the top slider automatically rotate in eMaxStore, but you can't add more than 3 images in the slider. Please let us know if you have any other questions. Link to comment Share on other sites More sharing options...
thetrumpets Posted July 27, 2015 Report Share Posted July 27, 2015 How to make the top slider automatically rotate in eMaxStore theme? Link to comment Share on other sites More sharing options...
Support Jitendraa Posted July 28, 2015 Support Report Share Posted July 28, 2015 Hello, There is no Theme Option there for achieving that. You need to edit the core files for that. make sure to use Child Themes when you are editing core files. Please go to wp-contents/themes/emaxstors/js/jquery.flexslider-min.js and look for this code: jQuery('#homepage-slider').flexslider({ animation: "fade", directionNav: false, controlNav: false, animationLoop: false, slideshow: false, sync: "#homepage-slider-controls" }); You need to replace this with this: jQuery('#homepage-slider').flexslider({ animation: "fade", directionNav: false, controlNav: false, animationLoop: false, slideshow: true, sync: "#homepage-slider-controls" }); Hope that helps. Feel free to ask if you need any other help in future by opening a new thread in the Premium Support section. Thank you for using MyThemeShop. 1 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
thetrumpets Posted August 2, 2015 Report Share Posted August 2, 2015 Yes! Jitendraa, It worked. I appreciate. Thank you so much. Please let me know if it's possible to repeat the sliding. The sliding action stops after the third slide. Link to comment Share on other sites More sharing options...
Support Jitendraa Posted August 2, 2015 Support Report Share Posted August 2, 2015 Hello, Yes, it is possible. Just replace the above code with this for achieving that: jQuery('#homepage-slider').flexslider({ animation: "fade", directionNav: false, controlNav: false, animationLoop: false, slideshow: true, loop: true, sync: "#homepage-slider-controls" }); Hope that helps. Let us know if you need any other help. Thank you. 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now