I am happy that it worked ;-) Happy Holidays to you!
Thanks,
Anne
Printable View
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.
Hi Anne!
I love this template. Thanks.
Right now I have work on it and see a bug:
1 . on chart categories top shown
count_contents();?> item(s) - format($_SESSION['cart']->show_total());?> |
Attachment 11659
2. Right category, I think it's not on place.
what should I do to resolve that bugs?
Thanks for your help.
I have this bug on the list for a future update. See this thread:
http://www.zen-cart.com/showthread.p...02#post1141102
Thanks,
Anne
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
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
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.
Please delete my posts above - client doesn't like the blue so not using this template.
Anne thanks for all your help though!