PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Gravity forms conflict in GF admin area

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

With Woof active: no save button, different size interface in Gravity Forms

 

With Woof

With Woof deactivated: Gravity form setting has option to close or save.

how it should be

 

 

Hello

What plugin version number are you using?

Please check  browser console [F12] - There may be JS errors

Hi Pablo,

Version 3.3.4.5
I looked in the browser console and it's the same errors (<label for=FORM_ELEMENT>) in that interface with or without Husky active. I can ask Gravity Forms about them, however, I'm not understanding how those errors would change the user interface with Husky active.

Hello

Unfortunately, I also don’t understand how my plugin can affect this. But there is a fact of error and it needs to be investigated

Can you  drop me  wp-admin+FTP access - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png

I'm comparing these two screenshots and when my plugin is activated the form is the height of the end of the screen. Perhaps the buttons are simply not within view (below the screen) and this is a CSS conflict

Yes the screen is much taller with both plugins active. Credentials sent. Thanks!

 

Hello

Unfortunately, I don’t see access data in the private field, only a link to the site

Weird. Okay I added site access. FTP takes a long time to compile so will try later.

Hello

Please  add  in  functions.php

add_action('admin_head', 'gf_css_fix');

function gf_css_fix() {

echo '<style> .gform-admin #TB_window iframe { max-height: 90%; } </style>';

}

Thank you, that worked. Wondering what in WOOF is overriding the gf height?

hello

I didn't find my plugin styles that could affect this. Just fixed the styles

Welcome;)