Tagged Questions
0
votes
1answer
539 views
Tab menus with horizontal and vertical tabs [closed]
Has anybody seen more examples of tab menus like the one on this page with horizontal and vertical tabs?
http://www.hmag.com
I need to create a page with tabs where the tabs at the top are the ...
0
votes
1answer
126 views
How can I only show one responsive menu on mobile devices?
Here's my site: http://dev.shoeporn.com/
I'm running WP 3.5 and using this plugin: http://wordpress.org/support/plugin/responsive-select-menu
It is supposed to allow you to select which menus you ...
0
votes
1answer
104 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 ...
0
votes
1answer
547 views
Setting parent menu item href to javascript:void(0) [closed]
Ok, worked out how to do it, but wanted to know if this is the preferred method of doing it or if there was a better way.
What I have is this..
<script type="text/javascript">
...
0
votes
1answer
168 views
if is_home(), change class of menu-item-225 of wp_nav_menu
Thanks for taking the time to check this out. I know it's outdated, but I'm using Wordpress 3.2.1.
I have a Custom Home Page - where I created a Page for it and titled it as my Home Page with the ...
-1
votes
1answer
237 views
How to add a hash tag to the menu URLs? [closed]
I currently use AJAX in my theme to load the main content. I want the menu to be highlighted on the current page.
The script I'm using for AJAX puts a "#" in the URL .. (ex: http://localhost/#/bio/)
...
0
votes
1answer
419 views
How do I get my nav menu to show sub pages?
http://webdesignsalemoregon.com/westernmennoniteschool/ is my website.
I've got the top menu which is the one that was in the theme when I started to customize it. It's got a test drop down that ...
0
votes
3answers
157 views
Add jQuery function to media button
I have added a custom button to the media actions in a custom theme,
function wp_myplugin_media_button($context) {
$wp_myplugin_media_button_image = ...
2
votes
4answers
2k views
Adding a class (arrows) to main menu links that have children?
I'm wondering if it is possible to add different classes to second/third/fourth/etc-level items that have children in Appearance > Menus tree?
That's how I call the menu:
<?php $menu_args = ...
1
vote
1answer
1k views
jQuery Hoverintent plugin in TwentyEleven Menu [closed]
The default menu in the TwentyEleven theme is quite nice, pure CSS, but unfortunately, way too responsive and quick. It would be so nice to have it respond the same exact way with which the admin bar ...
1
vote
1answer
681 views
simple expandable vertical menu, java script problem
I am trying to create a simple expandable menu in wordpress.
Bellow you can see the javascript I am using (copy and mix from internet).
<script type="text/javascript">
...
1
vote
1answer
247 views
add JS to multiple plugin admin pages
For a WP Theme with multiple admin screen (got its own main menu and some submenus), I want to add a common Js script to load on (only) all these pages.
I know how to acheive this using the pagehooks ...