[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[eMaxStore] Emax Store Question


ctd77
 Share

Recommended Posts

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

  • 10 months later...
  • Support

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.

  • Upvote 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

  • Support

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...