Topic RSS
11:58 am
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!
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?
2:50 pm
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 –>
2:52 pm
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.
Most Users Ever Online: 444
Currently Online:
83 Guest(s)
Currently Browsing this Page:
1 Guest(s)
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
Newest Members: ndc, MacBravO, irlandes1, triphop, betokan, Jonathan Yovani Muñoz, somosguatemala, ahcreate, eatonrabbit, prasanna
Moderators: Brandon C (162)
Administrators: Yellow Swordfish (22223), Mr Papa (23688)
Log In
Register
Home
Add Reply
Add Topic
Quote
Offline



Visit 
Privacy Policy



