Navigation Menu is a theme feature introduced with Version 3.0. WordPress includes an easy to use mechanism for introducing customised navigation menus into a theme. In order to incorporate menu support into your theme, you need to add a few code segments to your theme files.
0
votes
2answers
148 views
Remove the current item from a menu
I have a menu. It has two items:
the first is a link ("Index", www.domain.com)
the second one is a link to a category page
I have the requirement to remove the first link when I'm on the index ...
0
votes
1answer
212 views
Adding Nofollow to Menu on single post only [closed]
I use a menu side-wide but I want to make some menu items nofollow on single post only. Can any one help me how to do it?
Updated: I used the below mentioned code and it worked perfectly. Because I ...
0
votes
1answer
389 views
Menu that shows months and filters posts to show only posts from that month and shows posts as sub items
I've created a custom post type called news. On the page that shows all of my news posts i need to have a menu on the left side (sidebar) which shows months, i.e. October 2011, September 2011 and so ...
0
votes
1answer
266 views
What is the current page's Taxonomy?
I need to be able to switch between the current page taxonomy so I can load in the appropriate menu:
$current_tax = 'need to get this from somewhere';
switch ($current_tax) {
case 'tax1':
...
0
votes
1answer
592 views
How do I remove WordPress Custom Menus hover event and replace it with jQuery onclick?
I am using the WordPress (Appearance > Menus) feature to create a custom navigation menu. I created a menu item that has a dropdown and would like to activate the dropdown menu with a click rather ...
0
votes
1answer
334 views
WordPress Custom Superfish CSS Problem [closed]
The problem can be found here: http://themeforward.com/demo2/
Use my menu and navigate to Features > Shortcodes > Typography. Notice how the border ( ul .sub-menu { border:1px solid #000 } ) moves ...
0
votes
2answers
102 views
Creating a custom menu
I want to create a custom menu in the style below, can this be done? The code in brackets needs to grab the actual page content for each page.
<div class="menu-button-(page-name)">
<a ...
0
votes
2answers
1k views
Add section (add_settings_section) to a custom page (add_submenu_page)
I have a plugin page created with add_submenu_page. I want to add a new section there but nothing happens:
add_submenu_page('parent', 'Foo', 'Foo', 'manage_options', 'foo-settings', ...
0
votes
3answers
958 views
Add a #hash to the links in my custom menu
I have created a static frontpage where I load in the content of all my pages. Now I have a normal custom menu, but the links refer to the pages, for example: http://mysite.com/about
Now the I want ...
0
votes
1answer
71 views
Styling child custom menu pages
I have a custom menu created using Appearance > Menus which contains top level and child pages.
I would like to be able to indent my child level pages to give some sort of visual hierarchy to the ...
0
votes
1answer
425 views
How to change order of menu items
How can I change the ordering of menu items -- for example to make 'Wordfruit Copywriters' appear before 'How can you sell more of your product?' here: http://richardclunan.com/
Thanks, Richard
0
votes
3answers
1k views
500 Internal Server Error when Trying to Save Menu [closed]
I've got a few dozen pages in my menu. When I try to add new pages to the menu, then Firefox gives me the "connecting" message int eh tab and it eventually stops after a few minutes and gives me an ...
0
votes
1answer
1k views
How to set up suhosin.ini for unlimited menus
On my custom menus page, I'm getting a limit (e.g. the users cannot add more menu items). I have done some research and have found that my suhosin settings may not be allowing wordpress enough memory. ...
0
votes
1answer
121 views
menu in different page in different style
I have a one column page for the home page where I have a mega menu and in side the site there is another page called about us where the mega menu is present but it is in small format just like it ...
0
votes
2answers
140 views
styling mega menu [closed]
I am newbie to wordpress. In wordpress I have made a menu using mega menu plugin. But my requirment is to make a menu with different color in different tabs. Just like this site menu
so tell me how ...
0
votes
2answers
76 views
Pick out specific menu item from code
I'm using this bit of code to generate a menu:
<div id="menu">
<?php $args = array(
'depth' => 1,
'show_date' => '',
'date_format' => ...
0
votes
1answer
599 views
Show All Children of WordPress Menu
The code below shows the active sub menu of the Main Menu. It's nearly perfect, however, I need it to show ALL subitems of these sub items, and their children. AKA unlimited depth. Thanks in advance!
...
0
votes
2answers
332 views
Navigation list not correctly styled on pages with custom template (missing .current-menu-item)
My Wordpress site uses a custom front page (home.php). The blog page uses a template (blog.php).
However when I visit the blog page the navigation bar does not highligt the current page. This is ...
0
votes
1answer
314 views
Lightword Theme - only one menu item
Since I am pretty new to WP and the whole stuff i ran into a problem.
I am using the pretty-well known "Lightword" Theme. And today i've upgraded to the newest version.
It's now possible to add/edit ...
0
votes
1answer
358 views
New wp menu menu styling
Ok ,i am not a great fan of the menu of WP, but now it manage this inside pretty ok, i have to make theme that use that menu. Now for styling i am a bit challenge...
here is the problem... the menu ...
0
votes
1answer
238 views
Is there a limit to number of pages displayed for selection in custom menu?
I recently started working with a client who has over 400 pages on their WP site (yes, pages, not posts). Their menu needs to be redone, so I decided to go the 'custom menus' route. However, not more ...
0
votes
1answer
330 views
How to add extra, specific code into the middle of a WP 3.0 custom menu? [closed]
I have a client who's designed a menu with a tricked-out dropdown for the child pages of only one parent page, and he'd like to have it use the new custom menu option. I know how to code custom menus ...
0
votes
0answers
690 views
nav-menus.php hangs and doesn't finish loading menus
I have one custom post type and two custom taxonomies with some 30 items each (business types and location). I dont know if this is part of the problem, but after about 20 items the admin page ...
0
votes
2answers
272 views
Creating Multiple Menus in the Thesis Theme?
How can I add three menus to the Thesis theme? I want a menu above the header image, one below the header image and one in the footer. A neat step by step instruction like this for Twenty Ten would be ...
0
votes
1answer
834 views
menu doesn't show in different languages
I have a custom menu on a site with multiple languages (WPML plugin)
The menu is not being displayed in any languages other than native.
Can the menu be translated?
Can the menu be shown in all ...
0
votes
1answer
42 views
Site with all content on the front page
I would like to achieve the following:
all the content is displayed on 1 page (the front page)
the content is organized in sections
the content for each section can be edited separately
each section ...
0
votes
2answers
118 views
How to make navigation a <select> list without a plugin? [duplicate]
Possible Duplicate:
Show a WP 3.0 Custom Menu in an HTML Select with Auto-Navigation?
I have tried several solution for this, but none of them worked.
I managed to make the nav list into ...
0
votes
1answer
844 views
Adding Pages to Menus - No Page Hierarchy in Backend [duplicate]
Possible Duplicate:
How to add a custom metabox to the Menu Management admin screen?
In the backend of Wordpress, under Appearance -> Menus it allows you to add different post types by ...
-1
votes
1answer
37 views
Why there is a gap between <UL> and it's container (A drop down menu in wordpress) [closed]
This drop down menu works well in HTML but when i move it to wordpress template, there is a gap between and it's container (.menu-top-container).
when the mouse on the menu you will find the gap.
...
-1
votes
1answer
158 views
Creating a Horizontal menu
i'm new to creating wordpress themes and want a menu at the Top of my page.
I do have the following:
Header.php
<html>
<head>
<title>Tutorial theme</title>
<link ...
-1
votes
1answer
189 views
How to create a custom WordPress navigation menu?
I hired a designer to create a custom website for my startup home business. Two years later the site is uploaded onto WP but I can't do a thing with it. The site is password protected as it is still ...
-1
votes
1answer
62 views
How can I make this process automatic?
I have a Bakery page. Every time I add a child page such as cakes, I would like to add the page title cakes to a custom taxnomy. I also want to add this child page to a menu which displays these child ...
-1
votes
3answers
60 views
Adding a post to a page
I would like to know how I can add a specific post to a specific page? It would be great if anyone can suggest a reference to this problem.
Do I need to create a post category to relate with a page? ...
-1
votes
2answers
94 views
Change menu item order
My primary navigation menu consists of pages, categories, and custom taxonomy. It appears to be in a random order. How do I adjust the order of the links? (the drag/drop in wp menus panel doesn't seem ...
-1
votes
1answer
409 views
Should I custom code drop down menus or use a wordpress plugin?
EDIT -- Hopefully my question is more clear
What is the best practice for wordpress dropdown menus:
Custom CSS (editing styles.css)
Using a WP Plugin
I'm leaning toward coding it myself from ...
-1
votes
1answer
215 views
Make a Custom template for a specific category in wordpress
I am having issue with a custom category template. I want to create a new template for my specific category "VIDEOS" so that all posts under this category show in new style. Basically, i want to show ...
-1
votes
1answer
2k views
Is there any way to change the CSS class applied to 2nd level sub menu ul's?
I'm running into a problem trying to style a drop down menu with a second level. Wordpress seems to apply the same .sub-menu class to any and all sub menus, and I can't figure out a reliable, ...
-1
votes
1answer
2k views
Add “sub-nav” class to a sub menu parent item
i have a problem. I have an CSS Dropdown Menu. The HTML Code of the is this:
<ul id="nav">
<li><a href="#">Home</a></li>
<li><a ...
-1
votes
1answer
527 views
Changing color of specific tab of top menu !
I am messed up with a problem and still i am unable to find it's solution. I am trying to change color of only 1 tab in whole navigation menu !
I mean if my navigation bar include 5 tabs and i want ...
-1
votes
1answer
106 views
How can I alter the visible menu according to which level I am on [closed]
I want to be able to alter what is visible in the menu according to which level in the site structure I am on, for example
on top level page:-
Home
Level 1 page (Current)
-Level 2 page
-Level 2 ...
-1
votes
1answer
197 views
How to highlight current menu bar base on the URL?
==================================
Home Contact About
==================================
For example, The menu should looks like
==================================
Home Contact About
-------
...
-1
votes
1answer
116 views
Menu in widget with yahoo style
I would like to know the procedure to put my categories in the left menu on the widget in the same style of yahoo
I like this style:
ScreenShot-> ...
-1
votes
1answer
10 views
How to reduce space between menu and page content? on Themify - funki theme [closed]
It would be great if someone could help me with this... I would like to reduce the space between my post (a picture) and the main menu, how do i customise the padding(not sure if it called padding)! ...
-1
votes
0answers
29 views
Ajax tabs not animating content
I am having some trouble with jquery ajax in Wordpress. I want Ajax to load content from other pages in a div called "place-content". They are loading but it jumps to the top of the page every time a ...
-1
votes
0answers
28 views
How to make image menu items responsive as a combined group in twenty-eleven [closed]
I am using a twenty-eleven child theme for a static website (www.notquitenormal.net) using images as menu items rather than the default text and there are up to five images on any page menu.
My ...
-1
votes
1answer
48 views
How to centre menu items on horizontal nav bar? (e.g. make margins equal) [closed]
I'm currently working on building this site:
http://2013.whitehallrow.com/
I would like to centre the menu items so that there isn't the large gap after "Row Club" on the right. I've tried to locate ...
-1
votes
1answer
58 views
Roots-theme dropdown bug below 979px [closed]
Im using the wordpress theme "roots". If the width of the site is below 979px the navigation disappears and the tablet menu-button appears.
If you click on a dropdown-menu, the height of the ...
-1
votes
2answers
76 views
Wordpress menu links with images & class selection
<ul>
<li class="selected">Link 1<img src="images/slash.png" /></li>
<li>Link 2<img src="images/slash.png" /></li>
<li>Link ...
-1
votes
1answer
182 views
Creating an accordion style menu
Is there any way to create a menu with dropdown list like the image below in WordPress ?
click to enlarge ⤴
Here, when we click on [+] sign the dropdown menu shows up, I can manage the CSS, but ...
-1
votes
1answer
76 views
Add items to a menu dynamically
I'm doing a site in WP with dynamic and static content. I'd create the menu from the admin panel. I have 5 sections (Home, about, Boats, News(blog), contact). I'd create a custom post type with new ...

