Nothing Shows Up…

Forums Forums Menus Nothing Shows Up…

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #786
    mmulia
    Member

    Hi there

    my site url is: http://www.menaramulia.com.my
    my theme is: cloudy

    I tried to install this Multi-level menus plugin, and I’m so look forward to seeing it works as I saw on the other sites the results are just amazing!

    But, no matter how I tried, I just cannot make it works…

    Where shall I post this code?
    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>

    [quote:1dicebv1]<body>
        <div id="root">
        <div id="header">
               
               
                <div id="heading">
                    <div class="description"><?php bloginfo(‘description’); ?></div>
                </div>
           
                <div class="menu">
                    <ul><li><a href="<?php bloginfo(‘url’); ?>">Home</a>
                    <?php wp_list_pages(‘title_li=&depth=1’); ?></ul></li>
                </div>
        [/quote:1dicebv1]

    picture9e.png

    Also, this is how I want it to looks like the drop down menu, according to the "-" I use pages, not posts, or shall I use posts???

    Someone can give me a heads up where shall I start?  :<img decoding=” title=”Roll Eyes” />

    Please and thanks!

    #6026

    Try the following:
    [code:21vb25a1]            <div id="heading">
                    <div class="description"><?php bloginfo(‘description’); ?></div>
                </div>
           
                <div class="menu">
                    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
                </div>[/code:21vb25a1]

    And if that doesn’t work, then try this (minus the .menu DIV tags):
    [code:21vb25a1]            <div id="heading">
                    <div class="description"><?php bloginfo(‘description’); ?></div>
                </div>
           
                    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>[/code:21vb25a1]

    Your current menu uses pages, so if you are just wanting to show the same top level menu items but with dropdowns for each one, then you would choose the ‘Pages’ option.

    #6027
    mmulia
    Member

    Hi please have a look at menaramulia.com.my am I on the right track?  <img decoding=” title=”Smiley” />

    thanks for your help Ryan I’ll now trying to fix the color and width etc…will post here again for update.

    thanks again

    #6028
    mmulia
    Member

    http://www.menaramulia.com.my

    Hi I have one problem regarding the menu bar editing

    Is it possible to put the current menubar (blue, a gif file) instead of the color code? if so how shall i insert it?

    Hopefully you can help thanks

    #6029

    Are you wanting to change the blue highlights in the top level to a graphical image? If so, then that will require some custom coding. You can insert an image for the non-hovered look, but there is no option to have a graphical hover unfortunately. In future versions we will likely have this functionality, but at this stage this is not possible.

    We provide custom coding such as this as part of our premium support membership … https://geek.hellyer.kiwi/premium_support/

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