I am new to zc, using latest version I just uploaded this template today and was very happy with it. I set my 5 pics for the slide show on the first page and decided I wanted to change the 4th pic to a different product... I did the same steps to modify the 4th pic that I did for all 5 original pics... now im getting errors for all 5 pics and they arent showing up! I have tried to rename all 5 pics again and still nothing!
www.greatlooks4you.com
Here is the define main page scripts:
when you respond please talk as if I dont know what im doing and explain using simple steps : ) thank you in advance
<?php
define(IMAGE1,'image_1.jpg');// default width 740px height 430px /
define(IMAGE2,'image_2.jpg');
define(IMAGE3,'image_3.jpg');
define(IMAGE4,'image_4.jpg');
define(IMAGE5,'image_5.jpg');
define(URL1,'http://www.greatlooks4you.com/index.php?main_page=popup_image&pID=751');
define(URL2,'http://www.greatlooks4you.com/index.php?main_page=popup_image&pID=746');
define(URL3,'http://www.greatlooks4you.com/index.php?main_page=popup_image&pID=341');
define(URL4,'http://www.greatlooks4you.com/index.php?main_page=popup_image&pID=136');
define(URL5,'http://www.greatlooks4you.com/index.php?main_page=popup_image&pID=285');
?>
<script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
Bookmarks