Plugin Author
AITpro
(@aitpro)
I will test Gravity Forms and post the results back here.
Plugin Author
AITpro
(@aitpro)
Looks like Gravity Forms is a premium plugin so I cannot test it. I will check other similar types of plugins to see if I can replicate the issue/problem.
Do you see a Security Log entry that shows that admin-ajax.php is being blocked? If so, add this whitelist rule below to BPS wp-admin Custom Code.
1. Copy this admin-ajax.php whitelist rule below to this BPS wp-admin Custom Code text box: CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
2. Click the Save wp-admin Custom Code button.
3. Go to the Security Modes page, select the Activate wp-admin Folder BulletProof Mode Radio button and click the Activate|Deactivate button.
# admin-ajax.php skip/bypass rule
RewriteCond %{REQUEST_URI} (admin-ajax\.php) [NC]
RewriteRule . - [S=2]
Plugin Author
AITpro
(@aitpro)
Yep was able to replicate the “Reload BPS Status Display” issue/problem. A condition is missing to only load the Reload BPS Status Display “button” on BPS plugin pages. Since this is just a nuisance issue it can wait a bit to get fixed. Always the simple stuff that bites you in the rear.
As usual – top support!
I’ll test the admin-ajax rule with this version of GF – at the moment, and after much troubleshooting, I have ajax form submission turned OFF which solves my particular issue.
Glad to hear that the BPS button issue is identified as a small coding ‘oversight’ and not a problem with my site – I’ve had more than a few ‘anomalies’ to deal with recently! I know what you mean about the simple stuff!
Thanks again and keep up the good work!