Hi Drupal world, I am trying to end up with 8 slides on the Corporate Clean Theme, I have managed to increase the Slide navigator 'dots' to the requisite number, but it only loops 5 times (piling the last three slides into one) then goes back. What else do I need to change, is it a constant for the total number of slides somewhere perhaps, or the length of an array, please help urgently, thanks.

Comments

robhoefakker’s picture

Do your extra slides have the right html structure? Look a one of the working slides and double check if there exactly the same as your new ones. Maybe one div to much?

The slider settings can be found at the theme settings in the admin of Drupal, and the info you put in there is then read in template.php line 110.

Nqobyle’s picture

Sorry been away for a break, now then, the HTML structure is similar for all the slides, so I do not believe there would be a problem there, but I will double-check tomorrow and get back to you on that. As for the last bit about the slider settings, the only settings that are settable are very basic, and I do not see anywhere where I can change the number of slides for instance, I will also look at template.php tomorrow and revert, just arrived and a bit tired right now.....
Thanks though fo rthe advice so far, I really appreciate it.

Gaurav Tiwari’s picture

How was this achieved ? can you shed some light on the process. I tried to change page.tpl.php but it did not work for me. Please share

melissaralph’s picture

I've had some serious trouble with drupal, but to update the theme clear your browser cache and refresh your page and it should work. Good luck!

melissaralph’s picture

how do you add those "dots"?

ong_wayne’s picture

1. Find the div id = "slider-controls-wrapper" in page.tpl.php
2. Duplicate the list item according to numbers of slide you want to add.