This is a notification for Guests
Forums / Addon Templates / Andover Modern Template Support Thread

Andover Modern Template Support Thread

Results 1 to 20 of 790
06 Nov 2010, 19:25
#1
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Andover Modern Template Support Thread

Hello everyone :smile: I am happy to announce the release of my sixth free template to the zen cart community.



See a live demo here.

Template Features:

* Super flexible design perfect for all types of ecommerce stores--the possibilites are endless!
* Fixed width 2 column display
* Matching button set included
* Matching icons
* Home Page slideshow included
* Add This social bookmarking added to all product pages (includes Facebook like button, Twitter Tweet Button, and 300+ Sharing Services)
* Cross Browser tested using Firefox, IE8, IE7, IE6, Google Chrome, Opera, and Safari.
* Integrated links to your Twitter and Facebook accounts in the footer
* W3C Valid XHTML and CSS
* Custom header including shopping cart totals (item count and dollar amount), checkout link, search, currencies with drop down menu, and languages.
* Comes with the following modules installed: Column Layout Grid, About Us Page, Footer Menu , Column Divider Pro, Designer Monthly Boxes
* No changes to core files

Download available on our site until it is approved and in the zen cart downloads section.
08 Nov 2010, 22:00
#3
jddurgin avatar

jddurgin

New Zenner

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

Re: Andover Modern Template Support Thread

Hi
I just downloaded your template and really enjoy it! I'm in the process of setting it up and having an issue with the slider. my site is http://alphacreationsonline.com/. For some reason the slider is not working and the images are all displayed static on my home page. before i begin to personalize it I would really appreciate it if you can help me solve this issue. Hopefully its something simple but i've been double checking and rechecking all my settings and cant seem to find the problem. Thanks a lot
Joe
08 Nov 2010, 22:37
#4
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

I just downloaded your template and really enjoy it! I'm in the process of setting it up and having an issue with the slider. my site is http://alphacreationsonline.com/. For some reason the slider is not working and the images are all displayed static on my home page. before i begin to personalize it I would really appreciate it if you can help me solve this issue. Hopefully its something simple but i've been double checking and rechecking all my settings and cant seem to find the problem. Thanks a lot


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.
09 Nov 2010, 00:31
#5
jddurgin avatar

jddurgin

New Zenner

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

Re: Andover Modern Template Support Thread

Many thanks - If I do end up using this template ill b sure to send you t tip!!

:clap:
09 Nov 2010, 00:33
#6
jddurgin avatar

jddurgin

New Zenner

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

Re: Andover Modern Template Support Thread

Now im missing the featured 4 items on the home page, any ides?
09 Nov 2010, 00:53
#7
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

Now im missing the featured 4 items on the home page, any ides?


To add featured items you go to the admin-- catalog--featured products. You can set the number of featured products columns per row in the admin--configuration--index listing--Featured Products Columns per Row. Also, make sure that you have the featured products turned on the home page in admin--configuration--index listing.
10 Nov 2010, 19:48
#8
greg80222 avatar

greg80222

New Zenner

Join Date:
Nov 2010
Posts:
2
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I also found the following error in tpl_header line 91

line 91 needs to be <li><?php echo '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">'; ?><?php echo HEADING_TITLE_CONTACT_US; ?></a> | </li>


it was
<li><?php echo '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">'; ?><?php echo HEADER_TITLE_CONTACT_US; ?></a> | </li>


there is the same issue with the information box but i have not found that yet.
10 Nov 2010, 20:43
#9
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

I also found the following error in tpl_header line 91

line 91 needs to be <li><?php echo '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">'; ?><?php echo HEADING_TITLE_CONTACT_US; ?></a> | </li>


it was
<li><?php echo '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">'; ?><?php echo HEADER_TITLE_CONTACT_US; ?></a> | </li>


there is the same issue with the information box but i have not found that yet.


No, you are incorrect. I created a new constant here that is named HEADER_TITLE_CONTACT_US.
11 Nov 2010, 19:04
#10
jddurgin avatar

jddurgin

New Zenner

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

Re: Andover Modern Template Support Thread

I would like to change my logo size. I changed the dimensions in the header.php but it did not work. Is there somewhere else I need to change the dimensions like in the css file, or the admin settings? I could not find the dimension parameters in any other file.
Thanks a lot.
11 Nov 2010, 19:17
#11
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

I would like to change my logo size. I changed the dimensions in the header.php but it did not work. Is there somewhere else I need to change the dimensions like in the css file, or the admin settings? I could not find the dimension parameters in any other file.


Follow this tutorial:

https://www.zen-cart.com/tutorials/index.php?article=125
11 Nov 2010, 20:31
#12
jddurgin avatar

jddurgin

New Zenner

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

Re: Andover Modern Template Support Thread

it seems that the height and width selectors in the header.php file are irrelevant since i changed them to many different values with no effect. I did solve the problem by resizing the image in photoshop and it worked this time. Thanks again - getting there slowly love the template.
12 Nov 2010, 18:42
#13
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Is it possible to insert a paragraph/bock of text just below the slideshow and above the featured products?
12 Nov 2010, 18:45
#14
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

Is it possible to insert a paragraph/bock of text just below the slideshow and above the featured products?


Yes it is possible.
12 Nov 2010, 23:54
#15
jddurgin avatar

jddurgin

New Zenner

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

Re: Andover Modern Template Support Thread

Im trying to locate the tpl_main_page.php file. It's suppose to be

/includes/templates/andover_modern/common/tpl_main_page.php

but its not there did you rename it or move it into another folder?
Im trying to add google analytics and need to modify that file.

Thanks
Joe
13 Nov 2010, 00:38
#16
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

Im trying to locate the tpl_main_page.php file. It's suppose to be

/includes/templates/andover_modern/common/tpl_main_page.php

but its not there did you rename it or move it into another folder?
Im trying to add google analytics and need to modify that file.

Thanks
Joe


I did not touch this file when creating the template so there is no override for it. You need to look in the template_default/common folder.
13 Nov 2010, 02:27
#17
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I''m having issues with the About Us Link in the Information section. All the others link fine. The About Us links to a broken link. Any ideas?
13 Nov 2010, 02:37
#18
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

I''m having issues with the About Us Link in the Information section. All the others link fine. The About Us links to a broken link. Any ideas?


If you post a link to your site I can take a look.
13 Nov 2010, 03:07
#19
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

If you post a link to your site I can take a look.


I sent you a pm.
13 Nov 2010, 14:08
#20
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Andover Modern Template Support Thread

kauai--Have you forgotten to upload includes/extra_definitions/about_us_filenames.php ?