Closed (cannot reproduce)
Project:
Clean Theme
Version:
7.x-1.3
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2013 at 12:47 UTC
Updated:
31 Mar 2013 at 18:54 UTC
I want to add more than 3 images in the slide show on the home page.
Plz help, how to achieve this.
Thanks in advance....
Comments
Comment #1
jkeller.imagemark@gmail.com commentedNeed to be able to view more than three slides in the slide show. I'm pretty new to Drupal, but not new to web development. I can see that if I could edit the html, I could add more slides in the slides_container div. Is this something you must configure in the theme, or can you explain where in Drupal to put the edited html for this home page?
Thanks for all you do....
Comment #2
jkeller.imagemark@gmail.com commentedI found the solution:
In theme-settings.php, duplicate the form elements and values for as many more slides as you need.
example; I copied lines 71 thru 86:
and changed "slide3" to "slide4", "slide5" etc.
I hope this is helpful to someone
Comment #3
devsaran commentedIn page.tpl.php file.
Add this code (multiple times) below line 163.
Put the slide image named slide-image-4.jgp inside image folder in theme folder.