Tagged Questions
0
votes
0answers
38 views
How to create a dropdown menu on Origami theme
I'm doing a Wordpress website using the Origami theme; in this website i have a navigation bar with the page "Blog" in it. When I hover the cursor of the mouse on the page "Blog" I want to create a ...
0
votes
0answers
19 views
Website Menu order change when we look in Iphone Drop Down menu
I am Working on A Site. their is showing some Menus in Header Like A, B, C,D etc.
Their is Also one More menu in header Like X, Y, Z etc.
When I am Looking this Site then Menu are Showing in ...
1
vote
1answer
884 views
Bootstrap drop down menu with wp_nav_menu
I am trying to build a Wordpress theme with boostrap, but the nav menu is giving me some trouble. I would like the dropdown to work like boostraps dropdown, but I do not know how to do this.
This is ...
1
vote
1answer
815 views
Wordpress 3.5 dropdown menu
I'm pretty new with wordpress and I want to create my own dropdown menu without the use of any plugins. I have a few questions about this. I already did some research but there are some things i do ...
0
votes
1answer
308 views
How to use wp_category_checklist()?
I've recently discovered that we can insert a dropdown list of categories like this:
<?php
define( 'WP_USE_THEMES', false );
require( './wp-load.php' );
?>
<?php ...
1
vote
1answer
146 views
Recreating the hierarchy of taxonomies for a dropdown form menu?
I have a form that contains a dropdown menu. This form is on a page form.php and is not part of my theme. It exists outside of my site. This dropdown menu contains my list of values for a custom ...
-1
votes
1answer
407 views
Open WordPress Page from selected option dropdown
Code/process to get option dropdown menu selection to open page in WordPress with php?
Tried all kinds of plug-ins, widgets, but none will make menu that fits requirements of project so far.
...
0
votes
1answer
105 views
Dropdown menu on click change
Im working on a website where I need to create a submenu that shows only the parent pages.
When I click on one of the parents it has to show the children from that parent.
Here is the menu hierarchy ...
2
votes
1answer
165 views
Does Extending Multiple Nav_Menu_Walkers Allow Nested Menus?
Essentially I'm trying to add multiple sub nav menus and I'm pretty close but I just can't seem to find the right tack to solve my problem ...
I'm using a variation of a Stu Nichols CSS Menu ...
...
0
votes
2answers
101 views
Replace the slug of parent pages with # [closed]
I'm creating a Wordpress site with a Superfish CSS3 / Jquery dropdown menu, complete with hoverIntent as displayed here:
http://users.tpg.com.au/j_birch/plugins/superfish/#examples
As far as I can ...
0
votes
1answer
223 views
How to add an <img> tag when a menu item is a dropdown(or has a sub-menu) [duplicate]
Possible Duplicate:
Adding a class (arrows) to main menu links that have children?
I have two, very basic css dropdowns in my menu. I want to be able to add an arrow next to the dropdowns ...
-1
votes
2answers
464 views
Wptouch dropdown menu disappears behind flash embed in post! (Although post stays behind menu as it should,so just see floating embed!) [closed]
Hi guys this one has me stumped, fingers crossed someone has come up against it or can answer my wordpress riddle!
I'm using wptouch, and when in a post with an object embedded from say issuu.com, ...
0
votes
1answer
421 views
How to develop a menu like wwe.com?
I would like to design and develop a WordPress menu like wwe.com's menu where it has multiple columns, images and a video section in drop down menus.
I can create a multi-column menu, but I'm not ...
0
votes
1answer
428 views
dropdown menu, with walker
I'm using the following walker to create a dropdown menu that I will use on a mobile version of a project I'm working on... it works fine, however, when I select the page, it doesn't load the page, ...
-1
votes
1answer
410 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 ...
3
votes
2answers
689 views
Show child pages by menu order using Superfish Dropdown menu?
I'm using the superfish dropdown menu to create a drop down menu.
It's created the menu fine showing all the parent pages with the child pages in drop down's below.
The only problem I have is that ...
0
votes
2answers
936 views
Dropdown primary navigation menu not working
I have installed a theme on WordPress added pages, created a custom menu called Primary Nav.
I have then assigned this as my Primary Menu. I have child pages and the menu looks like this.
I have ...
-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
vote
1answer
115 views
Menu item with no page, but with dropdown
I am using 2010 theme menu. Is it possible to have a menu item that has a drop down when hovered, but will not click though to a page/post. Just a dropdown, using the wp_nav_menu.
1
vote
2answers
9k views
How to Create a Custom WordPress Navigation Menu with the Code?
Without using plugins, how to create a custom WordPress navigation menu with the code?
I have Wordpress ver 3.2.1
and Buddypress ver 1.5.1
I would like to create a menu like this:
click here
I would ...
13
votes
2answers
12k views
How to use wp_nav_menu to create a select menu dropdown?
I'm using the following inside the wp_nav_menu function to create a select dropdown menu where each menu item is an option in the select dropdown...
'items_wrap' => ...
18
votes
2answers
13k views
Any docs for wp_nav_menu's “items_wrap” argument?
I'm using wp_nav_menu and am trying to create custom output for the sub-level drop downs. I came across the "items_wrap" argument but there's really not much information as to what it is, how it ...