Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Can anyone help delete default text?

    hhello there,

    I am a newbie here. I just started my site and have made many mistakes. I have tried everything but I can't seem to delete the powered By Zencart box in the left corner of my main page. Also I mistakenly deleted the white part of my web page, I was trying to change the font color, is there anyway to fix this? Thanks so much for your help!!!:

  2. #2

    Default Re: Can anyone help delete default text?

    If you are talking about the logo, then you need to replace the logo.gif (I think or .jpg) file in the image folder of the template you're using:

    '<zencart directory>/includes/templates/<template ur using>/images/'

    refer to this:
    http://www.zen-cart.com/forum/faq.ph...faq_powered_by

    Pete

  3. #3
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Can anyone help delete default text?

    If you change the size and file name of the logo then you need to also change the defines (lines 23-25) in includes/languages/header.php. Copy the amended file to your custom template directory ie includes/languages/YOURTEMPLATE/header.php.

  4. #4
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Re: Can anyone help delete default text?

    Ok I think I worded it wrong. The powered By zencart button in the left hand corner is what I would like to delete. Also I lost the background color on my site. Here take a look.


    http://www.veryprrettythings.com


    Thanks

  5. #5
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Can anyone help delete default text?

    The powered by zencart is the logo.gif - As you're not using it just remove the reference to it in the file mentioned above. Have al look at the #mainwrapper and .centershop in your stylesheet
    Last edited by patski; 13 Aug 2006 at 01:19 AM.

  6. #6
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Can anyone help delete default text?

    To clarify:

    define('HEADER_LOGO_IMAGE', '');

  7. #7
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Can anyone help delete default text?

    Ok so I was able to get rid of the zencart logo , but I still have HEADER_ALT_TEXT and Sales message is still there. I can't seem to find the file to edit those!! I have one more question , I checked in the FAQ's but no use. How do i get rid of the theick borders at the top of my side boxes and header?Thank you for helping everyone...

  8. #8
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Can anyone help delete default text?

    You just need to open the includes/languages/english/YOURTEMPLATE/header.php and edit these lines. You should only ever remove the text you don't want displayed and leave the containing quotes as below.


    // added defines for header alt and text
    define('HEADER_ALT_TEXT', '');
    define('HEADER_SALES_TEXT', '');
    define('HEADER_LOGO_WIDTH', '');
    define('HEADER_LOGO_HEIGHT', '');
    define('HEADER_LOGO_IMAGE', '');

 

 

Similar Threads

  1. Delete default search text in search box when clicked
    By jaylyns in forum General Questions
    Replies: 7
    Last Post: 15 Apr 2011, 06:03 AM
  2. Can't replace the default text in shopping_cart.php
    By noelsaw in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Sep 2009, 05:37 AM
  3. can't edit EZPages bar header, can anyone help?
    By recallcreative in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 May 2009, 11:44 AM
  4. can anyone tell me why my text is aligned like this?
    By oavs in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Dec 2008, 11:16 PM
  5. BLOB/TEXT column 'products_options_values' can't have a default value ??
    By quantumfusion in forum Installing on a Windows Server
    Replies: 16
    Last Post: 26 Jan 2008, 01:40 AM

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