• 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)
  • 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.

    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.