neelchan
Forum Replies Created
-
See the pinned Topic: https://ww.wp.xz.cn/support/topic/official-jetpack-support-resources-1/
If you found a bug you can always make an issue on github: https://github.com/Automattic/jetpack/issues?page=2&q=is%3Aissue+is%3Aopen
Hi!
@rbergeron81 & @contrid, indeed same for me!
I found a solution by George Stephanis.First: you have to create a disable-grunion-editor-view.php file in your /wp-content/plugins folder.
Add this part of code in it:
<?php /* * Plugin Name: Disable Jetpack Contact Form Editor View * Plugin URI: https://jetpack.com * Description: Disables the new Jetpack Contact Form Editor View. * Author: George Stephanis * Version: 1.0 * Author URI: https://stephanis.info * License: GPL2+ */ add_filter( 'tmp_grunion_allow_editor_view', '__return_false' );Go in the admin panel to plugins & activate the plugin “Disable Jetpack Contact Form Editor View”.
This will deactivate the new contact form editor. But You still can add contact forms like the old version (with the code between []).
Right now I’m waiting for a new Jetpack or ACF (Pro) version that will be compatible with the contact form editor … I will let you know here if the error is gone with the ACF wysiwyg field!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] ErrorI have the same issue!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Adding New Widget Error@asullivn, I’ve contacted Automattic about this and they replied.
They are currently working on the bug, within “the next day or so” they expect a new version.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Adding New Widget ErrorHaving the same problem!
Scared to update all our websites … :/
I’ve contacted Automattic about this problem …@pavelcech, I saw your problem with WPML, hope I don’t have that either, but for now I’m not updating jetpack and will wait for version 5.3!
I’m thinking that they didn’t test jetpack version 5.2 on a WP version 4.8, because in WP 4.8 the text widget changed (they added a wysiwyg “Visual & Text” interface to it).
I hate it when I have to roll back to older versions …