When updating to Ninja Forms 3.0.31, the Ninja Forms Layout plugin deactivates, and an error is displayed: “Not yet compatible with Ninja Forms THREE. ninja-forms-layout/ninja-form-layout.php is deactivated.”
The error also links to: https://ninjaforms.com/ninja-forms-three-extension-development-master-list/
Is there a solution to make this plugin compatible again?
]]>Hello!
Ninja Forms will have a major update soon, so i have a question, will this plugin support NF v3?
Thank you so much for an answer
]]>Really great plugin, it helped me alot.
But you should do more conditional checks to see if Ninja Forms is enabled.
I had to disable the main Ninja Forms plugin, and that broke my site before fixing this plugin. You already have it on the first occourence of “ninja_forms_register_field()
but not the rest.
I had to add if( function_exists( 'ninja_forms_register_field' ) ) { ... }
on line 78, 113 and 148 to just get into my admin area again.
Will the plugin supprt using the legend element?
]]>