Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Did a search, Can't find out how to do this..

    I'd like to add another image directly below my header that is the same length and leaves no gap in between. How would I accomplish this?

    Thanks,
    Nick

  2. #2
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Re: Did a search, Can't find out how to do this..

    Is this even possible?

  3. #3
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Did a search, Can't find out how to do this..

    Why don't you just save yourself extra work.. would it not be feasible to just combine the two images via a graphics program and then adjust for the size change in your stylesheet? I'm just guessing as there's not too much to go on.

  4. #4
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Re: Did a search, Can't find out how to do this..

    I would-But I want to have a link along with that second banner

  5. #5
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Did a search, Can't find out how to do this..

    Ahhh, clickable banner. I've never had to do that, so I don't have any advice.

    Hmmm. you could use the clickable little Zen Cart logo as a transparent top with your link directive. You could make a transparent image and situated it over your graphically combined images, setting the clickable/transparent ex-Zen Cart logo over your banner half.

    See, you can make your combined images as the whole header background.. then, have the transparent ex-Zen Cart modified logo sit on top of the banner. I don't think you would have to do any custom coding, asides from stylesheet adjustments concerning the new height of the header background image and the transparent logo placement. I hope that makes a bit of sense, I have a hard time explaining things.

  6. #6
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Re: Did a search, Can't find out how to do this..

    Ah, I get what your saying. But how would I situate the "logo" below the header?

    Thanks for your help-

    Nick

  7. #7
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Re: Did a search, Can't find out how to do this..

    After I re-read, I see what your saying now. I'll give that a shot. Thank you!

  8. #8
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Re: Did a search, Can't find out how to do this..

    Here's my next snag, How do I change the link for the header.. I can't find where to change this anywhere.

  9. #9
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Did a search, Can't find out how to do this..

    Sorry for being late, you're way ahead of me.. which is probably a good thing. Meaning, you got what I was trying to convey.

    Oh the linky.. I've never done something like this before, so I hope someone can make sure I'm on the level here.

    You would have to modify the "tpl_header.php" in the 'common' folder of the default_template. Whereas, I would insert a new folder named "common" into your current template's main folder. Then, I would make a copy of the tpl_header.php from the default_template's common folder. Finally, put that copy into the newly created "common" folder in your current template's main folder.

    This is the part I fear I may be wrong. Having said that, you would only have to delete the copied tpl_header.php if something were to go sour.

    Inside your copied tpl_header.php, find:
    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' .
    I believe it may work like this:
    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="www.yourbanner'ssite.com" target="_blank">' .
    I believe the "alt" text for the ex-logo is in yoursite/includes/languages/english/header.php

    --I actually just tried the above and it works on my end! Using the above tutorial, the new link works fine and it passed validation. Meaning, no code was hurt during this experiment. I like to play the guinea pig, instead of store owners.

  10. #10
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Re: Did a search, Can't find out how to do this..

    Sketchy thank you for all the help I really appreciate it. I've almost got this thing all done. I'm on one last snag... How do I relocate the transparent image (what was the zen-cart logo) to the bottom??

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Customised Banner, but can't figure out how I did it
    By WhitePhantom in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 9 Mar 2012, 11:43 AM
  2. Can't find out how to display Discounts
    By Bryan Wiley in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Nov 2009, 04:11 PM
  3. Customer can't find redemption code or figure out how to forward gift certificate
    By mtkatgirl in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 17 Feb 2009, 03:30 PM
  4. How did you find out about us?.. help please
    By My_web in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 17 Dec 2006, 05:41 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