I can not put the plugin to work

Forums Forums Menus I can not put the plugin to work

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #275
    Anonymous
    Member

    Hi

    I’ve tried to install your multi level navigation plugin on three different wordpress themes, every time I insert the code to make the plugin work, it mess with my nav bar and appear both menus, what I have on my theme and the plugin menu, but, all messed, I feel that I need to take out some part of the code of my theme to not interfere with your plugin, this is the part of the code of the header file where I need to put your code, can you please tell me where is the best place and which part of the code of the theme I need to retire to not conflict with the plugin?

    <code>
    <body>

    <div id="page">
      <div id="top">
      <div id="nav"><ul><li class="page_item"><a href="<?php bloginfo(‘url’); ?>/"><?php _e(‘Home’); ?></a></li><?php wp_list_pages(‘title_li=’ ); ?></ul></div>
    <form id="searchform" method="get" action="<?php bloginfo(‘home’); ?>"><div id="search"><input type="text" name="s" id="s" size="15" value=""/><input type="image" src="<?php bloginfo(‘stylesheet_directory’); ?>/images/srcbtn.gif" id="srcbtn" /></div></form>
      </div>
      <div id="header">
    <div class="logo">
    <div class="description"><?php bloginfo(‘description’); ?></div>
    <a href="<?php echo get_settings(‘home’); ?>/"><img src="<?php bloginfo(‘stylesheet_directory’); ?>/images/logo.gif" alt="Affordable Web Hosting – SEO – Affiliate Marketing – SEO Tools" border="0" /></a>
    </code>

    Thanks 

    #3281

    Hi Dr Web,
    There isn’t really anything I can do to help. YOU need to decided where you want the menu to be in your theme.

    Perhaps send me a link to your theme, plus an image showing where in that theme you want it to appear and I can let you know what you need to do to your code.

    #3282
    Dr Web
    Member

    Hi Ryan

    Thanks for your reply.

    I think the plugin must be ready to replace the menu bar of the theme, so, I want the plugin navbar in the same place of my theme’s navbar, I just inserted your code and look to my theme, below the plugin navbar, the theme navbar still appears, that is why I said that I need to cut some of my theme’s code to the plugin navbar replace the theme’s navbar, that is where I need help.

    <code>
    <body>

    <div id="page">
      <div id="top">
    <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>
      <div id="nav"><ul><li class="page_item"><a href="<?php bloginfo(‘url’); ?>/"><?php _e(‘Home’); ?></a></li><?php wp_list_pages(‘title_li=’ ); ?></ul></div>
    <form id="searchform" method="get" action="<?php bloginfo(‘home’); ?>"><div id="search"><input type="text" name="s" id="s" size="15" value=""/><input type="image" src="<?php bloginfo(‘stylesheet_directory’); ?>/images/srcbtn.gif" id="srcbtn" /></div></form>
      </div>
      <div id="header">
    <div class="logo">
    <div class="description"><?php bloginfo(‘description’); ?></div>
    <a href="<?php echo get_settings(‘home’); ?>/"><img src="<?php bloginfo(‘stylesheet_directory’); ?>/images/logo.gif" alt="Affordable Web Hosting – SEO – Affiliate Marketing – SEO Tools" border="0" /></a>
    </div>
    </code>

    My blog: http://www.dr-web-blog.com&nbsp;

    Thanks
    Dr Web

    #3283

    You don’t seem to have the plugin installed.

    #3284
    Dr Web
    Member

    Of course, I responded to you in less than an hour, you responded to me after 48 hours, I just resolved to install another plugin.

    Thanks for your time.

    #3285

    Sorry, I was quite busy for the past few days.

    It would be nice if you let me know next time as it would have saved me having to hunt through your code trying to figure out what is wrong.

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