[Resolved] Gravity Forms

Home Forums Support [Resolved] Gravity Forms

Home Forums Support Gravity Forms

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #570453
    Rick

    The Gravity Forms “Add Form” button is showing in the WordPress editor, but not in the GP Sections editor. See URL.

    #570524
    David
    Staff
    Customer Support

    Hi Rick Sections rebuilds the tinyMCE, Tom had added the Envira Gallery to work. But we don’t have a gravity forms set-uo. Would you be willing to provide us backend access to the site so a solution can be found?

    #570540
    Rick

    Yes. How would you like me to send the admin login info?

    #570565
    David
    Staff
    Customer Support

    Hi Rick

    if you could send them to support@generatepress.com

    Mark for the attention of Tom, and reference this support ticket, this is the link:

    https://generatepress.com/forums/topic/gravity-forms/

    #570728
    Rick

    Okay, thanks!

    #570995
    Tom
    Lead Developer
    Lead Developer

    Can you try this?:

    add_action( 'admin_head','tu_enable_section_buttons' );
    tu_enable_section_buttons() {
        ?>
        <style>
            #wp-generate-sections-editor-wrap .wp-media-buttons>a#add_gform {
                display: inline-block;
            }
        </style>
        <?php
    }

    Let me know 🙂

    #571315
    Rick

    Syntax error reported: unexpected ‘?>’

    #571329
    David
    Staff
    Customer Support

    Hi Rick, i think Tom missed a function, can you try this:

    add_action( 'admin_head','tu_enable_section_buttons' );
    function tu_enable_section_buttons() {
    ?>
        <style>
            #wp-generate-sections-editor-wrap .wp-media-buttons>a#add_gform {
                display: inline-block;
            }
        </style>
    <?php
    }
    #571342
    Rick

    Thanks David! That fixed the Gravity Forms issue.

    #571353
    David
    Staff
    Customer Support

    Thats great, thank you for providing the access so it could be resolved.

    #571384
    Rick

    Ooops, just noticed that it works in sections on ‘pages’ but not in sections on ‘posts’ (not a big deal for me, but thought you should know)

    #571387
    David
    Staff
    Customer Support

    Thanks Rick for the feedback, if you don’t mind leaving the our user on the site so we can have a further look.

    #571608
    Rick

    Sure, no problem. Thanks!

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