Skip to content

Instantly share code, notes, and snippets.

@gdoleczek
Created January 28, 2016 11:57
Show Gist options
  • Save gdoleczek/e87940a033c2399df815 to your computer and use it in GitHub Desktop.
Save gdoleczek/e87940a033c2399df815 to your computer and use it in GitHub Desktop.
1) Open wp-content/themes/Avada/framework/plugins/megamenu/mega-menus.php
2) Line 23 will looks like:
$name = 'menu-item-fusion-menu-style';
3) After this line add this code:
$name = 'menu-item-fusion-menu-style';
if($item_id == 0)
$item_id = $item->ID;
And thats all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment