Site logo

Archived topic

Menu problems due to update

5 replies · Started by Clay Montgomery on May 10, 2018

Viewing posts 1–6 of 6

I recently updated to the latest version of GP (2.1.1 and 1.6.2 Premium) and it is causing problems with my menus. On mobile devices, the menu at the top is no longer functional. It just toggles between the hamburger and X symbols. The menu is at the bottom also on mobile and desktop. That menu works, but I don't want the menu at the bottom and I can't seem to disable it without disabling menus completely. I have Menu Plus enabled but not Secondary Nav.

I would really appreciate some help on this. My site is:

https://montgomery1.com

Thanks, Clay

Tom,

Thanks! I confirmed that disabling NextGen does indeed fix the menus. I see I need to insert this code to make NextGen work again:

add_action( 'after_setup_theme', 'tu_fix_nextgen_issues' );
function tu_fix_nextgen_issues() {
remove_action( 'wp_footer', 'generate_slideout_navigation', 0 );
add_action( 'generate_before_footer', 'generate_slideout_navigation' );
}

I could use a few pointers on where to insert this code.

Thanks, Clay

That fixed the problem.

Thanks Tom!

You're welcome! :)

This archived topic is closed to new replies.