Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Posts
    242
    Plugin Contributions
    0

    Default Spliced image links replace header..

    Ok I have made a spliced menu in fireworks/photoshop.

    Most of you know they saves as many images with a html file.

    Where can I add this code in tpl_header.php Like line number? or what code sould I replace?.... for my Html spliced menu you display.

    I seen alot of post about it just not sure where to stick the code.

    Yea I did use the search function nothing goes into great detail.

    also using zen-cart 1.3.5

    THANKS!

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Spliced image links replace header..

    It may be a starting point for reference, related to Header Menu, JavaScript, image locations and Fireworks.
    And in the topic of:
    On-load javascript
    A New Starter again

  3. #3
    Join Date
    Apr 2006
    Posts
    242
    Plugin Contributions
    0

    Default Re: Spliced image links replace header..

    Ok thanks for that got it working... however...

    I used a drop down CSS menu

    Which works fine other then when you view the products page like...http://jailhousedistro.com/index.php...&products_id=1

    The menu works fine on other pages like http://jailhousedistro.com/

    The drop down menu will come up once then won't come back up any ideas how to fix this? I think it maybe the image popup javascript conflicting with my menu javascript.

    Have I put something in a incorrect area?

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Spliced image links replace header..

    In line 19 of your page source, <script> missing '>' for end of tag.
    Code:
    <script type="text/javascript" src="/includes/templates/jscript_header.js"</script>
    Note at the end of line, it should be
    Code:
    <script type="text/javascript" src="/includes/templates/jscript_header.js"></script>
    Will it been caused by the "> of your file of jscript_header.js
    Code:
    1MM_preloadImages('bob_r2_c2_f2.gif','bob_r2_c2_f3.gif','bob_r3_c4_f2.gif','bob_r3_c4_f3.gif','bob_r3_c6_f2.gif','bob_r3_c6_f3.gif','bob_r3_c12_f2.gif','bob_r3_c12_f3.gif','bob_r4_c8_f2.gif','bob_r4_c8_f3.gif','bob_r4_c10_f2.gif','bob_r4_c10_f3.gif');">
    Try remove it and see what happen.
    A New Starter again

  5. #5
    Join Date
    Apr 2006
    Posts
    242
    Plugin Contributions
    0

    Default Re: Spliced image links replace header..

    thanks for pointing those out! :)

    However

    Didn't seem to solve the issue anyother ideas what maybe causing it?

  6. #6
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Spliced image links replace header..

    Your page is with errors and some of the insertions of orverride and javascript seems not right.
    At least, from the source, the address are wrong.
    Code:
    //--></script>
    <script type="text/javascript" src="/includes/templates/jscript_header.js"></script>
    
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script>
    For time saving, instead of guessing and prevent errors from both sides.
    If possible give the javascripts and related files. I will carry out the basic test in my side and give you the basic report.
    A New Starter again

 

 

Similar Threads

  1. Replies: 27
    Last Post: 7 Dec 2011, 11:09 AM
  2. Replace Header Image With Flash
    By igendreau in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Apr 2010, 01:46 AM
  3. Replace EZpages Header links with images?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Mar 2010, 06:19 PM
  4. Images to replace links in ezpage header
    By ForPhoneUnlock in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Mar 2009, 03:08 AM
  5. Looking to replace #navmainwrapper with image links and searchbar
    By dvasdekis in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 7 Jul 2007, 12:09 AM

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