Column Popup doesn't close when submitted
-
Hello,
I found the column shortcode option didn’t close it’s popup form on submit due to an incorrect js call.
In wpcolumns_plugin.js on line 303 the code is currently;
form.dialog( "destroy" );
This doesn’t do anything at all, what should be used instead is the efs_close_dialogue method like follows;
efs_close_dialogue(pluginObj.hashId);This operates properly, I’ve fixed my instance but am sharing so can be added in next update of plugin.
Thanks
The topic ‘Column Popup doesn't close when submitted’ is closed to new replies.