I’ve managed to sort this All I needed to do was remove these lines.
$output .= "</div>";
$output .= "</dropdown-link>";
$output .= "</div>";
Related Posts:
- Admin: sub menu doesnt display under apperance when activate my themes
- Theme: dropdown hover menu not showing up in IE/Edge
- WordPress API Menu/Submenu Order
- Add custom classes to anchor in wp_nav_menu
- Select menu on browser resize
- Displaying wp menus by name without using theme locations
- How to highlight the current page in the nav menu?
- Setting a Default ‘Theme Location’ When Creating a Menu
- Custom Nav Walker to show siblings and children of current branch?
- Create self-populating menu and add extra divs to the menu layout
- Where is definied the theme location for the main menu in a WordPress template?
- Find the Children of a Page then Echo it as a Bulleted List of Links (menu)
- My Admin bar covers my sticky navbar [closed]
- wp_post->post_parent object returning 0
- How to make theme elements customizable in wordpress?
- Single-level menu option? Another way?
- Where am I doing wrong in my theme menu?
- 3 Level Deep Navigation Menu Not Showing All Levels
- How to add menù section to my WordPress template?
- Thesis -style Navigation
- Why is my container argument not working for wp_nav_menu() [closed]
- Some doubts about WordPress handle the horizontal main menu visualization
- WordPress custom menu can’t show 3. level submenu
- how to create/register menu items that can be added to menus later
- Why nav_menu_css_class doesn’t work with apply_filters?
- Show all menu levels except top level. How to exclude top level of a menu?
- Menu names not getting translated
- WordPress menu walker – Get parent item text inside end_lvl function
- WordPress doesn’t recognize submenus as so I can’t style them properly
- Primary Menu Showing All Pages With No Sub-Nav
- What’s the policy for building a theme that doesn’t support widgets/menus?
- Main Menu Theme Different Output Print
- How to make navigation a list without a plugin? [duplicate]
- Add wrapper for a specific sub-menu
- How to automatically set a Template Page Name next to a page in menu screen such as WooCommerce pages, front page, or posts page in wordpress?
- Dynamic nav menu with icons [closed]
- Add a dropdown to theme customizer
- wp_nav_menu sort order?
- What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?
- Is it possible to use line break in theme description?
- Any walker causes blank menu?
- Grab the first paragraph of each post
- How to check if post has any tag?
- How do I “unhook” / de-register jQuery so that it’s not called as part of wp_footer();?
- The best way to customize “nav-menu-template.php” to add if the ‘link_before’ is “checkbox”
- Get last modified date for menu link
- Which is the simplest theme for WordPress to use it as your base?
- “Cheatin’ uh?” error message on multple theme directories
- Adding WordPress colorpicker in widget settings
- “Display Site Title and Tagline” checkbox not working?
- Add social icons in a theme through custom admin menu
- file_get_contents Not allowed in Themes?
- How to configure wordpress to work with Vuejs with SSR and without hashbang
- Sub folder CSS that’s read by Admin panel
- how to wrap tag in tag html to wordpress menu conversion
- Dequeue a style file which is making website load slow!
- Set default screen option for appearance -> menus
- Can’t delete theme
- How to add a second stylesheet to the editor
- Single Page theme [closed]
- Can I have two different theme for two different language?
- WP_Comment_Query – Get comments and answers separately
- excerpt() shows different result between remote and localhost(development environment)
- Prefix best practice, should we use framework name or theme name?
- Theme Javascript.php Overwritten Nightly [closed]
- How to add Space between sidebar and footer widget in WordPress theme [closed]
- Custom Navigation build using wp_nav_menu and walker
- Call to undefined function add_menu_page() on theme activation
- Is it acceptable for a WordPress theme to not accept widgets?
- Should all references to a text domain be to my current theme?
- Simple child theme modification but links are broken
- Making a WordPress theme based on twentyten
- theme style is applied on the dhasboard rather than the website
- Alignment Problem [closed]
- What $handle does WordPress use for a theme’s implicit style.css?
- how do i develop a global nav and local nav to be wordpress dynamic?
- Unwanted empty line at the beginning of document
- best practices for updating wordpress theme
- help needed for suit designing tool
- if (has_custom_menu())?
- Making a horizontal flyout menu from WordPress category listing
- How to update mark-up of a gallery block in a custom theme?
- Host Private Custom Theme
- My wordpress theme name isn’t updating straight away
- Customizer API Multi Sections in single Panel
- WordPress theme options checkbox default checked state
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- How can I change this SVG shape that’s generated?
- Adding a second logo next to the main one in header
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Cold Fusion to WordPress
- using themename_the_custom_logo() in template-tags?
- Creating a theme just to deploy a single page
- Nav menus Fast previewing not working with wp_get_nav_menu_items!
- Weird ‘theme update’ error [duplicate]
- WordPress two sidebar layout or theme
- Standard Way To Do Custom Work Within A Page?
- Add Dynamic Sidebar to Exisiting WordPress Theme [closed]
- How do I middle-align my header menu items in WordPress [closed]
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?