Results 1 to 9 of 9
  1. #1

    Default Buttons in header not clickable

    I'd like the buttons that are a part of the .jpg file in my header image to be clickable, but the rest of the header not clickable. Anchors or a hyperlink are what I believe they are called. I can remake the header without the wooden buttons if needed, but I need them to be clickable.

    My site is www.hardwoodcanes.com

    Thank you!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Buttons in header not clickable

    A Google search for image maps should help you find something.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3

    Default Re: Buttons in header not clickable

    Okay, found out how do do it on html.... but where do I put the image map settings in Zen php files?

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Buttons in header not clickable

    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5

    Default Re: Buttons in header not clickable

    Please pardon my ignorance, but there are a lot of topics there, and I didn't see one for enabling image maps on the header.... Am I looking for something else?

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Buttons in header not clickable

    Responded to another of your posts about containing your head into the tpl_header.php file or alternatively in your tpl_main_page.php file and this is where the image map would be for this. along the lines of(adapted for your images):
    Code:
    	<div id="navMain">
    <a href="index.php"><img src="includes/templates/your_template/images/spacer.gif" alt="Home Page" width="96" height="44" border="0" /></a>
    <a href="index.php?main_page=login"><img src="includes/templates/your_template/images/spacer.gif" alt="My Account" width="114" height="44" border="0" /></a>
    <a href="index.php?main_page=logoff"><img src="includes/templates/your_template/images/spacer.gif" alt="Log Out of My Account" width="89" height="44" border="0" /></a>
    <a href="index.php?main_page=shopping_cart"><img src="includes/templates/your_template/images/spacer.gif" alt="Shopping Cart" width="131" height="44" border="0" /></a>
    <a href="index.php?main_page=checkout_shipping"><img src="includes/templates/your_template/images/spacer.gif" alt="Checkout Now" width="106" height="44" border="0" /></a>
    <!-- end top nav --></div>

  7. #7

    Default Re: Buttons in header not clickable

    awesome, THANK YOU I'll have to play with this.

  8. #8
    Join Date
    Apr 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Buttons in header not clickable

    So I shouldnt define my header in

    /includes/languages/english/custom/header.php

    under

    Line #24 : define('HEADER_LOGO_IMAGE', 'header_bg.jpg');

    ???

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Buttons in header not clickable

    wetjet,

    Should start your own thread on this differing subject...
    So I shouldnt define my header in

    /includes/languages/english/custom/header.php

    under

    Line #24 : define('HEADER_LOGO_IMAGE', 'header_bg.jpg');
    Normal to define background images(_bg) in the stylesheet.css and to have a seperate "logo" image that is usually your company name with image Like in the above logo for the Zen Cart site

 

 

Similar Threads

  1. hover buttons in header not displaying.....
    By Computerguyiii in forum General Questions
    Replies: 6
    Last Post: 11 Aug 2010, 11:32 PM
  2. Make header clickable
    By iwantone in forum General Questions
    Replies: 0
    Last Post: 25 Feb 2010, 06:57 PM
  3. how to make clickable buttons?
    By kab_death in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 17 Feb 2010, 09:14 PM
  4. Buttons in Header not showing up in IE
    By scitrenbaum in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Nov 2007, 01:52 AM
  5. Having Problems with buttons not being clickable in IE6
    By tredline in forum General Questions
    Replies: 0
    Last Post: 3 Oct 2007, 08:13 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