multi-level menu not working

Forums Forums Menus multi-level menu not working

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #769
    kegiaumat055
    Member

    Where is your CSS? -style.css
    What is the URL for your site? http://voso.co.cc
    My theme: Hutek webzine  http://hutek-webzine.googlecode.com/files/Internationl.Hutek.Webzine.V.0.2.rar%5B/url:2rv6mccl%5D
    This is my file header.php.

    [quote:2rv6mccl]<?php
    /**
    * @package WordPress
    * @subpackage Default_Theme
    */
    ?>

    <?php global $mytheme; ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <html xmlns="http://www.w3.org/1999/xhtml"&gt;
    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="verify-v1" content="8UEkiuWE8EROXTV8gIKbgaw9hRI45Mi6PtpsxeYqWYQ=" />
    <title>
    <?php if(function_exists(‘friendlytitles’)): ?>
    <?php friendlytitles() ?>
    <?php else: ?>
    <?php wp_title(); ?>
    <?php endif; ?>
    </title>
    <link rel="stylesheet" href="<?php bloginfo(‘stylesheet_url’); ?>" type="text/css" media="screen" />
    <link rel="shortcut icon" href="favicon.jpg">
    <?php
    wp_head(); ?>

    </style>
    </head>
    <body>
        <!–header–>
        <div class="header" >
            <!–logo–>
            <?php if ($mytheme != ”) { ?>
                <div class="logo">
                    <a href="index.html"><img src="<?php print $mytheme; ?>"  />
                </div>
            <?php } ?>
            <!–/logo–>
            <!–leading banner–>
            <?php if($mytheme != ”): ?>
    <?php if ($mytheme != ”) { ?>
                    <div class="leading-banner">
                        <?php print $mytheme; ?>
                    </div>
                <?php } ?>
            <?php endif; ?>
            <!–/leading banner–>
            <!–menu–>

                <ul id="navtabs">

    [color=red:2rv6mccl][b:2rv6mccl]<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>[/b:2rv6mccl][/color:2rv6mccl]
                <?php if ($mytheme != ”) { ?><li><a href="<?php echo get_option(‘home’); ?>/" <?php if ( is_home() ) { echo ‘ class="actived"’; } ?> ><span><?php print $mytheme; ?></span></a></li><?php } ?>
        <?php wp_list_categories(‘orderby=ID&order=ASC&hide_empty=0&title_li=&exclude=’.$mytheme); ?>
                <!–other menu–>
    <?php if($mytheme != ”): ?>
                <?php if($mytheme != ”): ?><a href="<?php print $mytheme; ?>" ><li><?php print $mytheme; ?></li><?php endif; ?>
                <?php if($mytheme != ”): ?><a href="<?php print $mytheme; ?>" ><li><?php print $mytheme; ?></li><?php endif; ?>
                <?php endif; ?>
                <!–/other menu–>
                <!–rss–>
                <?php if ($mytheme != ”) { ?>
                <div class="rss"><a href="<?php print $mytheme; ?>" target="_blank"><img src="<?php bloginfo(‘template_directory’); ?>/core/images/rss.jpg" /></a></div>
                <?php } ?>
                <!–/rss–>
            </ul>
            <!–/menu–>
        </div>
        <!–/header–>[/quote:2rv6mccl]
    [b:2rv6mccl]And here is my Suckerfish CSS. But it not working[/b:2rv6mccl]
    [code:2rv6mccl]#suckerfishnav {
        background:#171 ;
        font-size:15px;
        font-family:times,serif;
        font-weight:bold;
        width:100%;
        }
    #suckerfishnav, #suckerfishnav ul {
        float:left;
        list-style:none;
        line-height:30px;
        padding:0;
        border:1px solid #aaa;
        margin:0;
        width:100%;
        }
    #suckerfishnav a {
        display:block;
        color:#dddddd;
        text-decoration:none;
        padding:0px 8px;
        }
    #suckerfishnav li {
        float:left;
        padding:0;
        }
    #suckerfishnav ul {
        position:absolute;
        left:-999em;
        height:auto;
        width:121px;
        font-weight:normal;
        margin:0;
        line-height:1;
        border:0;
        border-top:1px solid #666666;
        }
    #suckerfishnav li li {
        width:119px;
        border-bottom:1px solid #666666;
        border-left:1px solid #666666;
        border-right:1px solid #666666;
        font-weight:normal;
        font-family:times,serif;
        }
    #suckerfishnav li li a {
        padding:3px 10px;
        width:104px;
        font-size:11px;
        color:#171;
        }
    #suckerfishnav li ul ul {
        margin:-18px 0 0 120px;
        }
    #suckerfishnav li li:hover {
        background:#ccc;
        }
    #suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
        color:#171;
        }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
        color:#dddddd;
        }
    #suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
        color:#171;
        }
    #suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
        left:-999em;
        }
    #suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
        left:auto;
        background:#eee;
        }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover {
        background:#1a1;
        }[/code:2rv6mccl]
    [b:2rv6mccl]I don’t know how to use[/b:2rv6mccl]2.jpg
    1-1.jpg
    I hope you can help me !  <img decoding=” title=”Smiley” />

    #5957

    You have a UL tag wrapped around your menu:
    <ul id="navtabs">

    And your stylesheet is not working … http://voso.co.cc/wp-content/plugins/mu … /style.php
    Perhaps try reinstalling the plugin to correct the stylesheet problem.

    #5958
    kegiaumat055
    Member

    Why do I can’t enter http://voso.co.cc/wp-content/plugins/mu … on-plugin/
    Although I have installed a few times

    #5959

    Sorry, but I don’t understand your question.

    #5960
    kegiaumat055
    Member

    Why don’t my stylesheet work ? http://voso.co.cc/wp-content/plugins/mu … /style.php
    Although I tried reinstalling the plugin

    #5961

    It may be caused by a server problem. I’m not sure what that would be though.

    To get around this problem, disable the plugins CSS file via the plugins admin page and add the CSS directly to your theme instead.

    #5962
    kegiaumat055
    Member

    Can you guide the detail for me ?
    what file do I have to add the css ?

    #5963

    Themes usually have a file called style.css which should do the trick.

    #5964
    kegiaumat055
    Member

    It has been active  <img decoding=” title=”Cheesy” />. But I don’t know how to use
    My menu is not multi-level menu

    #5965
    kegiaumat055
    Member

    I want to create a menu like this:
    I have a main (root) menu: Book
    I have 3 sub menus which are (such as): child books, programming (coding) books, and literature books.
    So, how can It show the sub menus when I move the mouse to the main menu?

    #5966

    You need to nest another unorded list inside one of the top level list items. The plugin does this by default with many of it’s various options including the ‘Pages’ and ‘Categories’ options.

    Or are you wanting to know something more specific? If you are then I will need to know more about what you wanting to achieve.

    #5967
    kegiaumat055
    Member

    I want to create horizontal menu like pages: http://capefearriverwood.com/
    Can You help me ?

    #5968

    What specific part of the http://capefearriverwood.com/ menu do want?

    The menu contents in that site are simply using the ‘Pages’ option I think.

    #5969
    kegiaumat055
    Member

    I tried to create the multi level menu but It didn’t work
    [b:714su83k]Menu Item #1[/b:714su83k]
    I choose [color=red:714su83k]Custom 1[/color:714su83k]
    [b:714su83k]Custom code 1[/b:714su83k]
    [code:714su83k]<li><a href="http://pixopoint.com/">Home</a></li>
    <li><a href="">Categories</a>
      <ul>
        <li><a href="http://pixopoint.com/categories/templates/">Templates</a></li>
        <li><a href="http://pixopoint.com/categories/plugins/">Plugins</a></li>
        <li><a href="http://pixopoint.com/categories/plugins/">WordPress</a></li>
      </ul>
    </li>
    <li><a href="">Pages</a>
      <ul>
        <li><a href="http://pixopoint.com/page1/">Page 1</a>
          <ul>
            <li><a href="http://pixopoint.com/page1/flyout/">Flyout</a>
              <ul>
                <li><a href="http://pixopoint.com/page1/flyout/test1/">Test 1</a></li>
                <li><a href="http://pixopoint.com/page1/flyout/test2/">Test 2</a></li>
                <li><a href="http://pixopoint.com/page1/flyout/test3/">Test 3</a></li>
              </ul>
            </li>
            <li><a href="http://pixopoint.com/page1/nested1/">Nested 1</a></li>
            <li><a href="http://pixopoint.com/page1/nested2/">Nested 2</a></li>
          </ul>
        </li>
        <li><a href="http://pixopoint.com/page2/">Page 2</a></li>
        <li><a href="http://pixopoint.com/page3/">Page 3</a></li>
      </ul>
    </li>[/code:714su83k]

    #5970

    The custom code is work fine and so is the menu.

    You just haven’t made the corrections I suggested 13 posts ago. Try making those corrections and you may have some more luck.

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