Page 1 of 11 123 ... LastLast
Results 1 to 10 of 790

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Andover Modern Template Support Thread

    Hello everyone 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.

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    O.k, the template has been approved and is now available for download:

    http://www.zen-cart.com/index.php?ma...oducts_id=1803

  3. #3
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    Default 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

  4. #4
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default 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:

    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.

  5. #5
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

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


  6. #6
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

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

  7. #7
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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

  8. #8
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default 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
    www.picaflor-azul.com

  9. #9
    Join Date
    Nov 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Having trouble getting the Andover Modern Template to run (appear?)
    I was using Zen 1.50, but before installing the Andover template I upgraded to 1.5.1.
    The Zen raw install was working fine.

    The tutorial was often too confusing. I'm using a Centos 5 server with no CPANEL, or any other web management utility. I had to parse out the installation folder and place the files into the correct places manually without any installation file mapping provided.

    From the tutorial, I copied and installed the db snippet.
    There was no notes or explanation of what to do with the jscript: jquery.easing.1.3.js

    After applying the entire online tutorial, I get a blank grey screen with the browser indicating that it had downloaded something from the website.

    Current website:
    http://www.graphicapplications.com/catalog/index.php

    The logs don't indicate any errors.
    The admin side works perfectly, without any errors or problems.

    Just a blank website.

    I've done the installation from scratch 3 times already and I don't see any way to make the main page live.

    Please let me know where to look or what to do and put me out of my misery...at the moment I can't comment about the templates one way or another.

    - Peter

  10. #10
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by peterz View Post
    Having trouble getting the Andover Modern Template to run (appear?)
    I was using Zen 1.50, but before installing the Andover template I upgraded to 1.5.1.
    The Zen raw install was working fine.

    The tutorial was often too confusing. I'm using a Centos 5 server with no CPANEL, or any other web management utility. I had to parse out the installation folder and place the files into the correct places manually without any installation file mapping provided.

    From the tutorial, I copied and installed the db snippet.
    There was no notes or explanation of what to do with the jscript: jquery.easing.1.3.js

    After applying the entire online tutorial, I get a blank grey screen with the browser indicating that it had downloaded something from the website.

    Current website:
    http://www.graphicapplications.com/catalog/index.php

    The logs don't indicate any errors.
    The admin side works perfectly, without any errors or problems.

    Just a blank website.

    I've done the installation from scratch 3 times already and I don't see any way to make the main page live.

    Please let me know where to look or what to do and put me out of my misery...at the moment I can't comment about the templates one way or another.

    - Peter
    This is not a problem with the template. There are many people who have installed the template with no problems. All of our templates are fully compatible with version 1.5.1. If you are getting a blank page, you need to make sure that you have permissions set to 777 on your logs folder, then refresh your browser where the site is located, then check your log folder for error messages and correct any issues.

    The javascript file you are talking about is in the readme folder and not a template file at all. These should not be copied to your server.

    I would recommend switching to a web host that has the functionality you need to install the template properly.

    Thanks,

    Anne

 

 
Page 1 of 11 123 ... LastLast

Similar Threads

  1. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  2. v151 Andover Modern - Site rebuild Problems
    By Rizla in forum Addon Templates
    Replies: 4
    Last Post: 4 May 2014, 09:49 AM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR