-
AuthorPosts
-
March 23, 2023 at 1:19 am #1402066
When Enfold is installed and activated, the Gravity Forms “Add Form” button is not displaying in the default classic WordPress editor.
See https://devjustin.com/wp-content/uploads/2023/03/Screenshot-2023-03-22-at-7.18.04-PM.png.
It should display to the right of the Add Media button – see https://devjustin.com/wp-content/uploads/2023/03/Screenshot-2023-03-22-at-7.14.36-PM.png.
March 25, 2023 at 12:45 am #1402415Hey mgyura,
Thanks for your patience, I see in your first screenshot the Gravity Forms option icon is also not showing in the admin side panel above the “pages” option as in the second screenshot, are you sure it is active?
In a forum search I found a recommendation for No conflict mode in GF settings.
Please see if you can find this setting, otherwise please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeMarch 25, 2023 at 6:29 pm #1402494You are correct, my apologies.
Here is a new screenshot with Gravity Forms activated – https://devjustin.com/wp-content/uploads/2023/03/Screenshot-2023-03-25-at-12.28.08-PM.png.
The issue occurs when the Classic Editor option is turned on in the Enfold settings. (If we use the Classic Editor plug-in instead, the Forms button appears as expected).
Justin
March 27, 2023 at 7:31 pm #1402669Hi,
Thank you for your patience, so the issue only occurs when the Enfold option at Enfold Theme Options ▸ Select Your Editor ▸ Classic Editor is enabled, but not with the Block Editor option?
If the Classic Editor plugin is used instead of the theme option the issue doesn’t occur?Best regards,
MikeMarch 27, 2023 at 9:39 pm #1402696Correct, using the Classic Editor plug-in, the issue does not occur. Using the Enfold setting (with the Classic Editor plug-in deactivated), the Add Form button does not appear.
March 28, 2023 at 12:58 am #1402704Hi,
Ok thanks, I have reported this to the Dev Team for their review and I will reply when I hear back from them, thank you for your patience and using Enfold.Best regards,
MikeApril 12, 2023 at 9:04 pm #1404272Is there an ETA on this?
We’ve just discovered that even in the Advanced Layout Editor, in a Text element, though the “Add Form” button appears, when you click on it, nothing happens.
We were advised to use the Classic Editor option in Enfold’s theme options instead of using the Classic Editor plug-in because of other issues that were happening. But now that we’re using it, we can’t add forms.
Thank you for your help!
Justin
April 12, 2023 at 11:33 pm #1404280Hi,
Thanks for your patience, the Dev Team writes since there isn’t a CSS selector we can use to check if Gravity Forms is active, we suggest the following workaround, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function ava_gravity_forms_mod() { if ( is_plugin_active( 'gravityforms/gravityforms.php' ) ) { echo '<style> #postdivrich_wrap.avia-hidden-editor #postdivrich { visibility: visible; } #postdivrich_wrap.avia-hidden-editor #postdivrich .wp-editor-tabs, #postdivrich_wrap.avia-hidden-editor #postdivrich #insert-media-button, #postdivrich_wrap.avia-hidden-editor #postdivrich #wp-content-editor-container { display: none; } </style>'; } } add_action('admin_head', 'ava_gravity_forms_mod');
This is how it looks after adding this code to the functions.php file:
Best regards,
MikeApril 13, 2023 at 1:20 am #1404289Will that code also display it in the Classic Editor when Classic Editor is selected as the default editor in the theme options? (We don’t need it to display when the Avia Layout Builder is active).
That also doesn’t address the fact that when clicked in a Text block/element, the Add Form button isn’t working at all. See video – https://vimeo.com/817098930/e554171778. Same issue – this is only when the Classic Editor is selected as the default editor in the Theme Options. When that is set to Block Editor, everything functions as expected.
Justin
April 13, 2023 at 12:29 pm #1404347Hi Justin,
It looks like the button is only added when the Classic Editor (https://wordpress.org/plugins/classic-editor/) plugin is active.
Our devs fixed this issue. I can email the beta version to you if you’d like to test it. Would you like me to email it to your address you used to registered on our forums?
Best regards,
YigitApril 13, 2023 at 4:01 pm #1404362If you could email the beta, that would be great, thank you! Please see private content for email.
Is there any ETA on when the update will pushed out?
April 13, 2023 at 4:59 pm #1404367Hi,
I just sent you the email.
We don’t have an exact date however we’re planning to release the new version in a week or two.
Best regards,
YigitApril 13, 2023 at 5:12 pm #1404373Neither of these items appear to be fixed in the beta version, which I’ve installed and tested on a dev site. Same issue. When Classic Editor is selected in Enfold’s theme options and a new page or post created, the Add Form button is not there. When using the Avia Layout Builder and a Text block, the Add Form button is there but doesn’t work.
April 14, 2023 at 12:43 pm #1404450Hi,
Did you install and activate the Classic Editor (https://wordpress.org/plugins/classic-editor/) plugin? As I mentioned, the button only shows up when that plugin is active.
If it’s not working when the plugin is active, please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitApril 16, 2023 at 12:06 am #1404565Yes, that’s the issue we were having. It DOES work with the Classic Editor plug-in activated, but we were advised by y’all to not use the Classic Editor plug-in and to use Enfold’s built-in theme option. When we use Enfold’s option, the button needs to both display and to work.
Justin
April 16, 2023 at 12:13 am #1404567 -
AuthorPosts
- You must be logged in to reply to this topic.