Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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.

    #1402415

    Hey 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?
    Enfold_Support_723.jpeg
    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,
    Mike

    #1402494

    You 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

    #1402669

    Hi,
    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,
    Mike

    #1402696

    Correct, 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.

    #1402704

    Hi,
    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,
    Mike

    #1404272

    Is 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

    #1404280

    Hi,
    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:
    228215372-e8528e6e-d57e-4300-91f2-9bd703d3ad90.png

    Best regards,
    Mike

    #1404289

    Will 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

    #1404347

    Hi 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,
    Yigit

    #1404362

    If 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?

    #1404367

    Hi,

    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,
    Yigit

    #1404373

    Neither 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.

    #1404450

    Hi,

    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,
    Yigit

    #1404565

    Yes, 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

    #1404567

    Hi,
    Glad to hear that it works with the classic-editor plugin, since your plugin will only work with the classic-editor plugin please use it instead of the theme option.

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.