coltsman4ever
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Lost ability to create new postsThanks for the quick fix.
It appears to be the My Custom Functions plugin which contains the following code:
/* Enter your custom functions here */ function your_prefix_hide_footer_markup_on_page( $status ) { // 130 is the ID of the page where you want to disale the footer. if ( 823 == get_the_id() ) { $status = false; } return false; } add_filter( 'enable_hfe_render_footer', 'your_prefix_hide_footer_markup_on_page' ); function your_prefix_hide_header_markup_on_page( $status ) { // 130 is the ID of the page where you want to disale the header. if ( 823 == get_the_id() ) { $status = false; } return $status; } add_filter( 'enable_hfe_render_header', 'your_prefix_hide_header_markup_on_page' );
OK, yes! Now the footer is working so one of my plugins is causing the problem.
Do I need to go thru them one-by-one to see which one is causing the issue?Addons for Elementor
Coming Soon Page & Maintenance Mode by SeedProd
Elementor
Elementor Pro
Essential Addons for Elementor
Google Analytics Dashboard for WP (GADWP)
Header Footer Elementor
Instagram Feed
Kirki Toolkit
My Custom Functions
NS Frontend Add Product
SG Optimizer
The Events Calendar
WooCommerce
WooCommerce Social Media Share Buttons
WP Google Maps
WP Popup Plugin
WP Smush
Yoast SEOI don’t have that option available to me.
Forum: Fixing WordPress
In reply to: wp-admin loginAs I mentioned in my post, I tried to clear the cache and that didn’t work. I just tried it again and again it didn’t work.
I can’t restart my modem/router because I’m at work using the company network. I have never had a problem accessing the site from here until I came into the office yesterday. It was fine on Friday.