Page 4 of 79 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 790
  1. #31
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    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

  2. #32
    Join Date
    Jan 2010
    Posts
    49
    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
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    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.

  4. #34
    Join Date
    Jan 2010
    Posts
    49
    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
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    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.

  6. #36
    Join Date
    Jan 2010
    Posts
    49
    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
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    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.

  9. #39
    Join Date
    Jun 2009
    Posts
    45
    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 79 FirstFirst ... 234561454 ... 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