- This topic has 4 replies, 2 voices, and was last updated 15 years, 6 months ago by imported_Ryan.
-
AuthorPosts
-
May 4, 2009 at 5:55 am #786mmuliaMember
Hi there
my site url is: http://www.menaramulia.com.my
my theme is: cloudyI 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]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? ” title=”Roll Eyes” />
Please and thanks!
May 4, 2009 at 9:00 am #6026imported_RyanMemberTry 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.
May 4, 2009 at 4:21 pm #6027mmuliaMemberHi please have a look at menaramulia.com.my am I on the right track? ” 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
May 5, 2009 at 4:02 am #6028mmuliaMemberHi 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
May 5, 2009 at 7:15 am #6029imported_RyanMemberAre 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/
-
AuthorPosts
- You must be logged in to reply to this topic.