Title: Drop down menu
Last modified: August 21, 2016

---

# Drop down menu

 *  [aprilfiske](https://wordpress.org/support/users/aprilfiske/)
 * (@aprilfiske)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/drop-down-menu-88/)
 * My site has a feature that shows different categories in a drop down box. The
   box sometimes won’t drop down and people need to refresh the page to get the 
   function to work. Also, after the problem occurred, I downloaded a widget to 
   reorder the categories in the drop down and that’s not working in the order I’d
   like either. Is there anything on my end I can do to fix that? It’s a fairly 
   new issue that I’m having.
 * aprilfiske.com

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Red Deer Web Design](https://wordpress.org/support/users/bdbolin/)
 * (@bdbolin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/drop-down-menu-88/#post-4987041)
 * How is the drop down being displayed? Are you using a plugin, or added specific
   code into your template?
 * It looks like perhaps the jQuery isn’t loading for the drop down to work the 
   first time.
 *  [Pyrate.Ned](https://wordpress.org/support/users/pyratened/)
 * (@pyratened)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/drop-down-menu-88/#post-4987045)
 * Hello aprilfiske,
    Here is what I found, there is javascript firing when you 
   enter “mouseover or mouseenter” over a nav button. It keeps firing and doesn’t
   stop and is erroring out. Which is why once you have hovered over any nav links
   your drop down menu stops working. Start looking in your javascript for mouseover
   or mouseenter on your nav classes and id’s, every anchor link in the code below
   sets off the bad javascript
 *     ```
       <ul class="nav superfish sf-js-enabled" id="animate">
       							<li class="page_item"><a href="http://aprilfiske.com" style="background-position: 0px 0px;">Home</a></li>
       									<li class="page_item page-item-5"><a href="http://aprilfiske.com/resume/" style="background-position: 0px 0px;">Resume</a></li>
       <li class="page_item page-item-14"><a href="http://aprilfiske.com/demo-reel/" style="background-position: 0px 0px;">Videos</a></li>
       <li class="page_item page-item-20"><a href="http://aprilfiske.com/contact-info/" style="background-position: 0px 0px;">Contact Info</a></li>
       		</ul>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Drop down menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Pyrate.Ned](https://wordpress.org/support/users/pyratened/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/drop-down-menu-88/#post-4987045)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
