Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Dec 2004
    Location
    Wakefield. UK
    Posts
    89
    Plugin Contributions
    0

    help question Re: How do i put an image on the header?

    Thanks kobra,

    but unfortunatly this has not worked

    This is the part of the style sheet has it is now

    LABEL, h4.optionName {
    line-height: 1.5em;
    padding: 0.2em;
    }

    LABEL.checkboxLabel, LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
    }

    #logo {
    margin: 0em;
    /* float: left; */
    text-align: left;
    padding-top: 0px;
    }

    #logo2 {
    float: right;
    }


    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    margin: 0em;
    }

    LABEL.inputLabel {
    width: 11em;
    float: left;
    }


    and this is the tpl_header.php

    <div id="logoWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    <div id="logo2"><img src="url(../images/header_bg.gif" width="505" height="103")"></div>
    <div id="taglineWrapper">
    <?php
    if (HEADER_SALES_TEXT != '') {
    ?>
    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
    <?php


    i'm sure i done as you said but if you look at the page http://www.toyjoyshop.co.uk you can see that there is an outline of a banner underneath the header that wasn't there before.
    Sorry to be a pain.

  2. #12
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: How do i put an image on the header?

    Could you not just edit the top image to include the other logo you're wanting to use? If you don't have tools to do this I don't mind to take care of it for you.

    I would like to know how it is you've got the pop ups loading the way you do.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  3. #13
    Join Date
    Dec 2004
    Location
    Wakefield. UK
    Posts
    89
    Plugin Contributions
    0

    Default Re: How do i put an image on the header?

    Quote Originally Posted by ThePatch View Post
    Could you not just edit the top image to include the other logo you're wanting to use? If you don't have tools to do this I don't mind to take care of it for you.

    I would like to know how it is you've got the pop ups loading the way you do.
    Hi Patch

    Thanks for the offer, can i get back to you on that. It may just be the solution. I would like to do it if possiable so it would not be to hard to change the banner at a later date and if we can manage to create the link from the header it would only be a matter of changing the image.

    When you mean pop ups do you mean the image zoom. if so it is a contribution called Zen Lightbox by Alex Clarke. It can be found here.

    Thanks a bunch for replying.

  4. #14
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: How do i put an image on the header?

    Thanks I appreciate it.

    Just let me know what you had in mind in regards to the image. I'll try to help if I can.

    I've downloaded the lightbox contrib. I'm going to see if it will work with version 1.3.7 here in a few. I've got several stores that would like this I think.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  5. #15
    Join Date
    Dec 2004
    Location
    Wakefield. UK
    Posts
    89
    Plugin Contributions
    0

    Default Re: How do i put an image on the header?

    Quote Originally Posted by ThePatch View Post
    Thanks I appreciate it.

    Just let me know what you had in mind in regards to the image. I'll try to help if I can.

    I've downloaded the lightbox contrib. I'm going to see if it will work with version 1.3.7 here in a few. I've got several stores that would like this I think.
    No probs, it should work at treat, i'm using 1.3.7

    Mark

  6. #16
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: How do i put an image on the header?

    well this works just fine.....oh and by the way pay attention to how I call the image in the html.....you used a call formated like it would be in css.....
    This is the html source, you have to add the table tags in the right spot in the header.php file. You can move the style stuff to the stylesheet as you see fit.
    Code:
    <div id="logoWrapper">
        <table>
            <tr>
            <td>	
    	<div id="logo">
    	<a href="http://www.toyjoyshop.co.uk/"><img src="includes/templates/lavender/images/logo.gif" alt="Toy Joy" title=" Toy Joy " height="121" width="306"></a>
    	</div>
    	</td>
    	<td width="600" align="right">
    	<div id="logo2">
    	<img src="../images/header_bg.gif" alt="" height="103" width="505">
    	</div>
    	</td>
    	</tr>
    	</table>
    Yes I know there is a table in there but hey you use what works

    you get this
    Attached Images Attached Images  
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #17
    Join Date
    Dec 2004
    Location
    Wakefield. UK
    Posts
    89
    Plugin Contributions
    0

    Default Re: How do i put an image on the header?

    Quote Originally Posted by barco57 View Post
    well this works just fine.....oh and by the way pay attention to how I call the image in the html.....you used a call formated like it would be in css.....
    This is the html source, you have to add the table tags in the right spot in the header.php file. You can move the style stuff to the stylesheet as you see fit.
    Code:
    <div id="logoWrapper">
        <table>
            <tr>
            <td>    
        <div id="logo">
        <a href="http://www.toyjoyshop.co.uk/"><img src="includes/templates/lavender/images/logo.gif" alt="Toy Joy" title=" Toy Joy " height="121" width="306"></a>
        </div>
        </td>
        <td width="600" align="right">
        <div id="logo2">
        <img src="../images/header_bg.gif" alt="" height="103" width="505">
        </div>
        </td>
        </tr>
        </table>
    Yes I know there is a table in there but hey you use what works

    you get this
    Hi barco57

    thanks for taking the time to look into this for me and i'm nearly there, this is a before and after result attatched. how can i now make it as it looked originally but now with the banner.

    Thank you in advance

    Mark
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	before.jpg 
Views:	163 
Size:	23.1 KB 
ID:	1789   Click image for larger version. 

Name:	after.jpg 
Views:	162 
Size:	28.9 KB 
ID:	1790  

  8. #18
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: How do i put an image on the header?

    I would need to see your header.php file to know for sure whats up with that
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139e How do I put my store logo graphic in the header?
    By jimweinberg in forum General Questions
    Replies: 7
    Last Post: 28 Jul 2012, 01:47 PM
  2. How To Put A Link On My Logo Image In Header?
    By chrismonroe in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Nov 2007, 02:44 PM
  3. how do I put a background image in the header?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Mar 2007, 10:16 AM
  4. HELP!! How to put in my logo as the header?
    By dwarfs8 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Oct 2006, 04:42 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