Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #234571

    Hey guys,

    Not sure why this is happening. But first off the gravity forms shortcode builder doesn’t submit. I have another plugin that adds a shortcode builder and that also doesn’t submit. So when I hit “insert shortcode” nothing happens.

    But the main issue is that when I add it in manually it doesn’t display. I added the shortcode in a text element.

    Unfortunately this is on a local install.
    Any thoughts on what could be causing the issue?

    #234583

    I solved the shortcode builder issue. It was due to another plugin.

    But my form still doesn’t display on the published page.

    Update: I looked in the html to see if anything was weird and I found the problem. The form had display: none

    Here is the relevant html:

    <div class="avia_textblock " itemprop="text">
              <div class="gf_browser_chrome gform_wrapper" id="gform_wrapper_1" style="display:none">...</div>

    Any ideas on what can be causing the form to inherit this property of display:none?

    Update: After doing more research it seems to be a javascript issue. My form has conditional logic which causes parts of the from to have display:none which then get toggled with JS based on form selections. I checked the footer.php and there is the wp_footer(); hook. So at this point I’m not sure what to do. I have a plugin called “Jquery updater” installed, but even with it deactivated the issue is still there.

    I’m thinking this is a theme issue not a gravityforms issue.

    #235120

    Hey!

    Yes, probably there is a misunderstandment between the theme and GF, however there’s a easy fix for that, add this to the Quick CSS:

    .gform_wrapper{
    display: block !important;
    }

    Best regards,
    Josue

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