Multi-level Navigation for WordPress no dropdown…

Forums Forums Menus Multi-level Navigation for WordPress no dropdown…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1394
    Anonymous
    Member

    Hello, I am new to wordpress and this plugin.
    I have downloaded/ installed and activated the MultiLevel Navigation plugin for wordpress as instructed. However i am having problems getting the dropdown menu and the navigation to appear on my website, http://montaki.ca/
    I am currently getting bullets of my pages.
    – using multi-level navigation plugin for wordpress 2.9.2
    – using IE 7 and firefox
    – i am just copy and pasting the CSS from https://geek.hellyer.kiwi/products/suckerfish_css/ into options in wordpress as instructed.
    -theme used : Business-Ideas by themestudio.us
    -header.php
    [code:p28qrchy]
    <head profile="http://gmpg.org/xfn/11">

    <meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name="generator" content="WordPress <?php bloginfo(‘version’); ?>" /> <!– leave this for stats –>

    <link rel="stylesheet" href="<?php bloginfo(‘stylesheet_url’); ?>" type="text/css" media="screen" />

    <!–[if lte IE 6]>
    <style type="text/css">
    </style>
    <![endif]–>

    </head>

    <body>
    <div class="wrapper">
    <div class="top">
    <h1><a href="<?php bloginfo(‘url’); ?>/"><?php bloginfo(‘name’); ?></a></h1>
    <h2><?php bloginfo(‘description’); ?></h2>
    </div>
    </div>

    <div class="banner">
    </div>

    <div class="topcontent">
    <div class="bottomcontent">
    <div class="centercontent">
    <div class="contentwrapper">
    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
    [/code:p28qrchy]
    I would appreciate your help

    #8419

    That’s very strange. I can’t see what is wrong immediately sorry. It looks as though your CSS has errors, but if it came from the CSS generator then it shouldn’t be able to.

    You will need to sign up for [iurl=https://geek.hellyer.kiwi/services/premium-support/]Premium Support[/iurl] if you need me to look at this in depth sorry.

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