Results 1 to 10 of 35

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    Oh wow, thanks! I'll go try it out now

  2. #2
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    Uh oh, I think there's a slight problem, I want the logo to blend in with the background, my logo has a transparent background so that i tcan blend in with the background image outside the boxes.

    I don't think that can be achieved easily right?

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Shifting columns

    You've tampered with the header code already, by commenting out the header logo div.

    From your page source:
    HTML Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <!--<div id="logo"><a href="http://smooshboosh.com/"><img src="includes/templates/template_default/images/logo.gif" alt="SmooshBoosh" title=" SmooshBoosh " width="192" height="64" /></a></div>-->
        <div id="taglineWrapper">
    
          <div id="tagline"></div>
        </div>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->

    Re-instate it so we can see your logo, then we can make suggesttions

  4. #4
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    Is it okay now? I've placed back the header

  5. #5
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    Or do you need me to put up my banner instead? Sorry, I'm a newbie at this

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Shifting columns

    One file you ought to take a look at is:

    includes/languages/english/header.php

    Make a COPY of this file, and put that copy into:

    includes/languages/english/CUSTOM/

    (you will need to create the folder "CUSTOM" first.)

    Now that you have that header.php file in your CUSTOM folder, open it for editing:

    You will see:

    PHP Code:
    // added defines for header alt and text
      
    define('HEADER_ALT_TEXT''Powered by Zen Cart :: The Art of E-Commerce');
      
    define('HEADER_SALES_TEXT''TagLine Here');
      
    define('HEADER_LOGO_WIDTH''192px');
      
    define('HEADER_LOGO_HEIGHT''64px');
      
    define('HEADER_LOGO_IMAGE''logo.gif'); 
    (You can change contents of HEADER_ALT_TEXT to your own text.)

    If you don't want the TagLine text, remove the string, so you have:

    define('HEADER_SALES_TEXT', '');

    (Make sure to retain the two single quote marks shown in RED above.)

    Next, make the necessary adjustments to the logo width and height values. (These should match the values of YOUR OWN logo)

    Next, make sure the NAME of your logo image is inserted where you see "logo.gif".

    (It may be that your logo is already called "logo.gif", in which case leave it alone.)

    You say your logo has a transparent background? Therefore it must be a GIF or PNG as JPG cannot have a transparent component.

    Replace the zencart logo.gif, with your logo.

    This image will go to:

    includes/templates/CUSTOM/images.

    Then I'll take another look at your page...

  7. #7
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    Okay done, but the image still doesn't blend in with the background. It's in PNG format by the way

 

 

Similar Threads

  1. Shifting Hosts
    By voip4africa in forum General Questions
    Replies: 2
    Last Post: 27 Nov 2008, 01:39 PM
  2. Shifting to new location
    By pcaspian in forum General Questions
    Replies: 1
    Last Post: 11 Oct 2008, 10:28 AM
  3. Categories Shifting Right
    By mthem2003 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jun 2008, 04:57 PM
  4. Shifting my flash
    By niagarasoap in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Apr 2008, 03:04 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