-
AuthorPosts
-
July 2, 2019 at 8:52 pm #1115273
Hello All,
I am enjoying your support responses and now I need to ask my own. I found Quadmenu was rated well for mega menus. I found your post linking to an example for adding Ubermenu in place of Avia for navigation. I substituted quadmenu. It worked.I want a filter to remove the Search & Hamburger widgets. I tried the code below but it is not working. Could you please suggest an edit?
function remove_avia_search(){ remove_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); } add_action( 'init' , 'remove_avia_search' );
Thank you!
- This topic was modified 5 years, 4 months ago by shrinkray.
July 3, 2019 at 6:31 pm #1115542I’m trying a different mega-menu plugin, Max Mega Menu Pro. If this does not work, I’ll fall back to Uber. I prefer to work with a plugin I own a full license to, but it’s gotta work in the theme. I have a different problem with that one but will make a seperate post.
July 4, 2019 at 7:35 pm #1115862Hi shrinkray,
So did you get the menu working?
Best regards,
VictoriaJuly 4, 2019 at 11:41 pm #1115939Hi Victoria, Thanks for replying. I had it working, but right now the theme is causing the menu to not work at all. I don’t know what I did. If I move the menu to the secondary location and the menu works there so I think it has something to do with the alternate menu. I’ve deleted child-theme versions of the header and helper files so there’s no overrides. I guess I could reinstall the theme. Uggg. What did I do? The menu appears as a vertical list now no CSS applying Maybe the menu is disconnected from Max Mega Menu? This is depressing.
Maybe I should restart the computer. Tomorrow is a new day.
- This reply was modified 5 years, 4 months ago by shrinkray.
July 5, 2019 at 8:14 pm #1116077Hi Victoria,
Let’s close this ticket. The filter I used was unnecessary and everything is copacetic.
Thanks,
GregJuly 6, 2019 at 8:21 am #1116182 -
AuthorPosts
- The topic ‘Pairing Quadmenu with Enfold’ is closed to new replies.