Active
Project:
Best Responsive
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2013 at 22:02 UTC
Updated:
2 Sep 2013 at 00:07 UTC
Is it possible to add more slider images than just 3? It looks like the default can only handle 3.
-Trevor
Comments
Comment #1
lastar84 commentedI was able to add extra images by creating slides (such as slide-image-4.jpg and slide-image-5.jpg), and saving them to the theme's images folder with the other slides. Then you open your page.tpl.php file from inside your theme's templates folder, and look for the HTML list containing your slides. Copy the last list item, paste it in as many times as needed, and change the numbers on the pasted slide-images to match your new images.
Keep in mind that additional slides may really add up to a heavy page download, and bog down your home page (especially for users with slower speeds on their devices). As far as I can tell, there is nothing in the associated jQuery that diminishes the file sizes on smaller devices. It a slide is 90k on your desktop, it's the same size on a tiny cell phone. And if you're going for improved search engine optimization, Google penalizes slow loading websites. Don't mean to be preachy, but I have clients who would load a dozen large into their home page if they could get away with it!
Comment #2
ambientdrup commentedThanks for responding. Will try it out. I agree with you about the SEO and performance concerns.
-Trevor
Comment #3
ambientdrup commentedThis worked. Thanks!