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() ) { ?> » 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