Results 1 to 10 of 842

Hybrid View

  1. #1
    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 Yourvirtualworld View Post
    I installed Sheffield_Blue on top of ZC 1.3.9h. (The most beautiful Zen Cart Template I've seen) I tried modifying the includes/languages/english/extra_definitions/sheffield_blue/headermenu.php file in order to change the "About Us" text. The first draft must have had too much text. I received a 500 Internal Error from the server. I shortened the text then no longer received this error but the same old "Pellentesque rutrum ullamcorper faucibus. Nam porttitor iaculis enim, mattis tristique velit tristique bibendum... text continues to show even though that text is no longer in the uploaded file. ZC's Developer's Tool Kit indicates that the new text is on the server in the file I uploaded. I deleted my browser cache but the old text shows up even on browsers and computers that have never visited the page before!
    How do I force the update to take effect and flush the contents of the old file from wherever it's being delivered/cached to site visitors? Just a note to let viewers know that I'm having the identical problem with the text in the new user login page which was also modified. The old content of the original file is still being downloaded and viewed though it was changed three days ago. These kinds of pesky problems take up hours trying to solve them.
    I would recommend re-uploading the includes/languages/english/extra_definitions/sheffield_blue/headermenu.php from the template package. Be sure to edit the file with a plain text editor and to escape an apostrophe's or quotes you use in the text. Also, be sure to keep the single quotes in the file in tact when editing the file.


    Thanks,

    Anne

  2. #2
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Having issues with the social side bar. After reading the readme several times I went to make the changes and noticed the file you refer to isn't even in the template upload of files to the server:
    From your read-me file:
    includes/languages/english/extra_definitions/sheffield_blue/social_sidebar_defines.php (this page isn't listed it in my download which came from your site)
    However includes/languages/english/extra_definitions/sheffield_blue/social_defines.php is and the same files are there
    /*bof social urls*/
    define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
    define('TWITTER', 'http://www.twitter.com/picaflorazul');
    define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
    define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
    define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
    define('BLOG', 'http://www.picaflor-azul.com/blog');

    I changed each of the above and no changes were made on my site (it is a test site, can't post link)
    Can someone offer me some help please?
    Signature not needed

  3. #3
    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 uswebworx View Post
    Having issues with the social side bar. After reading the readme several times I went to make the changes and noticed the file you refer to isn't even in the template upload of files to the server:
    From your read-me file:
    includes/languages/english/extra_definitions/sheffield_blue/social_sidebar_defines.php (this page isn't listed it in my download which came from your site)
    However includes/languages/english/extra_definitions/sheffield_blue/social_defines.php is and the same files are there
    /*bof social urls*/
    define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
    define('TWITTER', 'http://www.twitter.com/picaflorazul');
    define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
    define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
    define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
    define('BLOG', 'http://www.picaflor-azul.com/blog');

    I changed each of the above and no changes were made on my site (it is a test site, can't post link)
    Can someone offer me some help please?
    You need to make changes in includes/languages/english/extra_definitions/sheffield_blue/social_defines.php

    If you are correctly making changes, saving your changes, and uploading the changed file to the correct place on your server, the changes will work.

    Thanks,

    Anne

  4. #4
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You need to make changes in includes/languages/english/extra_definitions/sheffield_blue/social_defines.php

    If you are correctly making changes, saving your changes, and uploading the changed file to the correct place on your server, the changes will work.

    Thanks,

    Anne
    So this isn't the right location?
    /public_html/co/zencart/includes/languages/english/extra_definitions/sheffield_blue/social_defines.php

    I suppose this is the right code as well right?
    <?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','');
    define('TWITTER', '');
    define('YOUTUBE', '');
    define('PINTEREST', '');
    define('GOOGLE', '');
    define('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');

    Of course the changes have been made in this location and when I refresh the page I still get your URL's.

  5. #5
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Please delete my posts above - client doesn't like the blue so not using this template.
    Anne thanks for all your help though!
    Signature not needed

  6. #6
    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 uswebworx View Post
    Please delete my posts above - client doesn't like the blue so not using this template.
    Anne thanks for all your help though!
    Ok, no problem ;-)

    Thanks,

    Anne

  7. #7
    Join Date
    Oct 2010
    Location
    Wisco
    Posts
    54
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hi Anne,
    Love this template and am using it live!
    (Will send you a link as soon as we have a proper logo worked out.
    Our Facebook fans are voting on it this week, and the approved one will be active the 2nd week of January).

    Quick question:
    I will be changing the color scheme monthly to reflect the current season/holiday using the css style sheet.
    But for the buttons, background images etc.. I am using Photoshop.
    Do you happen to have plain psd files I can use for those images?
    Using a color overlay gives me "off" colors using the original blue images that were included.

    Thanks again for all you do for us Zen-Cart folks,
    Kathleen

  8. #8
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Re: Sheffield Blue Template Support Thread

    Click image for larger version. 

Name:	header.jpg 
Views:	176 
Size:	16.9 KB 
ID:	12230I'm trying to customize the template but I couldn't figure out how fix two things which are the top header of the homepage where I have my logo, I need to reduce the height of the header! The other thing is on the left side of the template I got a white edge of the background popped out of the template causing a malformation and distortion, My question is where in .css file I could fix those two problems?

  9. #9
    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 alhakeem2001 View Post
    Click image for larger version. 

Name:	header.jpg 
Views:	176 
Size:	16.9 KB 
ID:	12230I'm trying to customize the template but I couldn't figure out how fix two things which are the top header of the homepage where I have my logo, I need to reduce the height of the header! The other thing is on the left side of the template I got a white edge of the background popped out of the template causing a malformation and distortion, My question is where in .css file I could fix those two problems?
    If you post a link to your site I cna take a look.

    Thanks,

    Anne

 

 

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

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