Closed (fixed)
Project:
Business
Version:
7.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2012 at 20:08 UTC
Updated:
4 Apr 2012 at 17:16 UTC
Hi,
I opened the page--front.tpl.php file and copied and paste the code related to one picture to add a 4th image.
I called the picture "slide-image-4.jpg" and put in the images folder.
But how you can see in the home site page it doesn't appears while the blue dot and timing is working.
Besides, in the theme settings I see the new Slide 4 link that opens but the text is not shown in the slideshow.
This is the homepage link http://www.expo2015-italy.com/druped/
I attach the modified page--front.tpl.php file and a shot of the settings page in a zip file
I wish someone can help me understand my mistakes
I'm a very newcomer in the drupal and php use
Thanks
Angelo
| Comment | File | Size | Author |
|---|---|---|---|
| shotandfront-template.zip | 80.29 KB | Angelo Giammarresi |
Comments
Comment #1
guitarma commentedHopefully this will help you. This is what I've found:
I cannot get the slideshow to work in IE8.
For page--front.tpl, your code looks a bit different than mine for the text in the slidshow. This is what mine looks like:
And so on.... and they are working fine in Firefox.
I hope that helps!
Comment #2
Angelo Giammarresi commentedThank you but it doesn't works.
I made all changes and I can state that the problem is in the pictures array counter because if you check my link the dot changes 4 times as well as the timing pause but neither the description n.4 nor the picture, it still use the n.3 description and picture n.3
I'm not so experienced to find where this array counter is located, I tried and doubled checked the front--page.tpl.php but nothing to do.
I wish someone can have some more suggestions.
Thanks
Comment #3
Angelo Giammarresi commentedSolved!
I asked to my provider assistance and they found out there was an error in this section "paging" when I copied the line 3 to convert in line 4 I made a mistake inadvertently.
I changed only the number 4 and not the rel=...
2
3
3" href="#">4
Thank you for helping
Regards,
Angelo
Comment #4
devsaran commentedThanks guitarma for providing assistance to Angelo..
Comment #5
Angelo Giammarresi commentedI want to say you thank you and inform that I found an inversion of slide picture number inside the original
front-tpl.pl page code.
If you look it up there's in
You see url1 related to slide-image3 it can mislead if people want to change the pictures in the sequence...
I point out cause I also found me in problems when I changed the pictures and their not showed in the right sequence...You can change it or write some lines in documentation to indicate this line to correct.
I wish it is helpful to someone
Thanks
Angelo