Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default NEED HELP....Fixing Links on my Navigation Bar

    Hello everyone,

    Okay here is my delimma! I have changed out the Zen Cart Logo at the top of my page with my own logo that also has the links to the rest of the site. Right now the new logo/navigation as one link back to the catalog. How do I remove that and add links to each icon?

    In the original site we add hotspots/image maps in dreamweaver where you can just draw a box over each graphic in a image to create links. Is it possible to import that to this graphic?

    Original site: http://www.blackflameclothing.com/Home.html

    Shopping cart: http://blackflameclothing.com/catalog/

    PLEASE HELP ANYONE?????

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: NEED HELP....Fixing Links on my Navigation Bar

    The graphic is not the issue.

    You need to to apply the appropriate HTML code for the MAP (and its co-ords) function. DW does this seamlessly for you in a HTML site, but here with ZC you're not working with html.

    (Sad that WYSIWYG editors have negated the value of people having basic HTML knowledge... )

    Search this forum for IMAGE MAPPING.

    PM Misty. She put up a post a couple of weeks ago on this.
    20 years a Zencart User

  3. #3
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: NEED HELP....Fixing Links on my Navigation Bar

    Thanks schoolboy!

    I did some more research and found out that the image map code needs to be added to the tpl_header.php, but I am wondering if I am missing something. I put it in but nothing is happening:

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<alt="" width="841" height="60" border="0" usemap="#Map" /><map name="Map" id="Map2">
    <area shape="rect" coords="257,23,304,40" href="Home.html" />
    <area shape="rect" coords="317,22,399,40" href="Aboutus.html" />
    <area shape="rect" coords="415,23,517,41" href="Merchandise.html" />
    <area shape="rect" coords="532,22,671,40" href="Upcomingevents.html" />
    <area shape="rect" coords="686,20,732,41" href="News.html" />
    <area shape="rect" coords="746,22,836,41" href="Contactus.html" />
    <area shape="rect" coords="257,23,304,40" href="Home.html" />
    </map>
    <map name="Map" id="Map">
    <area shape="rect" coords="317,22,399,40" href="Aboutus.html" />
    </map>' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
    <div id="taglineWrapper">

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

    Default Re: NEED HELP....Fixing Links on my Navigation Bar

    Quote Originally Posted by Rickmann08 View Post
    I am wondering if I am missing something. I put it in but nothing is happening:
    http://www.zen-cart.com/forum/showpo...77&postcount=4
    explains how...

  5. #5
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: NEED HELP....Fixing Links on my Navigation Bar

    Thanks misty and schoolboy! I think I got it!

    Check it out: http://www.blackflameclothing.com/catalog/

    Of course I had to put a spacer image above the navigation graphic because it moved out of proportion. Now I just need to figure out why the spacer image is not loading!

    thanks everyone!

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

    Default Re: NEED HELP....Fixing Links on my Navigation Bar

    Now I just need to figure out why the spacer image is not loading!
    do you have spacer.gif in your zencart images folder?

 

 

Similar Threads

  1. v152 Changing navigation bar links?
    By k1rk_hammett in forum General Questions
    Replies: 5
    Last Post: 30 Nov 2013, 12:50 AM
  2. Need help fixing top Nav. bar of website
    By DontBlink7 in forum Templates, Stylesheets, Page Layout
    Replies: 40
    Last Post: 13 Mar 2011, 11:46 PM
  3. Navigation Bar Links not working.
    By SimpleeStated in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Aug 2010, 12:54 PM
  4. Navigation Bar links have disappeared?
    By Chepster in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Jan 2007, 08:23 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