- This topic has 6 replies, 3 voices, and was last updated 14 years, 7 months ago by imported_Ryan.
-
AuthorPosts
-
April 12, 2010 at 5:41 am #1389dennisjrMember
I feel kind of stupid asking this question, but I cannot make my menu show on my site.
I am using the ‘PixoPoint Menu Plugin’.The adress is:
http://akustikk.org/kurs/April 12, 2010 at 5:59 am #8400mkMemberIt does not seem like you have put the menu code in your wordpress page… (after activating the plugin, that is)
http://wordpress.org/extend/plugins/pix … tallation/ installation guide here…
You have to put
[code:29arovzl]<?php if ( function_exists( ‘pixopoint_menu’ ) ) {pixopoint_menu();} ?>[/code:29arovzl]
into the header or have a theme that automatically supports the pixopoint menu.April 12, 2010 at 7:19 am #8401dennisjrMemberThank you!
I use the ‘Modern Clix’ theme, and put the code into the header.
The problem though is that I don’t know where to put it to replace the old menu.
The menu showed up on the page, but with a search box added. And it move the whole site to the right.Here is my header.php:
[code:17es0qpo]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>><head profile="http://gmpg.org/xfn/11">
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() || is_page() ) { ?> <?php } ?> <?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />
<link rel="stylesheet" href="<?php bloginfo(‘template_directory’); ?>/style.css" type="text/css" media="screen" />
<!–[if IE 6]>
<link rel="stylesheet" href="<?php bloginfo(‘template_directory’); ?>/css/ie6.css" type="text/css" media="screen" />
<![endif]–>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo(‘name’); ?> RSS Feed" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp_head(); ?></head>
<body>
<div id="wrapper">
<div id="main-nav" class="col span-12">
<ul>
<?php wp_list_pages(‘&title_li=’); ?>
</ul>
</div><div id="header" class="col last span-12">
<br />
<br />
<img src="http://akustikk.org/images/Akustikk2009logo%28til_kurs%29.png" alt="" />
<h2>kreativ musikk<span class="low"> for</span> alle</h2>
</div><hr />[/code:17es0qpo]
April 12, 2010 at 8:56 am #8402mkMember[code:3urxsux8]<div id="main-nav" class="col span-12">
<ul>
<?php wp_list_pages(‘&title_li=’); ?>
</ul>
</div> [/code:3urxsux8]This part is the old navigation bar, you can remove this part only – if you want the pixopoint at exactly the same place, put the code i previously gave to you instead of these lines.
But I would suggest putting the pixopoint menu code just above the </hr> at the bottom. (you sitill have to remove the part I have put above.)
April 12, 2010 at 9:07 am #8403dennisjrMemberyes, that worked.
I still got that search box in the middle of the screen though.
I will leave it so you can see how it looks…
April 12, 2010 at 9:13 am #8404mkMemberFrom what I see, something in your theme or your setup of your wordpress is overriding the style of the search box. Maybe you have a plugin that changes the search box?
Except from the search box – the bar seems to work correctly. You should check your plugins and theme for settings for the search box.
April 21, 2010 at 6:04 am #8405imported_RyanMemberThanks for helping out with this mk ” title=”Smiley” />
I’m not sure if it’s of any use, but I’ve given you a free subscription to the advanced features of our [iurl=https://geek.hellyer.kiwi/suckerfish_css/]CSS generator[/iurl]. Your help while I’ve been busy lately is much appreciated ” title=”Smiley” />
-
AuthorPosts
- You must be logged in to reply to this topic.