Author Topic: WB1 Template Slider  (Read 7843 times)

Offline tfavors

  • Sr. Member
  • ****
  • Posts: 126
    • Weather Gray
WB1 Template Slider
« 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

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: WB1 Template Slider
« Reply #1 on: July 21, 2013, 06:40:26 AM »
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
Please, consider supporting this site 

Offline tfavors

  • Sr. Member
  • ****
  • Posts: 126
    • Weather Gray
Re: WB1 Template Slider
« Reply #2 on: July 21, 2013, 12:04:02 PM »
thank you so much

Offline tfavors

  • Sr. Member
  • ****
  • Posts: 126
    • Weather Gray
Re: WB1 Template Slider
« Reply #3 on: July 24, 2013, 09:17:01 AM »
<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

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: WB1 Template Slider
« Reply #4 on: July 25, 2013, 08:39:21 AM »
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.
Please, consider supporting this site