Page 14 of 85 FirstFirst ... 412131415162464 ... LastLast
Results 131 to 140 of 842
  1. #131
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by DJLQD View Post
    I am trying to set up the social side buttons. I edited the social_defines.php file, but it still takes me to your facebook page when I click on the facebook button. All the rest are the same still goes to the default page.

    Any help would be appreciated.
    There are instructions for customizing the social media links in the readme.html file.

    Thanks,

    Anne

  2. #132
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    <?php
    /**
    * Social Sidebar Definitions
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
    * @version $Id: social_sidebar.php 1.0 11/13/2012 Picaflor Azul $
    */

    /*bof social icons*/
    define('TWITTER_ICON', 'twitter.png');
    define('FACEBOOK_ICON','facebook.png');
    define('YOUTUBE_ICON', 'youtube.png');
    define('PINTEREST_ICON', 'pinterest.png');
    define('GOOGLE_ICON', 'google.png');
    define('BLOG_ICON', 'blog.png');

    /*bof social urls*/
    define('FACEBOOK','http://www.facebook.com/lhalsportscards');
    define('TWITTER', 'http://www.twitter.com/LHAL_Sportscard');
    define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
    define('PINTEREST', 'http://www.pinterest.com/lhalsportscards');
    define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
    define('BLOG', 'http://www.picaflor-azul.com/blog');

    /*bof social titles*/
    define('TWITTER_TITLE', 'Twitter');
    define('FACEBOOK_TITLE','Facebook Page');
    define('YOUTUBE_TITLE', 'Youtube');
    define('PINTEREST_TITLE', 'Pinterest');
    define('GOOGLE_TITLE', 'Google');
    define('BLOG_TITLE', 'Blog');

    /*bof social alt text*/
    define('TWITTER_ALT', 'Follow Us On Twitter');
    define('FACEBOOK_ALT','Our Facebook Page');
    define('YOUTUBE_ALT', 'Subscribe to Us On Youtube');
    define('PINTEREST_ALT', 'Follow Us OnPinterest');
    define('GOOGLE_ALT', 'Follow Us On Google Plus');
    define('BLOG_ALT', 'Read Our Blog');


    I have changed the url's but still directs back to your facebook, twitter, and pintrest pages.

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by DJLQD View Post
    <?php
    /**
    * Social Sidebar Definitions
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
    * @version $Id: social_sidebar.php 1.0 11/13/2012 Picaflor Azul $
    */

    /*bof social icons*/
    define('TWITTER_ICON', 'twitter.png');
    define('FACEBOOK_ICON','facebook.png');
    define('YOUTUBE_ICON', 'youtube.png');
    define('PINTEREST_ICON', 'pinterest.png');
    define('GOOGLE_ICON', 'google.png');
    define('BLOG_ICON', 'blog.png');

    /*bof social urls*/
    define('FACEBOOK','http://www.facebook.com/lhalsportscards');
    define('TWITTER', 'http://www.twitter.com/LHAL_Sportscard');
    define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
    define('PINTEREST', 'http://www.pinterest.com/lhalsportscards');
    define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
    define('BLOG', 'http://www.picaflor-azul.com/blog');

    /*bof social titles*/
    define('TWITTER_TITLE', 'Twitter');
    define('FACEBOOK_TITLE','Facebook Page');
    define('YOUTUBE_TITLE', 'Youtube');
    define('PINTEREST_TITLE', 'Pinterest');
    define('GOOGLE_TITLE', 'Google');
    define('BLOG_TITLE', 'Blog');

    /*bof social alt text*/
    define('TWITTER_ALT', 'Follow Us On Twitter');
    define('FACEBOOK_ALT','Our Facebook Page');
    define('YOUTUBE_ALT', 'Subscribe to Us On Youtube');
    define('PINTEREST_ALT', 'Follow Us OnPinterest');
    define('GOOGLE_ALT', 'Follow Us On Google Plus');
    define('BLOG_ALT', 'Read Our Blog');


    I have changed the url's but still directs back to your facebook, twitter, and pintrest pages.

    If you post a link to your site I can take a look.

    Thanks,

    Anne

  4. #134
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hi Anne

    Sorry to trouble you again!

    Are you able to assist with the following issue I'm having? The site is displaying perfectly in Firefox, Opera etc but in IE it's not centered and the font is enlarged. The problem is I cant recall ever checking the site in IE as I've always used Firefox. See screenshots below:-

    http://www.johnwoodsmotorcare.net/JWMC_ShopSite/

    FireFox


    IE


    I've googled until my eyes hurt but I can't seem to find the right answer as to what is causing the issue in IE.

    Many thanks

    Mark

  5. #135
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by DJLQD View Post
    I am trying to set up the social side buttons. I edited the social_defines.php file, but it still takes me to your facebook page when I click on the facebook button. All the rest are the same still goes to the default page.

    Any help would be appreciated.
    DJLOD - Please see the response Anne gave to the same question that I posted a few weeks ago! This should resolve the problem as it resolved my issue straight away!

    Quote Originally Posted by picaflor-azul View Post
    There is a typo in the readme and this has been noted for a future template update.

    I have also noted this bug for a future update. There are 2 files using the same constants so you also need to make your changes to the includes/languages/english/extra_definitions/sheffield_blue/footer_menu_defines.php

    Thanks,

    Anne

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by Purecarsound View Post
    Hi Anne

    Sorry to trouble you again!

    Are you able to assist with the following issue I'm having? The site is displaying perfectly in Firefox, Opera etc but in IE it's not centered and the font is enlarged. The problem is I cant recall ever checking the site in IE as I've always used Firefox. See screenshots below:-

    http://www.johnwoodsmotorcare.net/JWMC_ShopSite/

    FireFox


    IE


    I've googled until my eyes hurt but I can't seem to find the right answer as to what is causing the issue in IE.

    Many thanks

    Mark
    This problem is not in the template demo so it is related to a change that you have made in the css. You can add individual styles for ie by using .ie9 (or whatever version you want to isolate) and then your selector and declarations in the stylesheet.css file. The template comes with this javascript for cross browser testing:

    http://rafael.adm.br/css_browser_selector

    Thanks,

    Anne

  7. #137
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    This problem is not in the template demo so it is related to a change that you have made in the css. You can add individual styles for ie by using .ie9 (or whatever version you want to isolate) and then your selector and declarations in the stylesheet.css file. The template comes with this javascript for cross browser testing:

    http://rafael.adm.br/css_browser_selector


    Thanks,

    Anne
    Hi Anne

    I've spend some time going through all the .CSS files and the only differences are:-

    Testimonial Manager add-on added following to stylesheet below /*bof attributes*/.........

    /*bof attributes*/
    .attribImg {width: 20%;margin: 0.3em 0em;}

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }
    .testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;
    }

    Other files in CSS folder that were not part of installation (they have been added by add-on's at at some point in the sites development)

    stylesheet_zen_lightbox.css (from Lightbox Add-on)
    style_jscroller.css (from scrolling sidebox add-on)
    testimonials_add.css (from Testimonial Add-on)
    testimonials_manager.css (from Testimonial Add-on)

    Unfortunately I can't recall the last time I'd checked the site on IE. Rather than methodically uninstall and re-install we've decided to live with the issue on IE browsers until we have the time to figure it all out!

  8. #138
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Update on above. I uninstalled the Scrolling sideboxes but that made no difference to the IE error. Re-installed it now!.

    The error code I get from IE is:-

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Tue, 12 Mar 2013 23:14:15 UTC


    Message: Expected identifier, string or number
    Line: 86
    Char: 8
    Code: 0
    URI: http://www.johnwoodsmotorcare.net/JWMC_ShopSite/

    I don't know if anyone has any idea what's causing the error? As stated in previous post we're not too concerned but it would be nice to find out what's causing it.

    Thanks

    Mark

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by Purecarsound View Post
    Update on above. I uninstalled the Scrolling sideboxes but that made no difference to the IE error. Re-installed it now!.

    The error code I get from IE is:-

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Tue, 12 Mar 2013 23:14:15 UTC


    Message: Expected identifier, string or number
    Line: 86
    Char: 8
    Code: 0
    URI: http://www.johnwoodsmotorcare.net/JWMC_ShopSite/

    I don't know if anyone has any idea what's causing the error? As stated in previous post we're not too concerned but it would be nice to find out what's causing it.

    Thanks

    Mark
    I would take a look at the addons you have installed since this error is not in the template demo.

    You can solve your ie cross browser problems if you follow the instructions in my last post.

    Thanks,

    Anne

  10. #140
    Join Date
    Feb 2013
    Location
    Haarlem, Netherlands
    Posts
    2
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    HI ann, i really love your template it is great. I just translated in to dutch..

    I just would like to turn off the GV_faq part in the footer. How do i do that.
    I disabled it in the Admin/ module/ Ordertotal. This made it loose in the left sidebar but it still appears in the footer..
    Can you help me?

 

 
Page 14 of 85 FirstFirst ... 412131415162464 ... LastLast

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 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