Kanger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post body being treated as linkyeah, I fixed it, I had to add this to the css:
.body :focus-visible { outline:none;!important;}
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] WordPress 5.7yeah, I installed it yesterdasy and seems to be working all ok, thanks
Forum: Plugins
In reply to: [Classic Editor] WP 5.7 compatibility ?Mine was conflicting with another plugin which when I reinstalled all worked ok, so does seem ok in 5.7
I’ve managed to get all working….
If I were you I would try deactivating and then deleting the SEO plugin it is conflicting with, then reinstall that SEO plugin, that’s what worked for me.
Forum: Plugins
In reply to: [Classic Editor] Not Working in 5.7Thank you for troube shooting ideas…I deactivated all plugins except for Classic Editor and it worked ok….so then reactivated one by one…found the plugin causing the issue…deleted that plugin and then reinstalled it….and now all working great….so does appear to work in 5.7
Thank you so much for the ideas
Forum: Plugins
In reply to: [Classic Editor] Not Working in 5.7Spent an hour with host this morning, there are no issues server side, no errors, mod rule etc it is all fine server side and is an issue with the plugin….
when I click on update (on a post) I can a blank white screen (no 404 page or error message) with the link domain/wp-admin/post.php the edit actually saves but it’s annoying that it keeps going to a blank page and doesn’t revert to editing page…
please can this plugin get fixed, really need to complete site asap
I’m also having problems with the plugin now working with 5.7 …. I go to update and get a blank white page…host has checked all mod rules server errors etc and it is nothing to do with host and server side….
- This reply was modified 3 years, 12 months ago by Kanger.
Forum: Plugins
In reply to: [Classic Editor] Not Working in 5.7can’t see anything showing in web server error logs…
when I click update it’s going to domain/wp-admin/post.php rather than domain/permalink
Forum: Plugins
In reply to: [Classic Editor] Not Working in 5.7yes not fixed the issue, I no longer get the ob_flush error message but it still goes to a 404 page when I update a post….when I disable classic edit, my posts update without any issue….
- This reply was modified 4 years ago by Kanger.
Forum: Plugins
In reply to: [Classic Editor] Not Working in 5.7actually no worries found it in cpanel, just testing wordpress site to see if that has fixed it, thanks
Forum: Plugins
In reply to: [Classic Editor] Not Working in 5.7I have looked at that page, and implemented the second solution…below…
I wouldn’t recommend disabling the wp_ob_end_flush_all() function entirely, and I definitely wouldn’t turn off zlib.output_compression in your php.ini file. Here’s a better approach that replaces the source code causing the issue, and preserves the underlying functionality:
/**
* Proper ob_end_flush() for all levels
*
* This replaces the WordPresswp_ob_end_flush_all()
function
* with a replacement that doesn’t cause PHP notices.
*/
remove_action( ‘shutdown’, ‘wp_ob_end_flush_all’, 1 );
add_action( ‘shutdown’, function() {
while ( @ob_end_flush() );
} );
More details on the cause, and why this is probably the best approach can be found here: Quick Fix for WordPress ob_end_flush() Error`But maybe I should try the solution mentioned in first reply and just disable it…whereabouts in cpanel will I find zlip.output….?
thanks
Forum: Plugins
In reply to: [Classic Editor] Not Working in 5.7I also get this error message on the 404 page…
Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/marblede/public_html/runbikehappy.com/wp-includes/functions.php on line 4759
Forum: Plugins
In reply to: [Classic Editor] WP 5.7 compatibility ?WHen I go to add plugins it’s not showing as tested up to 5.7 nor here: https://www.ads-software.com/plugins/classic-editor/
When I install it, it is creating a conflict with my theme (The New Mag) which recommends this plugin as I need it for the page editing etc, but when it installs it doesn’t allow updates to posts it just goes to 404 not found page.
Any ideas?Forum: Themes and Templates
In reply to: [Neve] Error message in customizerApolgies, I had set up child theme without realising there was a child zip file to download, so have resolved now, apologies. thank you
Forum: Themes and Templates
In reply to: [Neve] Child Theme CSS not being accessedPlease ignore this, i found page on child themes for Neve
Apologies