Page 59 of 79 FirstFirst ... 949575859606169 ... LastLast
Results 581 to 590 of 790
  1. #581
    Join Date
    Jun 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    A note to new Zen cart installers:
    There are two "includes" folders, this is not made clear in any documentation that I was able to find prior to installing this template, make sure that the file gets copied into the www/includes folder rather than the root includes folder

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by billcurley View Post
    Schoolboy,
    I appreciate your explanation, I know how to move files from my machine to my server using filezilla. I don't know shy some of the files were not getting uploaded but they weren't, I deleted the upload on my server at least three times and re-uploaded it. I finally went through folder by folder and checked for missing files and uploaded the ones that were not getting through, that finally got the template to function but there seem to still be some issues which I have not yet figured out what is causing them. Just as an example the "about us.php" file is not listed in the define pages editor drop down, this is not a problem now because I was able to locate it on my server and edit the file there. But the other problems I am not finding a solution to. Also, just FYI Anne, the link to your you tube video on the install readme file for "Add "Important Links" to footer menu" is the same link as step 9 "Customize Facebook and Twitter links"
    Thanks for the note. I'll fix this in a future template package update.

    Thanks,

    Anne

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by billcurley View Post
    A note to new Zen cart installers:
    There are two "includes" folders, this is not made clear in any documentation that I was able to find prior to installing this template, make sure that the file gets copied into the www/includes folder rather than the root includes folder
    I am not sure what you mean--there are not 2 /includes folders in a zen cart installation? There is an admin/includes and a /includes.

    Thanks,

    Anne

  4. #584
    Join Date
    Jun 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    perhaps it is something that got created when I first installed Zencart, or maybe something that was created by bluehost, but there are certainly two seperate includes folders there. That was why when i first uploaded your template it didn't work, it was copied to the higher level includes folder.

    On another note, where did you hide the meta information that displays when someone tries to post a link to my site? It is a little nuts when someone goes to post my web address and it ends up looking like an add for your services and Zencart.

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by billcurley View Post
    perhaps it is something that got created when I first installed Zencart, or maybe something that was created by bluehost, but there are certainly two seperate includes folders there. That was why when i first uploaded your template it didn't work, it was copied to the higher level includes folder.

    On another note, where did you hide the meta information that displays when someone tries to post a link to my site? It is a little nuts when someone goes to post my web address and it ends up looking like an add for your services and Zencart.
    There is nothing "hidden" about anything in the template. Search the FAQ's for how to change the site title.

    Thanks,

    Anne

  6. #586
    Join Date
    Jun 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    There is nothing "hidden" about anything in the template. Search the FAQ's for how to change the site title.

    Thanks,

    Anne
    OK Thanks, I will take a look at that, still trying to figure out php structure and find where everything is located, not an easy task but I will find my way around eventually. I'm sure there is a rhyme and reason to it but I haven't figured that out yet, CSS and html are pretty basic straight forward in comparison, guess additional classes may have been helpful but...

  7. #587
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Hi Anne
    I have the earlier version of the template, we (in the UK) have to now display a cookie accetance script. I am trying to use the one from civicuk.
    Now, their js sript is conflicting with the Easyslider script. Both work great on their own but the images on the slider appear one after the other down the page. (no slide) when I activate the civicuk script.

    Torn my hair out over this, read all I could about js conflicts and attemped amny ways to get the two working together..... but failed!

    The following is a copy from the cookie thread in 'all other contributions' Could you offer any light on this problem. All EU users will eventually have to follow. Thanks for any advice...

    picandnix...

    No closer.... defo a conflict with EasySlider loading first and as they are on seperate calls (define_main_page.php for the slider) and (tpl_main_page.php) I can't see any easy way around it.... Not as if I could call the jscrip's from one page (in order)

    Trying all the suggestions from general Java forums but nothing works as yet.

    So far I have edidted the EasySlider call to the following.... (not working and about to call it a day)

    <script>jQuery.noConflict(true);</script>
    <script type="text/javascript" src="includes/templates/andover_modern/jscript/jscript_iquery.js"></script>
    <script type="text/javascript">


    jQuery(document).ready(function(){

    jQuery("#slider").easySlider({

    auto: true,

    continuous: true,

    numeric: true

    });

    });

    </script>

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by Rizla View Post
    Hi Anne
    I have the earlier version of the template, we (in the UK) have to now display a cookie accetance script. I am trying to use the one from civicuk.
    Now, their js sript is conflicting with the Easyslider script. Both work great on their own but the images on the slider appear one after the other down the page. (no slide) when I activate the civicuk script.

    Torn my hair out over this, read all I could about js conflicts and attemped amny ways to get the two working together..... but failed!

    The following is a copy from the cookie thread in 'all other contributions' Could you offer any light on this problem. All EU users will eventually have to follow. Thanks for any advice...

    picandnix...

    No closer.... defo a conflict with EasySlider loading first and as they are on seperate calls (define_main_page.php for the slider) and (tpl_main_page.php) I can't see any easy way around it.... Not as if I could call the jscrip's from one page (in order)

    Trying all the suggestions from general Java forums but nothing works as yet.

    So far I have edidted the EasySlider call to the following.... (not working and about to call it a day)

    <script>jQuery.noConflict(true);</script>
    <script type="text/javascript" src="includes/templates/andover_modern/jscript/jscript_iquery.js"></script>
    <script type="text/javascript">


    jQuery(document).ready(function(){

    jQuery("#slider").easySlider({

    auto: true,

    continuous: true,

    numeric: true

    });

    });

    </script>
    I am sorry but I am not a javascript expert and can not give you too much help on this. Are you calling the new script correctly using zen cart conventions?

    Thanks,

    Anne

  9. #589
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Thanks Anne.... will check a little more

  10. #590
    Join Date
    Jun 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    I still can not figure out why the meta tags are not functioning properly, I have changed the 'TITLE' definitions and 'SITE_TAGLINE' but it is not being recognized completely it shows correctly in my browser but not when I do a google search for lyricleather.com, following is the meta_tags.php file that is located in: public_html/includes/languages/english This really should have taken care of the issue but it isn't doing something properly
    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2011 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: meta_tags.php 18697 2011-05-04 14:35:20Z wilt $
    */

    // page title
    define('TITLE', 'Lyric Leather');

    // Site Tagline
    define('SITE_TAGLINE', 'Custom Leather Guitar straps');

    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, shop, online shopping');

    // Home Page Only:
    define('HOME_PAGE_META_DESCRIPTION', '');
    define('HOME_PAGE_META_KEYWORDS', '');

    // NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
    define('HOME_PAGE_TITLE', ''); // usually best left blank


    // EZ-Pages meta-tags. Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
    // If you wish to use defaults for any of the 3 items for a given page, simply do not define it.
    // (ie: the Title tag is best not set, so that site-wide defaults can be used.)
    // repeat pattern as necessary
    define('META_TAG_DESCRIPTION_EZPAGE_#','');
    define('META_TAG_KEYWORDS_EZPAGE_#','');
    define('META_TAG_TITLE_EZPAGE_#', '');

    // Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
    // replace "page_name" with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
    // repeat pattern as necessary
    define('META_TAG_DESCRIPTION_page_name','');
    define('META_TAG_KEYWORDS_page_name','');
    define('META_TAG_TITLE_page_name', '');

    // Review Page can have a lead in:
    define('META_TAGS_REVIEW', 'Reviews: ');

    // separators for meta tag definitions
    // Define Primary Section Output
    define('PRIMARY_SECTION', ' : ');

    // Define Secondary Section Output
    define('SECONDARY_SECTION', ' - ');

    // Define Tertiary Section Output
    define('TERTIARY_SECTION', ', ');

    // Define divider ... usually just a space or a comma plus a space
    define('METATAGS_DIVIDER', ' ');

    // Define which pages to tell robots/spiders not to index
    // This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
    define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit, account_history,account_history_info,account_newsletters,account_notifications,a ccount_password,address_book,advanced_search,advanced_search_result,checkout_suc cess,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,c ookie_usage,create_account_success,contact_us,download,download_timeout,customer s_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,inf o_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_che ck,shopping_cart');


    // favicon setting
    // There is usually NO need to enable this unless you need to specify a path and/or a different filename
    // define('FAVICON','favicon.ico');

    There is a similar file in: public_html/includes/languages/english/andover_modern

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2011 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: meta_tags.php 18697 2011-05-04 14:35:20Z wilt $
    */

    // page title
    define('TITLE', 'Lyric Leather');

    // Site Tagline
    define('SITE_TAGLINE', 'Custom Leather Guitar straps');

    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, shop, leather, guitar, online shopping');

    // Home Page Only:
    define('HOME_PAGE_META_DESCRIPTION', '');
    define('HOME_PAGE_META_KEYWORDS', '');

    // NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
    define('HOME_PAGE_TITLE', ''); // usually best left blank


    // EZ-Pages meta-tags. Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
    // If you wish to use defaults for any of the 3 items for a given page, simply do not define it.
    // (ie: the Title tag is best not set, so that site-wide defaults can be used.)
    // repeat pattern as necessary
    define('META_TAG_DESCRIPTION_EZPAGE_#','');
    define('META_TAG_KEYWORDS_EZPAGE_#','');
    define('META_TAG_TITLE_EZPAGE_#', '');

    // Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
    // replace "page_name" with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
    // repeat pattern as necessary
    define('META_TAG_DESCRIPTION_page_name','');
    define('META_TAG_KEYWORDS_page_name','');
    define('META_TAG_TITLE_page_name', '');

    // Review Page can have a lead in:
    define('META_TAGS_REVIEW', 'Reviews: ');

    // separators for meta tag definitions
    // Define Primary Section Output
    define('PRIMARY_SECTION', ' : ');

    // Define Secondary Section Output
    define('SECONDARY_SECTION', ' - ');

    // Define Tertiary Section Output
    define('TERTIARY_SECTION', ', ');

    // Define divider ... usually just a space or a comma plus a space
    define('METATAGS_DIVIDER', ' ');

    // Define which pages to tell robots/spiders not to index
    // This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
    define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit, account_history,account_history_info,account_newsletters,account_notifications,a ccount_password,address_book,advanced_search,advanced_search_result,checkout_suc cess,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,c ookie_usage,create_account_success,contact_us,download,download_timeout,customer s_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,inf o_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_che ck,shopping_cart');


    // favicon setting
    // There is usually NO need to enable this unless you need to specify a path and/or a different filename
    // define('FAVICON','favicon.ico');

 

 
Page 59 of 79 FirstFirst ... 949575859606169 ... 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