Zen Cart Logo
Forums / Addon Templates / Andover Modern Template Support Thread

Andover Modern Template Support Thread

Views: 145,468

Results 121 to 140 of 790
14 Dec 2010, 11:27 PM
#121
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Andover Modern Template Support Thread

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.

15 Dec 2010, 5:36 PM
#122
eferenczi avatar

eferenczi

New Zenner

Join Date:
Dec 2010
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

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:

<?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
15 Dec 2010, 5:43 PM
#123
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

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
https://www.picaflor-azul.com

15 Dec 2010, 5:45 PM
#124
eferenczi avatar

eferenczi

New Zenner

Join Date:
Dec 2010
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

Without a link to your site I can not help you.

Thanks,

Anne
https://www.picaflor-azul.com

sorry!
http://bnegrp.com/451graffxZen/

thank you very much for the very quick reply.

15 Dec 2010, 6:00 PM
#125
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

sorry!
http://bnegrp.com/451graffxZen/

thank you very much for the very quick reply.

What version of zen cart are you using/

15 Dec 2010, 6:01 PM
#126
eferenczi avatar

eferenczi

New Zenner

Join Date:
Dec 2010
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

Without a link to your site I can not help you.

Thanks,

Anne
https://www.picaflor-azul.com

v1.3.9g

15 Dec 2010, 6:18 PM
#128
eferenczi avatar

eferenczi

New Zenner

Join Date:
Dec 2010
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

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
https://www.picaflor-azul.com

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?

15 Dec 2010, 6:37 PM
#129
eferenczi avatar

eferenczi

New Zenner

Join Date:
Dec 2010
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

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

15 Dec 2010, 6:56 PM
#130
eferenczi avatar

eferenczi

New Zenner

Join Date:
Dec 2010
Posts:
7
Plugin Contributions:
0

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

15 Dec 2010, 8:48 PM
#131
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

OK... I upgraded - no issues- wwoooo - ok, still having issue with the slider -

Now re-upload the includes/languages/english/html_includes/andover_modern/define_main_page.php.

Thanks,

Anne

17 Dec 2010, 3:32 AM
#132
eferenczi avatar

eferenczi

New Zenner

Join Date:
Dec 2010
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

thank you!

25 Dec 2010, 4:47 PM
#133
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

New thread really:
What causes the 'Shipping Estimator' pop-up to inherit the template background colour?

I would like mine to be white....

Know it's css but don't know enough to do it my self.

Mine is the grey as of the template background.

https://www.metalpix.co.uk

26 Dec 2010, 9:36 AM
#134
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

OR.. Better still, just make the text stand out more (a lighter colour)

Ive tried a few thimgs in the css but not worked. I just copy from one to the other (not good I know)

29 Dec 2010, 6:31 AM
#135
helpmesell avatar

helpmesell

New Zenner

Join Date:
Feb 2007
Posts:
77
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi,

First of all thank you for this great template :clap:

I am trying to use the "Product Disclaimer" addon to add a disclaimer to the bottom of the pages in tpl_footer but can't figure out where to insert it for it to show up in the spot that I marked as X in the picture attached

Thanks in advance!!! :smile:

29 Dec 2010, 3:57 PM
#136
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

Hi,

First of all thank you for this great template

I am trying to use the "Product Disclaimer" addon to add a disclaimer to the bottom of the pages in tpl_footer but can't figure out where to insert it for it to show up in the spot that I marked as X in the picture attached

Thanks in advance!!!

You can edit the includes/templates/andover_modern/common/tpl_footer_menu.php

Thanks,

Anne

29 Dec 2010, 4:01 PM
#137
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

OR.. Better still, just make the text stand out more (a lighter colour)

Ive tried a few thimgs in the css but not worked. I just copy from one to the other (not good I know)

You can add:

#popupShippingEstimator {color:#whatever color number you want;}

Thanks,

Anne

30 Dec 2010, 5:22 PM
#138
helpmesell avatar

helpmesell

New Zenner

Join Date:
Feb 2007
Posts:
77
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

You can edit the includes/templates/andover_modern/common/tpl_footer_menu.php

Thanks,

Anne

Hi Anne,

Thanks for the quick reply!!! :clap:

I tried putting it in the tpl_footer_menu.php and it ends up going on top of the Site Copyright writing or in the Important Links box. I am confused as to where I would enter it for it to be above the coyright but not in the important links box and centered.

The code I need to enter is below:

<!--bof- product disclaimer display CLJ 11/15/2008 -->
<div id="disclaimer"><?php echo TEXT_PRODUCTS_DISCLAIMER; ?>
</div>
<!--eof- product disclaimer display CLJ 11/15/2008-->

Also, if I wanted to keep it in the same spot as the pic below but center the text how would I do that???

[IMG]http://www.zen-cart.com/forum/attachment.php?attachmentid=8603&d=1293604197[/IMG]

Thanks! :bigups:

30 Dec 2010, 6:14 PM
#139
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

Hi Anne,

Thanks for the quick reply!!!

I tried putting it in the tpl_footer_menu.php and it ends up going on top of the Site Copyright writing or in the Important Links box. I am confused as to where I would enter it for it to be above the coyright but not in the important links box and centered.

The code I need to enter is below:

Code:

<!--bof- product disclaimer display CLJ 11/15/2008 --> <div id="disclaimer"><?php echo TEXT_PRODUCTS_DISCLAIMER; ?> </div> <!--eof- product disclaimer display CLJ 11/15/2008-->

Also, if I wanted to keep it in the same spot as the pic below but center the text how would I do that???

Please post a link to your site so that I can take a look.

Thanks,

Anne

31 Dec 2010, 12:12 AM
#140
helpmesell avatar

helpmesell

New Zenner

Join Date:
Feb 2007
Posts:
77
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

Please post a link to your site so that I can take a look.

Thanks,

Anne

Here is the link:

http://tinyurl.com/27r2ej8

THANK YOU!!!!