Re: Andover Modern Template Support Thread
Quote:
Hello
I have downloaded this template and I think it's great, but I added a third column to the right green and not find a way to fix it, please help me
See it in
http://www.pedi2online.com.ar/demo/
Thank you very much
Juan Jose
This template has been designed as a 2 column. If you want to
use the third column then you will have to add the styles in the stylesheet and adjust the width of the slideshow.
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am sorry about that! I found a mistake in the includes/languages/english/html_includes/andover_modern/define_main_page.php. If you replace that file with this, it will work:
Code:
<?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.picaflor-azul.com');
define(URL2,'http://www.picaflor-azul.com');
define(URL3,'http://www.picaflor-azul.com');
define(URL4,'http://www.picaflor-azul.com');
define(URL5,'http://www.picaflor-azul.com');
?>
<script type="text/javascript" src="includes/templates/andover_modern/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>
I will update the template package in a bit.
I have copied and pasted this into my site and it is still not working- I would really appreciate any help on this- its driving me nuts. Thanks.
Ed - eferenczi @ gmail
Re: Andover Modern Template Support Thread
Quote:
I have copied and pasted this into my site and it is still not working- I would really appreciate any help on this- its driving me nuts. Thanks.
Ed - eferenczi @ gmail
Without a link to your site I can not help you.
Thanks,
Anne
www.picaflor-azul.com
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
sorry!
http://bnegrp.com/451graffxZen/
thank you very much for the very quick reply.
Re: Andover Modern Template Support Thread
What version of zen cart are you using/
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
v1.3.9g
Re: Andover Modern Template Support Thread
This is a bug in this version of zen cart, not the template. You will need to upgrade or apply the patch in this thread:
http://www.zen-cart.com/forum/showthread.php?t=165081
Thanks,
Anne
www.picaflor-azul.com
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Is there a detailed list of instructions somewhere to upgrade easily- or if I just upload the files- it will overwrite a lot and I will basically have to start over- correct?
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
eferenczi
Is there a detailed list of instructions somewhere to upgrade easily- or if I just upload the files- it will overwrite a lot and I will basically have to start over- correct?
OK... I upgraded - no issues- wwoooo - ok, still having issue with the slider -
I also wanted to ask someone how to import products from an csv ot txt file.
Thanks again for your help!
Ed
Re: Andover Modern Template Support Thread
Ive installed the upgrade and it shows I am running h, I also installed the patch code in a new file that I created -- /admin/includes/extra_configures/extra_white_list.php