- This topic has 7 replies, 3 voices, and was last updated 1 year ago by
Leo.
-
AuthorPosts
-
April 10, 2020 at 2:51 pm #1234523
Vera
I have not done anything with my footer, but suddenly my main navigation menu appear at the bottom of every page on my site. The normal location for the menu is still there and so is my footer with the copyright in it. I checked all the widgets, Sidebar Aware settings, and everywhere else I can think of but I can’t find where it’s coming from. Can you tell me where else to check???
Usual environment: Mac OS 10.15.7
Also iPad Pro, usually the latest iOS
April 10, 2020 at 5:14 pm #1234618Tom
Lead DeveloperLead DeveloperThat’s strange, give this a shot:
remove_action( 'wp_footer', 'generate_slideout_navigation', 0 ); add_action( 'generate_after_footer', 'generate_slideout_navigation', 0 );
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 10, 2020 at 6:10 pm #1234639Vera
Where would I add this?
I’m not at all a programmer. All I know is html and basic CSS.
Usual environment: Mac OS 10.15.7
Also iPad Pro, usually the latest iOS
April 10, 2020 at 6:29 pm #1234654Vera
It appears that the plugin NextGenGallery is causing it. When I deactivate it, the footer goes away. When I activate, it returns. It was the only new plugin aside from SimpleSSL that I tried recently.
Usual environment: Mac OS 10.15.7
Also iPad Pro, usually the latest iOS
April 10, 2020 at 6:37 pm #1234659Vera
Of course I do not expect you to debug. I am not even committed to using that plugin. I just mention it because it seems to have a significant number of users so *IF* it’s a compatibility issue, it may be helpful to know.
Usual environment: Mac OS 10.15.7
Also iPad Pro, usually the latest iOS
April 10, 2020 at 8:44 pm #1234710Leo
StaffCustomer SupportTom’s code can be added using one of these methods:
Adding PHP: https://docs.generatepress.com/article/adding-php/NextGen seems to be quite problematic in our experience.
Maybe try Envira if that works for you?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 10, 2020 at 10:34 pm #1234750Vera
I’m using the Snippets plugin. So I can use that whenever I have a snippet of PHP to run? I’m mainly using it for shortcodes and it works great.
I will skip Tom’s php for now since I’ve isolated NextGen as the culprit (it was my first somewhat serious incompatibility in 5 years).
Thank you for the Envira suggestion. I will take a look.
Usual environment: Mac OS 10.15.7
Also iPad Pro, usually the latest iOS
April 11, 2020 at 10:03 am #1235415Leo
StaffCustomer SupportSo I can use that whenever I have a snippet of PHP to run?
Yes 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.