It sounds like the click event is being bound to your .menu-toggle button more than once.
One possible fix is to unbind the click event first, but this is not ideal:
$('.menu-toggle').unbind('click').click(function () {...
https://stackoverflow.com/questions/3829871/slidetoggle-executing-twice-in-one-call
A better solution would be to try and work out how the click event could be added twice?
Also, it seems like in your code:
$('.third-menu-nav').slideToggle("slow", function () { ...
Should be:
$('#third-menu-nav').slideToggle("slow", function () { ...
Related Posts:
- wp_get_nav_menu_items() not working with slug
- Error “Trying to get property of non-object” with Custom Walker for wp_nav_menu
- Add Class to Specific Link in Custom Menu
- How to avoid wp_nav_menu() ID conflict?
- Remove unusable metaboxes in nav menu management screen
- Highlight parent menu item when child is not in menu
- wp_nav_menu() loses ‘current-menu-*’ classes on single product page within category
- How is custom menu hierarchy output handled?
- Creating new dynamic menu including BP links [closed]
- List parent item with all child item on child pages
- Output the aria-labelledby parameter for a nav menu child
- Hide menu items for visitors and filter based on role
- Add a “has-children” class to body tag?
- Custom Nav Walker sub-menu HTML construct
- How to remove trailing tags from wp_nav_menu walker
- How to scroll item in the Menu setting effectively?
- Building custom API and using wp_get_nav_menu_items to get menu items. Only works when logged in, returns nothing when I’m not
- How to display dynamic content in start_lvl function
- Partial refresh of menu in customizer not working?
- Appearance -> Menu -> Menu Structure : Add plain HTML code as an element
- Add custom -element to wp_nav_menu
- Disable automatig SVG tag from menu
- wp_nav_menu add some element to container
- Different fields available for different sites when when customising Menu’s
- get_search_form() doesn’t appear to take parameter into account
- Custom menu deletes itself
- Find out if a page has no parent
- show different admin menu to different user roles
- How to include a third level with wp_get_nav_menu_items function
- Can’t include Language switch in Nav Menu
- Using website header, menu and footer on WordPress blog
- Bulk Custom Menu and Wp-Ecommerce
- Can only get one of two custom menus to display
- Reuse a custom WordPress menu on another WordPress website
- How to dynamically populate a dropdown
- wp_nav_menu not working [closed]
- Default WordPress menu content
- How to make next and previous button based on a menu
- How to combine multiple categories in one Menu item?
- WordPress Menu Walker: add #hashes to child page links (only)
- add_filter on menu items to add a menu item
- WordPress Walker – Group two items?
- Custom Menu’s – Disable Link checkbox
- Unlimited WordPress Menu
- Using my WordPress menu on another platform
- Header and nav menu problem on Thesis site [closed]
- Remove a menu sub-item
- How to remove menu labels in word press?
- modify menu item links dynamically
- Adding numbers inside a span tag in nav menu [closed]
- I’m using wp_nav_menu to display my menu, but I want one more link in there that is a hardcoded link. How can I do this?
- Is there a hook for nav menu item links to add custom css programatically?
- sub menu link is not working
- Disable parent in wp_list_pages – WordPress
- Add scheduled page or post in the menu section on back-end
- Hoverable menu to appear in different sections of page
- Show Sidebar Menu Subpages When Clicking Parent
- Secondary menu in WP 4.5
- Change link in menu on condition
- Current User In Custom Menu Item URL [closed]
- Creating other page than page.php
- Appearance > Menus > Left Sidebar > Add Toggle
- Custom menu styling
- Additional navigation bar in header
- Dynamically populate the menu when a new category is created
- Is there any difference between widgets (used in order to manage menus) and register_nav_menus() in terms of performance?
- Menu items not clickable
- How do you show horizontally the submenu in WordPress using the nav walker?
- Adding menu title to custum URL
- Add “onclick” option to header menu item
- Full submenu not displaying in wordpress
- Mobile menu not working – jQuery error?
- show a hidden ul if li is active
- How can I make menu items into two seperate buttons with different functions?
- Responsive Dropdown Menu
- Header lists posts instead of showing primary nav menu
- How to separate sub-menu output and keep associated with parent
- Different colors for navigation bar
- Eliminate menu collapse button on website
- Best way to build a 500 item menu
- Count Level 1 Childs for Custom Nav Walker WordPress
- Iterate through each menu item into a shortcode
- Showing main menu and child menu in diffent places in a same page
- “Static” Child Menu with Accordian
- Display same menu for parent and all its children
- Image menu on responsive WordPress
- Set a different home link in nav menu
- Specifying Class style for Menu
- Auto Filled Custom Menus for Custom Post Types?
- How to view menu and submenus in URL
- Permalinks linking to similar named site
- Adding Pages to Menus – No Page Hierarchy in Backend [duplicate]
- Custom navigation / menu output (walker?)
- How does WP knows which template to use for a page
- Problems with draft website pages
- Active Navigation Class Based on URL on icon
- Rename Menu icon in Twenty seventeen theme
- WordPress Menu – Adding a new dynamic element to the menu
- One item on menu is not clickable when it should be
- Critical Error when editing menu