Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • jason

    (@jasonpartnersdesignnet)

    mrmist: Thank you thank you thank you!

    jason

    (@jasonpartnersdesignnet)

    I’m actually having the same display name problem. I used my email as my user name. Big mistake. Ever since I’ve posted I’ve been receiving spam to my email address. Anyway I can change my username or display name? Just the display name change would be perfectly adequate.

    Thanks anyone.

    Forum: Hacks
    In reply to: Javascript Menu Disappears
    Thread Starter jason

    (@jasonpartnersdesignnet)

    Thanks esmi,

    I read through the page and tried some things.

    I used this code between the <meta> and <link> tags:

    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/mootools.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/nav.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/studio.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/AC_RunActivecontent.js"></script>

    And then create the div that displays the menu after the </head>:

    <div id="header">
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/head_wp.js"></script>
    		</div><!-- #header -->

    And it functions that way on FF4, Chrome and Safari. But it still isn’t displaying in IE and FF 3.6

    I’ve also tried enqueueing mootools first, but that didn’t work either. I’m not sure if I need to enqueue all my initial scripts.

    I’m going to keep trying here. Hopefully a breakthrough will come soon. Anybody know what might be wrong?

Viewing 3 replies - 1 through 3 (of 3 total)