Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Please help with header!

    I created an image map for my header and put the code in the tpl_header.php. However, in my browser, the header image is not showing. Instead there is just a box with a fine border. The links inside work...just no image. Also, it is pushing all my content further down on the page then it was before. Any help would be greatly appreciated! TIA!

    Oh, here's my site www.noahsarcade.com/store

    -ally

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Please help with header!


  3. #3
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Please help with header!

    Thank you for your response, but unfortunately it did not help my problem. Here is my code that I placed in the tpl_header.php. Am I doing something wrong?

    <div align="center">
    <img name= naimg src=
    "file://url..images/NA_menubar.png"
    width="806"
    height="184"
    border="0"
    alt=""
    usemap="#account" />
    <map name="account" id="account">
    <area shape="rect" coords="293,124,350,152" href="http://noahsarcade.com/store/" target="_self" alt="home" />
    <area shape="rect" coords="374,122,453,156" href="http://noahsarcade.com/store/index.php?main_page=login" target="_self" alt="Log In" />
    <area shape="rect" coords="476,119,612,152" href="http://noahsarcade.com/store/index.php?main_page=shopping_cart" target="_self" alt="Shopping Cart" />
    <area shape="rect" coords="634,123,777,150" href="http://noahsarcade.com/store/index.php?main_page=login" target="_self" alt="Create Account" />
    </map>

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Please help with header!

    Should be along lines of code below.
    ALTER sizes,co-ordinates, template name and image name to suit your
    requirements
    Code:
    <div id="headerWrapper">
    <!--bof-branding display-->
        <div align="center"><img src="includes/templates/nameofyourtemplate/yourimage.jpg" width="760" height="324" border="0" usemap="#Map">
       <map name="Map">
         <area shape="rect" coords="9,6,239,72" href="index.php" target="_self" alt="index">
         <area shape="rect" coords="331,25,389,59" href="account.php" target="_self" alt="Login In">
         <area shape="rect" coords="395,26,484,62" href="cart.php" target="_self" alt="Shopping Cart">
         <area shape="rect" coords="491,27,558,62" href="checkout.php" target="_self" alt="Checkout">
         <area shape="rect" coords="565,27,623,63" href="contact.php" target="_self" alt="Contact">
         <area shape="rect" coords="629,28,686,63" href="logout.php" target="_self" alt="Logout">
         <area shape="rect" coords="689,30,733,62" href="index.php" target="_self" alt="Home">
         <area shape="rect" coords="17,82,125,113" href="privacy.php" target="_self" alt="Privacy">
         <area shape="rect" coords="148,83,242,113" href="faq.php" target="_self" alt="FAQ">
         <area shape="rect" coords="272,84,380,115" href="contact.php" target="_self" alt="Contact">
         <area shape="rect" coords="413,85,577,114" href="products.php" target="_self" alt="All Products">
         <area shape="rect" coords="599,82,746,114" href="downloads.php" target="_self" alt="Downloads">
       </map>
     </div>

  5. #5
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Please help with header!

    Brilliant! Thank you Misty...I don't know what I was doing wrong but this code worked...yay!

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Please help with header!

    Quote Originally Posted by noahsarcade View Post
    Brilliant! Thank you Misty...I don't know what I was doing wrong but this code worked...yay!
    No problem...your site looking good.. well done!!

  7. #7
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Please help with header!

    Thanks. =) I've actually never built a website in my life, so I am pretty happy with it. It's been fun learning. Thanks again, I couldn't have done any of it without this forum.=)

  8. #8
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Please help with header!

    I've tried the information in this post as well as a couple other posting but I can't get the mapping to work. This is the information I'm inserting, and I tried to mirror what I saw in this post (the formatting doesn't show correctly below, but it is formatted as shown above - I tried this in both the header.php and the tpl_header.php):

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div align="center"><img src="header.png" width="900" height="360" border="0" usemap="#Map" />
    <map name="Map" id="Map">
    <area shape="rect" coords="36,86,160,121" href="http://vintageparisprincess.com" target="Vintage Paris Princess Designs" alt="Vintage Paris Princess Designs" />
    <area shape="rect" coords="14,141,136,180" href="http://vintageparisprincess.##########################" target="Vintage Paris Princess Designs Blog" alt="Vintage Paris Princess Designs Blog" />
    <area shape="rect" coords="40,195,164,230" href="http://vintageparisprincess.com/gallery/main.php" target="Vintage Paris Princess Designs Gallery" alt="Vintage Paris Princess Designs Gallery" />
    <area shape="rect" coords="40,251,171,283" href="http://www.vintageparisprincess.com/forums/" target="Vintage Paris Princess Designs Forum" alt="Vintage Paris Princess Designs Forum" />
    <area shape="rect" coords="510,286,606,316" href="http://vintageparisprincess.com/boutique/index.php?main_page=logoff" target="Log Off of your Vintage Paris Princess Designs Account" alt="Log Off of your Vintage Paris Princess Designs Account" />
    <area shape="rect" coords="393,290,493,318" href="http://vintageparisprincess.com/boutique/index.php?main_page=login" target="Log in to your Vintage Paris Princess Designs Account" alt="Log in to your Vintage Paris Princess Designs Account" />
    <area shape="rect" coords="625,283,724,314" href="http://vintageparisprincess.com/boutique/index.php?main_page=account" target="View your Account at Vintage Paris Princess Designs" alt="View your Account at Vintage Paris Princess Designs" />
    </map>
    </div>
    </body>
    </html>

    and there is more text before and after what's above.

    my website is http://vintagparisprincess.com/boutique

    I also can't figure out how to change the color of the Product Image text as seen here: http://vintageparisprincess.com/bout...=index&cPath=8

    That text is yellow and I would like it to be f4f6f7 like everything else. I found a post about changing the productListing to white but that didn't work.

    And does anyone know how to center the header? I've tried the few things I've found in previous postings (from years ago) but nothing works.

    Thanks in advance for the help! My Zen Cart is 1.3.8a.

  9. #9
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    Default Re: Please help with header!

    I'm having the same problem too - I work with ImageReady in the end .. and I too have much more code than what it shown above
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

  10. #10
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: Please help with header!

    I got this to work on my site. My problem is that the image is to long. Is there a way to have the css control the width of the image? I need it to do this, because I have my site adjust the page width. The min. width is 1000px and the max is 1300px.
    http://www.jhelectronics.com

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Please help with image in header
    By autot in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2009, 05:45 AM
  2. oops! Help with Header - PLEASE
    By chachab in forum Basic Configuration
    Replies: 1
    Last Post: 25 May 2008, 08:43 AM
  3. Help with header please..
    By Pariseau in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Feb 2008, 06:31 AM
  4. Please help with search header
    By james739 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Jul 2007, 04:50 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR