Weather by You!
Templates and Projects support => Html Templates => Topic started by: tfavors on July 19, 2013, 11:48:50 AM
-
I though that I had read somewhere that I could add additional banner or picture to the slider, please point me in the correct reading about this topic? Thanks a bunch, Terry
-
Hi Terry,
In each page, you will find 3 lines like this:
<img src="images/header.jpg" alt="" />
<img src="images/header2.jpg" alt=""/>
<img src="images/header3.jpg" alt="" />
Simply add or remove the one that you want,
so you can have a completely different slideshow for every page.
A little info; slideshows always produce a little delay
at load time. This delay is due to pictures loading and display
preparation. To avoid that "blank wait screen" I've put
a first image "outside" from slideshow to fill the blank.
That way things are smoother to display, but you could NOT
change that first image, as it is the same for all pages:
Filename and location is mandatory: images/header.jpg
Regards,
Jacques
-
thank you so much
-
<img src="images/header.jpg" alt="" />
<img src="images/header2.jpg" alt=""/>
<img src="images/header3.jpg" alt="" />
<img src="images/header4.jpg" alt="" />
I would just add the additional line to each page and then just add the picture named
header4.jpg? Is this correct?
I also see photos named top3 top2 and they are the same pictures as well do I need to do this with all the ones I add also?
Thanks a bunch, Terry
-
Hi Terry,
Yes, you have to edit all individual page where you want
to modify header slides. You can do it globally by replacing
actual images with your own, using same filname (header-1-2-3)
Each page could be different, so if you choose to edit files, each page
could have its own slides:
File A:
<img src="images/myplace.jpg" alt="" />
<img src="images/mycountry.jpg" alt=""/>
File B:
<img src="images/myself.jpg" alt="" />
<img src="images/myHouse.jpg" alt=""/>
<img src="images/myCar.jpg" alt="" />
<img src="images/myDog.jpg" alt="" />
<img src="images/myInstallation.jpg" alt="" />
<img src="images/myStation.jpg" alt=""/>
<img src="images/mycar.jpg" alt="" />
<img src="images/lastTravel.jpg" alt="" />
So, all other pages are "playing" regular (header-1-2-3) slides,
but pages A & B have their own unique images and number of slides!
Remember: header.jpg is "hardcoded" as 1st slide, named or not in your slideshow.
(1st slide is mentionned in the css file)
Best regards,
Jacques
Ps. Files top2 and top3 are only original files, in spare.