Page 4 of 72 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 714
  1. #31
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,188
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    dealman876--I do not see the slider code on your home page so that is why it is not showing. You need to be sure to upload all of the template files especially the includes/languages/english/ html_includes/andover_modern/define_main_page.php
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  2. #32
    Join Date
    Jan 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    dealman876--I do not see the slider code on your home page so that is why it is not showing. You need to be sure to upload all of the template files especially the includes/languages/english/ html_includes/andover_modern/define_main_page.php
    i checked, and it is there. all files were uploaded, did it twice, dont know what is causing this.

  3. #33
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,188
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    i checked, and it is there. all files were uploaded, did it twice, dont know what is causing this.
    When I viewed the source code of your site I did not see the code for the slider. Make sure that the files are in the correct directories.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  4. #34
    Join Date
    Jan 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    When I viewed the source code of your site I did not see the code for the slider. Make sure that the files are in the correct directories.
    alright, i have added my own flash script through the admin panel to define main page, but it is not showing either. is there something stopping that?

  5. #35
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,188
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    alright, i have added my own flash script through the admin panel to define main page, but it is not showing either. is there something stopping that?
    This is not a problem with the template. I would recommend contacting the author of the script for support.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  6. #36
    Join Date
    Jan 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    This is not a problem with the template. I would recommend contacting the author of the script for support.
    i uploaded it to another server and it worked fine, when using other template the main_page, but for some reason it don't when im using any of yours. thanks for all your help.

  7. #37
    Join Date
    Aug 2010
    Posts
    22
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by dealman876 View Post
    i uploaded it to another server and it worked fine, when using other template the main_page, but for some reason it don't when im using any of yours. thanks for all your help.
    This was a problem for many of us. The main_page was incorrect. Copy and paste this is the new code. I guess when they find mistakes they don't make a new upload you have to search on the forum. I know it can suck if it's a lot of post.

    <?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>

  8. #38
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,188
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    I guess when they find mistakes they don't make a new upload you have to search on the forum. I know it can suck if it's a lot of post.

    I keep a list of any bugs found and do post updates to the template packages. Since this template was just approved, I will wait a while before submiting an update so as to not be so bothersome to the good person in charge of approving the contributions.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  9. #39
    Join Date
    Jun 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    I love this template but I do believe I found a slight problem. Its in the packaging. I believe the about-us page is in the \includes\extra_definitions file folder and it should be /includes/extra_datafiles.

  10. #40
    Join Date
    Aug 2010
    Posts
    22
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    New Question? How do you center the footer and take out the last vertical line? Since I will not need the extra link it's off center. Thanks!!

 

 
Page 4 of 72 FirstFirst ... 234561454 ... LastLast

Similar Threads

  1. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 980
    Last Post: 16 Jun 2013, 07:55 PM
  2. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  3. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  4. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  5. Glacial Age Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 392
    Last Post: 22 Aug 2011, 04: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
  •