Does the menu plugin work on my site?

Forums Forums Menus Does the menu plugin work on my site?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1389
    dennisjr
    Member

    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/

    #8400
    mk
    Member

    It 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.

    #8401
    dennisjr
    Member

    Thank 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]

    #8402
    mk
    Member

    [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.)

    #8403
    dennisjr
    Member

    yes, 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…

    #8404
    mk
    Member

    From 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.

    #8405

    Thanks for helping out with this mk <img decoding=” 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 <img decoding=” title=”Smiley” />

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.