Hello,
>
> I downloaded a free templates the other day (apparel boutique from www.picaflor-azul.com)
> and I'm having problems with the slide show. I edited the urls to put in
> place my web address and I'm now seeing this on the home page:
>
> <?php define(IMAGE1,'slide1.jpg');// default width 700px height 250px /
> define(IMAGE2,'slide2.jpg'); define(IMAGE3,'slide3.jpg');
> define(IMAGE4,'slide4.jpg'); define(IMAGE5,'slide5.jpg'); define(URL1,'
> http://www.mycuriouskitty.com/'); define(URL2,'
> http://www.mycuriouskitty.com/'); define(URL3,'
> http://www.mycuriouskitty.com/'); define(URL4,'
> http://www.mycuriouskitty.com/'); define(URL5,'
> http://www.mycuriouskitty.com/'); ?> <script type="text/javascript"
> src="includes/templates/apparel_boutique/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>
>
>
>
> here is the web address: http://www.mycuriouskitty.com/
>
>
>
>
> Thank You for your help,
>
> Matthew



