Tagged Questions
0
votes
2answers
127 views
How can I add a delay to the collapsible menu in Twenty Eleven?
The navigation menu closes immediately upon moving the mouse outside of the menu item's area. How can I introduce a delay that will keep it open a second or less to keep visitors from becoming ...
0
votes
0answers
67 views
Menus aren't displaying in navigation bar in Chunk Theme [closed]
I'd like to create custom drop-down menus on the navigation bar where I could then nest particular posts that belong to particular categories.
For example, I'd like to have a "Personal Style" menu ...
3
votes
4answers
9k views
wordpress nav menu using twitter bootstrap
I'm using twitter bootstrap in my theme.
I'm trying to use bootstrap menu in my theme. But it use custom attributes like data-toggle.
Here is the full code.
<ul class="nav">
...
1
vote
1answer
714 views
Show Home Link In wp_nav_menu but only on primary menu
This function adds a home link into my nav menu, but it is added to 3 other menus I am using as well. I don't quite understand where to add code to only display in my primary nav.
function ...