Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: changing header from image to html

    Yes. do that.... keep backups ofcourse.. just in case...
    ~Steve~

  2. #12

    Default Re: changing header from image to html

    I see that this problem still has not been corrected after viewing the site mentioned. I will post a response if I find an answer.

    I am having a similar problem. I am trying to change the top heading of my page to include a heading that looks like this:

    http://test.ieguana.com/Untitled.html
    (heading only w/ rollover images)

    I have been trying to get the code for that page into the tpl_header file but it completely blows up the site. I do not know what I need to do to get the html to work properly. I assume that the tables have something to do with the problem. I am unsure, I have seen other Zen-cart users that have changed their site to similar setups so, I know it can be done. any help would be greatly appreciated. Thanks

  3. #13

    Default Re: changing header from image to html

    I found a the problem with mine, the stuff I was trying to do had .js in it, which would not allow me to just put in the page. That needed to go into a seperate file (which because of the problems I had in other areas I decided not to use it altogether.)

    However, I did change my header to use the HTML as you are trying to do. here is the line of code that is messing you up...

    <script type="text/javascript" src="/livehelp/livehelp_js.php?relative=Y&amp;department=1&amp;pingtimes=15"></script>


    this needs to be in a seperate file since it is running .js. From looking at the code, you can possibly remove:

    <!-- END SCANALERT CODE --></td>
    <td><!-- Powered by: Crafty Syntax Live Help http://www.craftysyntax.com/ -->
    <script type="text/javascript" src="/livehelp/livehelp_js.php?relative=Y&amp;department=1&amp;pingtimes=15"></script>
    <!-- copyright 2003 - 2006 by Eric Gerdes --></td>

    altogether and still have the header work as it is supposed to, I am guessing here as I am not sure the purpose of this code. If it is like my SSL cert (which uses a server response to set time/date), it is probably for the live help -online/offline- to set a correct image for the site. You might just want to move that to another area of the site for better results, either way it uses javascript which needs a seperate file in the templates/../jscript folder. Good luck I hope this helps some.

  4. #14

    Default Re: changing header from image to html

    I removed that javascript and uploaded and still a problem, the pics were not showing... is this right like this: <img src="<?php echo DIR_WS_TEMPLATE_IMAGES; ?>appliance-parts_02.jpg" width="375" height="27" alt="" border="0" usemap="#FPMap1">
    MonkFunk Music Community
    Free Music Website

  5. #15

    Default Re: changing header from image to html

    ok, the images were in the wrong folder, so now I got it, but need to remove the old header image... and fix it up, will keep u posted. thanks!
    MonkFunk Music Community
    Free Music Website

  6. #16

    Default Re: changing header from image to html

    okay, my only main problem now is that there is a huge G _ A _ P below the header... anyone know how to close it up?

    MonkFunk Music Community
    Free Music Website

  7. #17
    Join Date
    Sep 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: changing header from image to html

    change padding / top margin in css

  8. #18

    Default Re: changing header from image to html

    look for this code in the stylesheet.css

    #logoWrapper{
    height:170px;
    }

    It will be around line 200 or so...I can't tell you exactly as my stylesheet has many modifications. Changing this height will move the main page sections up or down as needed

    There is also a section of code:

    /*changes the logo position, also adds that damn space at the bottom of the logo*/~my notes
    #logo
    {text-align: center;
    padding-top: 1.5em;
    background-color:#000000;}

    around line 118 that will make some changes as well to the height of the logo....

  9. #19

    Default Re: changing header from image to html

    i changed that already to 221px because that is the exact height of my graphical header, it is still adding some extra space...
    MonkFunk Music Community
    Free Music Website

  10. #20

    Default Re: changing header from image to html

    I assume your talking about the logowrapper when you said you've changed that. I suggest trying to change the lower set then. I had alot of trouble with that same problem (and other spacing) these 2 enteries are what made the change in the space at the top of the main . You probably want to make sure your checking both of the stylesheet.css files. I don't know why but I found sometimes the otherone causes troubles with the custom sheet we are using.
    In the meantime, since I am currently working in my Stylesheet, I will run through it again and see if I find any other area's that may have an effect on the space, as far as I know those were the only 2 places.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Can I add an HTML image map into the header?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 Jun 2009, 10:24 PM
  2. Changing Header Image!
    By SteveeF in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jun 2008, 09:08 PM
  3. Changing the thumnails image html
    By helmetman in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Sep 2006, 09:00 PM
  4. How do I switch my header image to an html doc?
    By rwhalt in forum General Questions
    Replies: 2
    Last Post: 2 Sep 2006, 10:06 PM
  5. Changing stock Zen image in html e-mail header help
    By dandownunder in forum General Questions
    Replies: 8
    Last Post: 18 Aug 2006, 09:51 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