-
AuthorPosts
-
August 13, 2013 at 2:26 pm #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
August 14, 2013 at 11:16 am #135042Hi,
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
August 14, 2013 at 2:51 pm #135043Hi 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
August 14, 2013 at 4:44 pm #135044Hi,
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
August 14, 2013 at 9:24 pm #135045Hi Nick – just sent you an email with items you requested. Thanks – CC
August 17, 2013 at 12:17 am #135046Hi 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
August 20, 2013 at 8:18 pm #135047I am having the same issue. I already switched to the twentythirteen theme, and the form appears correctly.
August 22, 2013 at 6:28 pm #135048Can we see the form live so we can inspect the code?
August 31, 2013 at 6:07 pm #135049I 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.
September 2, 2013 at 5:17 am #135050Please 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 ";
}September 2, 2013 at 5:20 pm #135051Hello,
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
September 2, 2013 at 5:29 pm #135052Hey!
Yes, my solution does basically the same thing but you don’t need to use Firebug afterwards :)
Regards,
Peter
September 2, 2013 at 6:06 pm #135053Hey 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
September 2, 2013 at 8:48 pm #135054Hey Peter,
Sorry, double post, please delete this.
Elson santos
-
AuthorPosts
- The topic ‘Create New Gravity Form Modal Issue On Enfold’ is closed to new replies.