Page 15 of 85 FirstFirst ... 513141516172565 ... LastLast
Results 141 to 150 of 842
  1. #141
    Join Date
    Feb 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Just curious is there a way to change the main colors of this template? I love the design excellent work.

  2. #142
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hi Anne

    I've tried some debugging on the IE issue and get the message 'expected identifier, string or number at line 79' :-


    The debugging window brought up the following with line 79 being the last line.

    <!--bof social networking sidebar-->
    <script src="includes/templates/sheffield_blue/jscript/jquery.sidebar.js" type="text/javascript"></script>
    <script language="javascript" type="text/javascript">
    /* <![CDATA[ */
    $(function() {
    $("body").sidebar({
    //text: "Follow Me", // can be anything
    html: "<a href='https://en-gb.facebook.com/JohnWoodsMotorcare' target='_blank' title='Facebook Page'><img src='includes/templates/sheffield_blue/images/facebook.png' class='soico' alt='Our Facebook Page' /></a><a href='http://www.twitter.com/JohnW001' target='_blank' title='Twitter'><img src='includes/templates/sheffield_blue/images/twitter.png' class='soico' alt='Follow Us On Twitter' /></a><a href='https://plus.google.com/112626087752963388202' target='_blank' title='Google'><img src='includes/templates/sheffield_blue/images/google.png' class='soico' alt='Follow Us On Google Plus' /></a>", // can be anything
    size: "60px", // can be anything in pixels
    length : "180px", // can be anything in pixels
    margin: "130px", // can be anything in pixels
    position: "left", // left / bottom / right / top
    fadding : "0.5", // 0.1 to 1.0
    //img: "images/twitter.png",
    //openURL : "www.twitter.com/"
    });


    I'm not an expert on this! Are you able to help with what the error is?

    Thanks

    Mark

  3. #143
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by Purecarsound View Post
    Hi Anne

    I've tried some debugging on the IE issue and get the message 'expected identifier, string or number at line 79' :-


    The debugging window brought up the following with line 79 being the last line.

    <!--bof social networking sidebar-->
    <script src="includes/templates/sheffield_blue/jscript/jquery.sidebar.js" type="text/javascript"></script>
    <script language="javascript" type="text/javascript">
    /* <=!=[=C=D=A=T=A=[ */
    $(function() {
    $("body").sidebar({
    //text: "Follow Me", // can be anything
    html: "<a href='https://en-gb.facebook.com/JohnWoodsMotorcare' target='_blank' title='Facebook Page'><img src='includes/templates/sheffield_blue/images/facebook.png' class='soico' alt='Our Facebook Page' /></a><a href='http://www.twitter.com/JohnW001' target='_blank' title='Twitter'><img src='includes/templates/sheffield_blue/images/twitter.png' class='soico' alt='Follow Us On Twitter' /></a><a href='https://plus.google.com/112626087752963388202' target='_blank' title='Google'><img src='includes/templates/sheffield_blue/images/google.png' class='soico' alt='Follow Us On Google Plus' /></a>", // can be anything
    size: "60px", // can be anything in pixels
    length : "180px", // can be anything in pixels
    margin: "130px", // can be anything in pixels
    position: "left", // left / bottom / right / top
    fadding : "0.5", // 0.1 to 1.0
    //img: "images/twitter.png",
    //openURL : "www.twitter.com/"
    });


    I'm not an expert on this! Are you able to help with what the error is?

    Thanks

    Mark
    I thought it best if I actually include some of the code from the following lines after line 79, I've written 'LINE79' where IE debugging is telling me the error is.

    <!--bof social networking sidebar-->
    <script src="includes/templates/sheffield_blue/jscript/jquery.sidebar.js" type="text/javascript"></script>
    <script language="javascript" type="text/javascript">
    /* <![CDATA[ */
    $(function() {
    $("body").sidebar({
    //text: "Follow Me", // can be anything
    html: "<a href='https://en-gb.facebook.com/JohnWoodsMotorcare' target='_blank' title='Facebook Page'><img src='includes/templates/sheffield_blue/images/facebook.png' class='soico' alt='Our Facebook Page' /></a><a href='http://www.twitter.com/JohnW001' target='_blank' title='Twitter'><img src='includes/templates/sheffield_blue/images/twitter.png' class='soico' alt='Follow Us On Twitter' /></a><a href='https://plus.google.com/112626087752963388202' target='_blank' title='Google'><img src='includes/templates/sheffield_blue/images/google.png' class='soico' alt='Follow Us On Google Plus' /></a>", // can be anything
    size: "60px", // can be anything in pixels
    length : "180px", // can be anything in pixels
    margin: "130px", // can be anything in pixels
    position: "left", // left / bottom / right / top
    fadding : "0.5", // 0.1 to 1.0
    //img: "images/twitter.png",
    //openURL : "www.twitter.com/"
    LINE79 });
    });
    /* ]]> */
    </script>
    <!--eof social networking sidebar-->

  4. #144
    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 AZComp View Post
    Just curious is there a way to change the main colors of this template? I love the design excellent work.
    You can make these changes using css and by editing the stylesheets. If you will be doing these types of changes I would recommend doing a google search for a beginner css tutorial and using firebug.

    Thanks,

    Anne

  5. #145
    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
    You can make these changes using css and by editing the stylesheets. If you will be doing these types of changes I would recommend doing a google search for a beginner css tutorial and using firebug.

    Thanks,

    Anne
    Hi Anne, thanks for the response. I'm slowly learning! I do have other issues with the site now, blank pages after adding an item or clicking on checkout etc. Have searched all of the threads on here and am attempting to fix that now! Might end up starting all over again and not rushing the installation of add-ons!

    Mark

  6. #146
    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, thanks for the response. I'm slowly learning! I do have other issues with the site now, blank pages after adding an item or clicking on checkout etc. Have searched all of the threads on here and am attempting to fix that now! Might end up starting all over again and not rushing the installation of add-ons!

    Mark

    Yes, and be sure to keep backups after each module install so that you can go back easily if needed ;-)

    Thanks,

    Anne

  7. #147
    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
    Yes, and be sure to keep backups after each module install so that you can go back easily if needed ;-)

    Thanks,

    Anne
    I'm getting nowhere fixing the blank page error. Read all the advice on here for the error in the log file :-

    [20-Mar-2013 20:12:08 Europe/London] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/johnwood/public_html/JWMC_ShopSite/includes/languages/english/extra_definitions/sheffield_blue/define_page_6.php:1) in /home/johnwood/public_html/JWMC_ShopSite/includes/functions/functions_general.php on line 45

    Have checked all extra pages that I've added and their associated files. Can't find anything wrong with them. Some extra info posted by DrByte on the error states "It would seem that you have something running in a template file which is trying to do a redirect *after* the page has started drawing ... hence the "headers already sent" message appearing when the redirect header-change function gets called. "

    Again I can't seem to find what that is!

  8. #148
    Join Date
    Feb 2013
    Location
    Haarlem, Netherlands
    Posts
    2
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hi Anne, here iam again.
    I've got 2 "problems" The background/ of font color in the popup_shipping_estimator go wrong. How and Where can i chance them?
    And how do i remove the GV (gifs certificate FAQ) from the footer?

    Thank You

    Rik ( the netherlands)

  9. #149
    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
    I'm getting nowhere fixing the blank page error. Read all the advice on here for the error in the log file :-

    [20-Mar-2013 20:12:08 Europe/London] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/johnwood/public_html/JWMC_ShopSite/includes/languages/english/extra_definitions/sheffield_blue/define_page_6.php:1) in /home/johnwood/public_html/JWMC_ShopSite/includes/functions/functions_general.php on line 45

    Have checked all extra pages that I've added and their associated files. Can't find anything wrong with them. Some extra info posted by DrByte on the error states "It would seem that you have something running in a template file which is trying to do a redirect *after* the page has started drawing ... hence the "headers already sent" message appearing when the redirect header-change function gets called. "

    Again I can't seem to find what that is!
    This is definitely related to an extra page you have added--page 6. There is an error. Recheck to be sure that you have added the define page correctly. Also check line 1 of the file to see if you have a hidden or other strange character.

    Thanks,

    Anne

  10. #150
    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 Rik van der Werf View Post
    Hi Anne, here iam again.
    I've got 2 "problems" The background/ of font color in the popup_shipping_estimator go wrong. How and Where can i chance them?
    And how do i remove the GV (gifs certificate FAQ) from the footer?

    Thank You

    Rik ( the netherlands)
    You can change the background of the popups using css and adding your rule to the stylesheet.css file.

    To make footer changes, edit the includes/languages/english/extra_definitions/sheffield_blue/footer_menu_defines.php.

    Thanks,

    Anne

 

 
Page 15 of 85 FirstFirst ... 513141516172565 ... 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