Page 13 of 79 FirstFirst ... 311121314152363 ... LastLast
Results 121 to 130 of 790
  1. #121
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

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

  2. #122
    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

  3. #123
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    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

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Without a link to your site I can not help you.

    Thanks,

    Anne
    www.picaflor-azul.com
    sorry!
    http://bnegrp.com/451graffxZen/

    thank you very much for the very quick reply.

  5. #125
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

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

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Without a link to your site I can not help you.

    Thanks,

    Anne
    www.picaflor-azul.com
    v1.3.9g

  7. #127
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    v1.3.9g
    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

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

    Default Re: Andover Modern Template Support Thread

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

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

    Default Re: Andover Modern Template Support Thread

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

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

    Default 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

 

 
Page 13 of 79 FirstFirst ... 311121314152363 ... 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