yup I just removed the text. here's the css for that.
#taglineWrapper {
width:75%;
float:left;
}
Here's the header:
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 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: header.php 2940 2006-02-02 04:29:05Z drbyte $
*/
// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', ' ');
define('HEADER_LOGO_HEIGHT', ' ');
define('HEADER_LOGO_IMAGE', 'logo.gif');
// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Search');
?>
Here's the logo css tag
#logo {
padding-left:15px;
text-align:center;
Thanks a bunch once again. This is killing me
Jeremy
Ok but the problem is in the admin control panel. Once they were - the meta tags. (The icon is still) but does not open ... (Of categories for articles and fortunately they are!)
?
store
Hi,
I am using 1.3.9 and would like to install this great template. I am a bit unclear. If I copy the "includes" folder to my website under the Zen Cart "includes" folder, it creates an "includes" sub-directory below the "includes".
Is that correct and, if so, does that allow me to upgrade Zen Cart in the future without disturbing this template and changes I make to it? (eg: does it follow the Override System?)
Or, do I need to create sub-directories as I have when adding templates to other sites, looking for all the "template_default" and "classic" sub-directories and then place each file in the appropriate place?
It appears the former, because the instructions say that no files are overwritten as I am using 1.3.9, but I want to be sure.
Thank you for this fine contribution![]()
Klaus
Thanks for the template, I love it!
I apologize if I miised this in my search. Is there a plan to update this template for 1.3.9x, or is the winmerge path the only solution?
Thanks
The way I have done this is to just FTP the new templates include folder to the store folder (same folder that includes on the store is in, not under it) and tell it to merge the folders. You do NOT create an includes under the includes, what is inside the template includes goes into the original includes folder.
On windows, I just copied the folder on top of the includes folder and it just merged the folders and files.
JUST REMEMBER. ALWAYS BACKUP BEFORE ADDING ANY MODIFICATIONS!
Hi,
I would like to replace the 4 dots that show between list items on the EZ Page navigation, but have not been able to find that code or any css that controls them.
Does anyone know where I could go to change them to something else?
Thanks, Klaus
Thanks VERY much, JT! (I feel kinda dumb - never looked there)