GFDJeff:
Great template, Brandon, exactly what the business needed. As a novice, though, I get lost easily! Could you send me info on how to change the slider?
Thanks,
Jeff
if you open the file located includes/templates/tb_sempre/common/tpl_home_slider.php
you will see the following
<a href="http://www.brandonturpin.com/index.php?main_page=custom_quote&zenid=ctr9rh6os22es6g7am3i6j3bh1"><img src='includes/templates/tb_sempre/images/slide1.jpg' ></a>
<a href="http://www.brandonturpin.com"><img src='includes/templates/tb_sempre/images/slide2.jpg' ></a>
<a href="http://www.brandonturpin.com"><img src='includes/templates/tb_sempre/images/slide3.jpg' ></a>
the first part
<a href="http://www.brandonturpin.com">
is the link that they will go to when they click on the image
the 2nd part
<img src='includes/templates/tb_sempre/images/slide3.jpg' >
is the image that will be shown. It is using images from the images folder in your template folders.
First thing you do is create the images you want, upload them into includes/templates/tb_sempre/images/
Second thing is changing the code to match the images if they are not named slide1.jpg. Go to the above code and change slide1.jpg (slide2.jpg, slide2.jpg ect) to the image name you uploaded in the folder (leaving the rest includes/templates/tb_sempre/images/)
And then change the link for each one where you want it to go.
If you cant figure it out let me know, or send me an email (
[email protected]) and I will help you further!
Glad you like the template! Thats why I try and create templates that are each unique from other templates.