Page 60 of 79 FirstFirst ... 1050585960616270 ... LastLast
Results 591 to 600 of 790
  1. #591
    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
    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');
    Make sure that you are changing the override file. If you see your browser title change then the change has been made. It might take a while for it to show in google with the change.

    Thanks,

    Anne

  2. #592
    Join Date
    Jun 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    The browser title changed three days prior as soon as I made the change to the meta_tag.php file, yet it still has not changed either on FB or in Google, I would think that in three days and now over five that the change would have taken affect. Am I wrong?

  3. #593
    Join Date
    Nov 2011
    Posts
    46
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    I have just a small issue, and am unsure where to fix it. In my Categories menu I have sub categories and there are symbols showing up infront of the category name that I would like to get rid of.

    Just wondering where and how to go about that?

    thank you for any help

    Name:  Untitled-1.jpg
Views: 177
Size:  12.6 KB

  4. #594
    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
    The browser title changed three days prior as soon as I made the change to the meta_tag.php file, yet it still has not changed either on FB or in Google, I would think that in three days and now over five that the change would have taken affect. Am I wrong?
    If you see the browser title changed when you view the site, the change has been made and will take effect. It probably already has. Clear your browser cache and look again.

    Thanks,

    Anne

  5. #595
    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 mike_m29 View Post
    I have just a small issue, and am unsure where to fix it. In my Categories menu I have sub categories and there are symbols showing up infront of the category name that I would like to get rid of.

    Just wondering where and how to go about that?

    thank you for any help

    Name:  Untitled-1.jpg
Views: 177
Size:  12.6 KB
    Change this in admin--configuration--layout settings

    Thanks,

    Anne

  6. #596
    Join Date
    Jun 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    First of all: many thanks for this great template!

    I am new to this and have just set up my store. I have a problem with the product description page and have found nothing in the other threads. As there is a tpl_product_ info_ display.php under andover_modern/templates I try my luck here.

    Ideally I would like two or three photos next to each instead of just the one photo. Product ID, price and description underneath the one/two/three photos, all the buttons on the lower right next to that. If that is not possible, then the second and possibly third photo underneath the first. As it is now a second foto conflicts with the buttons as seen here.

    I can include several extra photos, but they will be spaced out evenly over that line, again overlaying the buttons on the right and having a lot of empty room between them.

    My apologies if this was covered somewhere else and I overlooked it!

    Thank you for your help!!

  7. #597
    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 torsten01 View Post
    First of all: many thanks for this great template!

    I am new to this and have just set up my store. I have a problem with the product description page and have found nothing in the other threads. As there is a tpl_product_ info_ display.php under andover_modern/templates I try my luck here.

    Ideally I would like two or three photos next to each instead of just the one photo. Product ID, price and description underneath the one/two/three photos, all the buttons on the lower right next to that. If that is not possible, then the second and possibly third photo underneath the first. As it is now a second foto conflicts with the buttons as seen here.

    I can include several extra photos, but they will be spaced out evenly over that line, again overlaying the buttons on the right and having a lot of empty room between them.

    My apologies if this was covered somewhere else and I overlooked it!

    Thank you for your help!!
    Try adding this to the bottom of your stylesheet.css file:

    Code:
    #productAdditionalImages{clear:both;}
    Thanks,

    Anne

  8. #598
    Join Date
    Jun 2012
    Posts
    36
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    I would like the images for drop down images to show in columns rather than a single row on any given product, better than that would be if the image only showed opnce the option is selected. Is this an option that already exists in the template, and if so where would it be selected?

  9. #599
    Join Date
    Jun 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Try adding this to the bottom of your stylesheet.css file:

    Code:
    #productAdditionalImages{clear:both;}
    Thanks,

    Anne
    I did paste this to the very bottom of templates/andover_modern/css/stylesheet.css
    Doesn't seem to make any difference.
    Easiest solution would simply be to force extra photos (one or two) to the left side. That would do it. There must be a command somewhere that allows them to slip right or -in the case of more than one- to spread in equal distance over the line irrespective of them overlaying the buttons on the right. If that could just be changed.

    Thank you

  10. #600
    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
    I would like the images for drop down images to show in columns rather than a single row on any given product, better than that would be if the image only showed opnce the option is selected. Is this an option that already exists in the template, and if so where would it be selected?
    I am not sure what you are talking about. Can you post a link to the page you are talking about?

    Thanks,

    Anne

 

 
Page 60 of 79 FirstFirst ... 1050585960616270 ... 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