Your cart is currently empty!
plugin conflict with ninja forms
—
by
I have created a new affiliate registration for with ninja forms as per your guidelines however it was not appearing on screen.
After performing a conflict test I found when affiliates pro in deactivated the form shows, reactivate and the form will not appear.
Kindest,
Bonnie
Posted in Affiliates Pro
Comments
4 responses to “plugin conflict with ninja forms”
Hi Lauren,
Thanks for sharing your debug.log, but as it appears there are several issues on your site at the moment. Apart from warnings and issues on deprecated functions, there are also database errors logged in the following lines
132, 133
172, 174
which you should definitely take care of. I’m not sure if these are responsible for the other warnings and issues, or for the ninja form failing to render properly but definitely affect the normal functionality of your site.
Kind regards,
George
Hi George,
That did not work unfortunately, I had our developers look too and the ninja for that should be showing is not there. To be clear it is a sign up to the affiliate program form, not the newsletter signup form you may be seeing at the bottom of the page.
Debug Log:
https://pastebin.com/LRMxA8jU
Hi Lauren,
Following up on this topic, even though I got the same result on Chrome and the forms wouldn’t appear when Affiliates Pro or Affiliates Ninja Forms integration were activated, this didn’t happen on ie Firefox. Once I cleared the browser cache on Chrome the form renders again properly.
Please try the same and clean your browser cache and saved data, and let me know if it works for you as well.
Kind regards,
George
Hi Lauren,
Sorry to hear that you have issues. Can you please indicate the version of Ninja Forms you use and if there is anything logged in your browser console and in your wp-content/debug.log file once you enable debugging.
To enable debugging, edit your wp-config.php file and replace this line:
define( ‘WP_DEBUG’, false );
with these lines:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
Kind regards,
George