Re: Apparel Boutique Template Support Thread
No problem! I'm very grateful for your help. Here's the contents of that file:
<?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.completeclassicpress.com/cat3');
define(URL2,'http://www.completeclassicpress.com/cat3');
define(URL3,'http://www.completeclassicpress.com/cat3');
define(URL4,'http://www.completeclassicpress.com/cat3');
define(URL5,'http://www.completeclassicpress.com/cat3');
?>
<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>
Re: Apparel Boutique Template Support Thread
Ken Joy--check your /cache folder and see if there are any error log messages.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Anne:
There are several 'myDEBUG-adm' log files, the content of the most recent says :
[21-Dec-2010 17:41:46] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in (*path hidden)admin/includes/functions/general.php on line 39
line 39 reads as:
return htmlspecialchars($string, ENT_COMPAT, CHARSET, FALSE);
I haven't notice anything malfunction, except the slide show.
Does any of the above pertain to the slide show?
Thanks,
Ken
Re: Apparel Boutique Template Support Thread
Ken Joy--Read this thread, particularly post 12 and 13.
http://www.zen-cart.com/forum/showthread.php?p=966426
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Anne:
Thanks, I read those posts, and made the changes as outlined. Was that a separate issue from the one we've been discussing regarding the problem with the slide show not appearing? After making these changes the slide show is still missing.
Thanks,
Ken
Re: Apparel Boutique Template Support Thread
Quote:
Anne:
Thanks, I read those posts, and made the changes as outlined. Was that a separate issue from the one we've been discussing regarding the problem with the slide show not appearing? After making these changes the slide show is still missing.
Thanks,
Ken
The posts addressed the error that you posted.
I would recommend uploading the define_main_page.php that came with the template package to the correct directory to see if you can get the default silde show working.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The posts addressed the error that you posted.
I would recommend uploading the define_main_page.php that came with the template package to the correct directory to see if you can get the default silde show working.
Thanks,
Anne
Thanks, Anne. I uploaded the original define_main_page.php from the template package to its original location, and seem to be back to square one, since the original template's settings are now applied. I now need to go back and change the path to the location of the images being used for the slide show, and this is how it looks now... does anything look strange here...? Thanks, MUCHO, for your continued help.
(contents of define_main_page.php)
<?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.completeclassicpress.com/cat3');
define(URL2,'http://www.completeclassicpress.com/cat3');
define(URL3,'http://www.completeclassicpress.com/cat3');
define(URL4,'http://www.completeclassicpress.com/cat3');
define(URL5,'http://www.completeclassicpress.com/cat3');
?>
<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>
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Honey script light.
Thanks,
Anne
Thank you.
Re: Apparel Boutique Template Support Thread
Ken Joy--When you restored the define_main_page.php was the slideshow working?
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Ken Joy--When you restored the define_main_page.php was the slideshow working?
Thanks,
Anne
Hi Anne, no, restoring the define_main_page.php file didn't cause the slideshow to work. The slideshow hasn't worked at all since initially installing the Apparel Boutique template.