Re: [CONSOLIDATED] Menus in WordPress 3.0
Thanks!
Very easy!
thanks a lot!!!
Arras WordPress Theme Community Forums
Community support for Arras and other WordPress projects
You are not logged in. Please login or register.
Arras 1.5.2-RC2 Now Available: Download Here
Forum Rules: Please ensure that you have clearly read and understood the forum rules before posting.
User Confirmations / Password Reminders: Please check your spam folder before emailing for help if you have not received the confirmation or password reset emails.
Damn Wp 3.0 Menu Builder fuck...^^
I had a menu with an cool hover effect: When you hover you saw a picture.
now, it doesnt work no more. And when i add an <img tag to the HTML-Attribut title (optional) it also doesnt work.
what can i do
? i want my fucking hover effect back
(in the navigation in the sidebar you can see the effect. plz hover "Accessoires und Schmuck")
Works great.
However, the drag and drop function did not work for me using google chrome (firefox worked fine). I don't know if anyone else had that problem, or if there is a more appropriate place to report a bug like that.
Thanks.
I'm new to the WP blogging scene so please forgive my foolishness.
I have been trying to add a menu to the top bar for about 2 hours and while I'm able to create several menus I can only get 1 to show up on the top Nav.
My site (Changing it from Mystique to Arras)
http://www.glaven.net/
Any help would be greatly appreciated!
Shawn
I would like my menu to perform like this site
http://www.popbunker.net/
You only need one menu. Just add multiple items and use drag and drop to change the place where you want them to show up.
OMG!
Thank you sooooo much!!
I feel like a jackass. An elated jackass. ![]()
I tried using Wp's Dashboard for creating a navbar in the Appearance > Menu and it gave me an error saying:
The current theme does not support the Navbar
Someone help me please.
Yes, it gives that error but the menu does show. Or you have an older version of Arras.
Hello Gurus
I haven't been able to find an answer to this question, so I'm sorry if it has been asked before.
I have a fledgling multilingual site using Wordpress 3.0, Arras 1.4.3.1 and the WPML plugin (1.7.9).
www.tsukubascience.com
The problem is that the top navigation menu (a custom menu) shows up in Japanese (default) but not when switched to English. This only started after upgrading to Arras 1.4.3.1 (I think I was using 1.4.2 before ?). It all works fine if I switch to the Twenty Ten theme so I suspect it is not just the plugin.
Is anyone else having this problem? Do you have any advice?
Thanks.
Oh and by the way, thanks for a great theme.
@Matto : This is because WPML still not support officially the multilingual custom menu. Basically jsut wait for the 1.8.0 version to be out soon for that support.
(I have a slighly different problem : menu isn't showing in my second language
)
Enjoy !
Thanks Trouffman
I just checked the WPML blog and it looks like we won't have to wait for much longer.
Cheers
Put both the parent and the child in. Put the child under/next the parent.
Like this:
This is awesome!
Thanks Trouffman
I just checked the WPML blog and it looks like we won't have to wait for much longer.
Cheers
It's now okay ! Upgrade your WPML to 1.8.0 then create one menu per language
this is a fix as now they plan to make it better soon ![]()
Can anybody help me?
I can't arrange menu items. I cant order them and I cant make nested menu. Because I cant drag and drop.
I use 1.4.4b1
Last edited by voldemort1923 (2010-07-13 15:58:05)
Can anybody help me?
I can't arrange menu items. I cant order them and I cant make nested menu. Because I cant drag and drop.
I use 1.4.4b1
I solved the problem by deactivating whole plugins. Probably one of them avoid Menu feature
Hi,
I have WP3.0 and Arras 1431.
I am developing a website with Arras which will have 100+ pages, written as posts / pages and which will form part of the dropdown menu.
While the WP3 integrated menu works well on small sites, it isn't very automated on a larger scale. From what I can see it isn't using the wp_list_pages() which is very automated. For example, you add a new page, or category and you then need to go to Menu settings to add it in. It won't be too bad when my site is fully updated, but a royal PIA now.
So, can you recommend another Dropdown menu plugin which works well with Arras, which will automatically list all pages and categories, and yet have some customisation as to order, omissions?
Also, if I use the WP3 menu, how can I have a no-link? That is if I have a main link Places (empty category), followed by child link 'China' (empty category), how do I then #no-link that child, so the only the third-level opens child-links for actual posts in categories: Beijing, Shanghai, etc?
Thanks for your input.
Multiple Custom menu's - Controlling which goes to the navbar
Hey Gang,
I think I have one not asked yet.
I see how making a custom menu, will send that menu to the nav bar.
Then, I made a second custom menu (because I need a different custom menu in the sidebar, than in the top nav).
It seems, the top nav, will display the last custom menu made... with no ability to select which custom menu goes to the top nav.
I guess I could delete my first menu (meant for the top), and make it again.
Theoretically appearing as the last one made.... but that's a kinda sloppy process for moving forward with.
I'm on Wordpress 3 (guess you all figured that :>)
and Arras 1.4.3
Is that addressed in one of the higher version beta's?
or any advice on how I can specify which of the menu's appears in the top nav?
Thanks
-Dave
It's adressed in the beta's.
hey,I'm new here! our website blog is using Wordpress 3.0. I have a qustion. Wordpress 3.0 has just been officially released. Should everyone with an Arras site built using a previous version of Wordpress upgrade to 3.0 or will that cause problems? Thanx.
RE: Multiple Custom Menu's - addressed in Beta's
Hey Extatix, thanks for the quick reply.
I'm moving into production, so curious how the Beta's are coming along towards official release.
Is there a release milestone in mind?
Thanks
-Dave
I posted this under General too, sorry for the double post.
Using WP3 and Arras 1.4.3.1. I've created pages and with the WP Menu tool have got them to show up in my nav bar properly. Problem is, when I click a page link, I get a page not found error. I don't understand why, am I missing something obvious? Sorry, WP newbie.
Thank you Sunshine Florida Girl and Caustin,
This is perfect and exactly what I have been looking for.
Allows me to comment out custom menu, keep my current elaborate menu.
Build the menus in 3.0 while still seeing them in the active site and then when complete reinstating
custom menus in 3.0 - no experienced down time to the user while I rebuild menus in 3.0
Thank you - thank you - thank you
AMADO
www.cec.fiu.edu
SunshineFloridaGirl wrote:
To continue using the current menu you have, look in the header file and comment out code like this:
/*
if ( function_exists('wp_nav_menu') ) {
wp_nav_menu( array( 'sort_column' => 'menu_order', 'menu_class' => 'sf-menu menu clearfix') );
} elseif ( function_exists('pixopoint_menu') ) {
*/
if ( function_exists('pixopoint_menu') ) {
pixopoint_menu();
Fixed it for me
Thank you Sunshine Florida Girl and Caustin,
This is perfect and exactly what I have been looking for.
Allows me to comment out custom menu, keep my current elaborate menu.
Build the menus in 3.0 while still seeing them in the active site and then when complete reinstating
custom menus in 3.0 - no experienced down time to the user while I rebuild menus in 3.0
Thank you - thank you - thank youAMADO
www.cec.fiu.eduSunshineFloridaGirl wrote:
To continue using the current menu you have, look in the header file and comment out code like this:
/*
if ( function_exists('wp_nav_menu') ) {
wp_nav_menu( array( 'sort_column' => 'menu_order', 'menu_class' => 'sf-menu menu clearfix') );
} elseif ( function_exists('pixopoint_menu') ) {
*/
if ( function_exists('pixopoint_menu') ) {
pixopoint_menu();Fixed it for me
I had the web expert in work look at this and the coding he changed is slightly to different to that of above. Nevertheless it's now fixed. The problem is this coding fixes the navigation menu, not the top menu.
Anyone know how to fix that?
See my site for reference.
Amado wrote:Thank you Sunshine Florida Girl and Caustin,
This is perfect and exactly what I have been looking for.
Allows me to comment out custom menu, keep my current elaborate menu.
Build the menus in 3.0 while still seeing them in the active site and then when complete reinstating
custom menus in 3.0 - no experienced down time to the user while I rebuild menus in 3.0
Thank you - thank you - thank youAMADO
www.cec.fiu.eduSunshineFloridaGirl wrote:
To continue using the current menu you have, look in the header file and comment out code like this:
/*
if ( function_exists('wp_nav_menu') ) {
wp_nav_menu( array( 'sort_column' => 'menu_order', 'menu_class' => 'sf-menu menu clearfix') );
} elseif ( function_exists('pixopoint_menu') ) {
*/
if ( function_exists('pixopoint_menu') ) {
pixopoint_menu();Fixed it for me
I had the web expert in work look at this and the coding he changed is slightly to different to that of above. Nevertheless it's now fixed. The problem is this coding fixes the navigation menu, not the top menu.
Anyone know how to fix that?
See my site for reference.
if i understand you correctly you want to add top navigation menu ......???? i'm not sure if is that is what you are asking... but to add a top menu
go to menus in wp admin and on the top left side you will see theme menu location,, choose one menu for the top and one for the main ....
Took me a little bit to figure out, but when I did, WOW! Everyone here helped a bunch, your questions were my questions. ![]()
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 9 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.065 seconds, 13 queries executed