- This topic has 6 replies, 4 voices, and was last updated 2 years, 10 months ago by
Joseph.
-
AuthorPosts
-
March 27, 2018 at 12:55 am #532074
Jokr
Hi Tom,
unluckily I’m facing a new issue with NextGen after updating GP Premium.
The primary menu will be shown additionally after footer. If I deactivate NextGen it is displayed correctly.
Do you have a workaround like for the bottom-up-button?
jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 offside.min.js?ver=1.6:1 Uncaught TypeError: Cannot read property 'classList' of undefined at a (offside.min.js?ver=1.6:1) at new i (offside.min.js?ver=1.6:1) at s (offside.min.js?ver=1.6:1) at Object.getOffsideInstance (offside.min.js?ver=1.6:1) at getInstance (offside.min.js?ver=1.6:1) at offside.min.js?ver=1.6:1 a @ offside.min.js?ver=1.6:1 i @ offside.min.js?ver=1.6:1 s @ offside.min.js?ver=1.6:1 getOffsideInstance @ offside.min.js?ver=1.6:1 getInstance @ offside.min.js?ver=1.6:1 (anonymous) @ offside.min.js?ver=1.6:1
Kind regards
JoGP Premium 1.6March 27, 2018 at 3:52 pm #533038Tom
Lead DeveloperLead DeveloperHi there,
NextGen has some sort of weird issue with HTML being hooked into wp_footer. I’m not sure what they’re doing on their end.
You can try to fix it with this PHP:
add_action( 'after_setup_theme', 'tu_move_slideout_navigation' ); function tu_move_slideout_navigation() { remove_action( 'wp_footer', 'generate_slideout_navigation', 0 ); add_action( 'generate_before_footer', 'generate_slideout_navigation' ); }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 27, 2018 at 11:55 pm #533294Jokr
Hi @Tom,
thanks a lot for the fast response. It resoved two issues π
The one of https://generatepress.com/forums/topic/slide-out-menu-not-showing-sub-menu/#post-533039 is fixed as well.Many thanks again – have a nice day
JoMarch 28, 2018 at 9:33 am #534042Tom
Lead DeveloperLead DeveloperAwesome, glad I could help! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 3, 2019 at 1:42 pm #918910Jim
Tom said:
NextGen has some sort of weird issue…You can try to fix it with this PHP
That’s for sure, and y’all have an answer for everything!
Thanks for the good help.
June 3, 2019 at 2:54 pm #918970Tom
Lead DeveloperLead DeveloperGlad it helped π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 15, 2020 at 8:01 pm #1195931Joseph
Never cease to amaze me. The PHP fixed the issue. I Will save this fix in my notes.
As always very grateful for your assistance and product. -
AuthorPosts
- You must be logged in to reply to this topic.