The navigation-bar tag has no wiki summary.
0
votes
1answer
58 views
Sticky menu for WP custom menubars
This seems simple, except that I am not able to figure it out.
In a wordpress theme, how can I make a custom menubar below the header image stick at the top after scrolling down the page?
Example ...
0
votes
2answers
174 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 ...
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
473 views
Now can I group custom post types together?
Now that wordpress 3.1 is out, where is the documentation for grouping custom post types together in the wp backend?
0
votes
1answer
220 views
twentyeleven theme: Where is the code that handles moving the search bar on resize?
When twentyeleven theme gets too small, the search bar that was in the nav bar is moved up into the header image. My question is, where is this behavior handled in the theme? I would like to modify it ...
0
votes
1answer
58 views
Repeated nav bar queries failing to be cached
Every time a page view occurs, wordpress is sending a complex non-indexed query below. The exact same query is sent over and over and it seems that it is being passed through some "caching" code. But ...
0
votes
0answers
71 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 ...
1
vote
1answer
122 views
Why are navigation items saved in the database?
Maybe I am just not grasping the concept of WP right here but why is everything in Wordpress stored as a post of some type? I have a custom set of tables that house hundreds and thousands of items. I ...
0
votes
1answer
97 views
How do I change the default wordpress navigation header that comes with my theme?
THis questions is in general and applies to all themes. I would like to change the design by creating my own custom navigation bar and then coding it into my wordpresss site. I am a complete newbie ...
0
votes
1answer
91 views
navigation among single posts
In the twentyeleven theme each single post page has two navigation links which point to previous and next post, irrespective of the search made by the user. That is, the next post is the successive ...
1
vote
1answer
160 views
which is the best way to customize nav-menu-template.php?
I have modified the function start_el in nav-menu-template.php substituting $item->ID with $item->title so that the html li elements in menu have a more readable class names. In detail, I have ...
0
votes
1answer
69 views
How to create an user defined page?
I have created a file example.php in the default site directory. I want to have the facilities of an Dashboard-Created-Page like the theme,navigation bar,navigation bar, header,footer etc..
0
votes
1answer
190 views
Show wp_nav_menu() based on URL with no fallback
I have specific wp menus for each url.
When I encounter a url that has no matching wp menu I dont want any nav. So far it seems if none is found it will show a default nav or pick one of the existing ...
1
vote
1answer
783 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 ...
0
votes
1answer
233 views
Navigation that Runs Above and Below Header Image
Is there a way to have a navigation div(s) on the Twentyeleven theme or similar themes that runs over the header image and finishes below the header image?
Basically so overflow runs below the image.
...
0
votes
2answers
2k views
How to remove the Navigation Bar (prim. and sec.) from the Homepage for the Genesis Framework?
How to remove the Navigation Bar (prim. and sec.) from the Homepage for the Genesis Framework?
0
votes
2answers
224 views
Updated WordPress, now Navigation is Messed Up
I recently updated the WP of a friend's site that I'm working on. Now his navigation bar is messed up and I'm new to WP so I'm not sure where to go to fix it.
Here's the site:
...
1
vote
2answers
397 views
Inserting specific images inside navigation menu
I have a navigation menu that I hard-coded into a recent theme that I developed. Now, it would be a lot easier (and more customizable) to just build this navigation menu using the intrinsic ...