
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 27, 2023, 12:20
Hello
What plugin version number are you using?
Please check browser console [F12] - There may be JS errors
Hello
What plugin version number are you using?
Please check browser console [F12] - There may be JS errors

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 30, 2023, 13:20
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 1, 2023, 12:50
Hello
Unfortunately, I don’t see access data in the private field, only a link to the site
Hello
Unfortunately, I don’t see access data in the private field, only a link to the site

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 3, 2023, 12:53
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>';
}
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>';
}

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 6, 2023, 12:09
hello
I didn't find my plugin styles that could affect this. Just fixed the styles
Welcome;)
hello
I didn't find my plugin styles that could affect this. Just fixed the styles
Welcome;)