A A A

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Drop Down Menu Breaks when I add
Aug 18, 2010
11:58 am
Mark
Guest

So I know that Simple Forum requires <?php wp_head(); ?> to display properly. However when I add this to my header.php file, the drop down navigation on my site stops working. Any ideas why?

 

http://www.labmonkeys.net/blog

 

The "Browse" page is the drop down menu, you can see it working now, becuase I don't have the <?php wp_head(); ?> in the header.php. But you can also see on the "Discussion" page, the simple forum won't display because I have no <?php wp_head(); ?> in the header.

 

Please help!

Aug 19, 2010
12:52 am

SP Master
Forum Posts: 23688
Member Since:
Dec 10, 2006
Offline

well, what does the code section you are adding that to look like?  for example, if its already inside php tags, you would just want wp_head(); without the opening and closing php tags… and are you sure you are putting it in the right spot?

what does 'stop working' mean?  errors? or other?

Aug 19, 2010
2:50 pm
Mark
Guest

I'm putting it right before the </head> tag. It's not already inside php tags as far as I can see.

 

<script language="javascript" src="<?php bloginfo('template_directory'); ?>/tell_a_friend/popup.php?js" type="text/javascript"></script>
        <?php wp_head(); ?>

    </head>
<body>

    <!– BEGIN HEADER –>
    <div id="header-wrap">
        <div id="header" class="clearfix container_16">

            <div id="logo">
                <h1><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('name'); ?>" id="logo2">
                <?php
                $sk_logo = get_option('sk_logo');
                ?>
                <?php if ($sk_logo) { ?>
                <img src="<?php echo get_option('sk_logo'); ?>" alt="<?php bloginfo('name'); ?>" /></a></h1>
                <?php } else { ?>
                <img src="<?php bloginfo('template_directory'); ?>/images/skin1/logo.png" alt="<?php bloginfo('name'); ?>" /></a></h1>
                <?php } ?>
            </div>    <!– close #logo –>

Aug 19, 2010
2:52 pm
Mark
Guest

Oh, and when I add the tag, the forum works, but the dropdown does not dropdown when you mouse-over the browse button.

 

When I remove this tag, the menu drops down when I mouse-over the browse button, but the forum does not display at all.

Aug 19, 2010
7:23 pm

SP Master
Forum Posts: 23688
Member Since:
Dec 10, 2006
Offline

well, I dont see a forum, so I cant really look and help…  I do notice that your theme appears (might not be the case) to be directly loading a bunch of jquery including jquery itself which could cause conflicts with the wp loaded jquery… but would have to see the forum in action to tell…

Forum Timezone: America/Chicago

Most Users Ever Online: 444

Currently Online:
83 Guest(s)

Currently Browsing this Page:
1 Guest(s)

See All Online Activity

Top Posters:

-Radio-: 1251

Lee H: 606

Luffer: 535

Conrad_Farlow: 502

jim: 478

neon: 263

ovizii: 240

Tal: 240

Member Stats:

Guest Posters: 2625

Members: 7361

Moderators: 1

Admins: 2

Forum Stats:

Groups: 5

Forums: 16

Topics: 10890

Posts: 79543

Moderators: Brandon C (162)

Administrators: Yellow Swordfish (22223), Mr Papa (23688)