Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #27700

    We are using Gravity Forms plugin with Enfold theme. When creating new Gravity Forms modal box appears very high on page and cuts off form title entry – preventing ability to add the title text required to create a new form.

    We have been using this plugin with different themes and this is the first time we had this problem. We also tried disabling all the plugins to check if there’s a plugin causing a conflict but it didn’t fix the problem. We can only assume that the problem is cause by Enfold theme.

    Thanks for your help!

    Curt

    #135042

    Hi,

    In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.

    Thanks,

    Nick

    #135043

    Hi Nick – because this occurs in the admin (when the Gravity Forms is being created) you will need login credentials to view it. How can I get these to you privately? Thx C

    #135044

    Hi,

    Ohh, so its the actual form that the admin uses and not a form you created with the plugin.

    Ok. My email is usjahm (at) gmail (dot) com. Please include a link referencing this post along with the login credentials and url to the backend.

    Thanks,

    nick

    #135045

    Hi Nick – just sent you an email with items you requested. Thanks – CC

    #135046

    Hi Curt,

    Not sure if Nick has had a chance to take a look but can you try switching to one of the default WordPress themes and see if you are having the same issue then?

    Regards,

    Devin

    #135047

    I am having the same issue. I already switched to the twentythirteen theme, and the form appears correctly.

    #135048

    Can we see the form live so we can inspect the code?

    #135049

    I am having the same issue. It’s in the admin area when trying to create a form. The popup to create a form loads but cuts off the top part of the window so you can’t enter a form name.

    Now, in order to create a new form I have to temporarily switch to a default theme, quickly add a new form, then switch back to enfold.

    #135050

    Please try to insert following code at the bottom of functions.php

    add_action('admin_print_scripts', 'avia_gravity_forms_admin');
    function avia_gravity_forms_admin()
    {
    echo "n <style type='text/css'> n";
    echo "body #TB_window{margin-top: 0 !important;}";
    echo "</style>n n ";
    }

    #135051

    Hello,

    I was having the same issue, but when i was creating a new form i added a margin-top 100px using firefox firebug

    and solved this issue, this happened only on Enfold theme.

    Thank you

    Elson Santos

    #135052

    Hey!

    Yes, my solution does basically the same thing but you don’t need to use Firebug afterwards :)

    Regards,

    Peter

    #135053

    Hey Peter,

    Yes your solution is the best because we don’t have add css

    Every time, and i will use your next time i will use, i used this

    Only to create my form fast. Thank you for your code.

    Regards,

    Elson santos

    #135054

    Hey Peter,

    Sorry, double post, please delete this.

    Elson santos

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Create New Gravity Form Modal Issue On Enfold’ is closed to new replies.