wordpress-froala-wysiwyg
                                
                                 wordpress-froala-wysiwyg copied to clipboard
                                
                                    wordpress-froala-wysiwyg copied to clipboard
                            
                            
                            
                        Causes problems on front-end
When activated, this plugin conflicts with other javascript on the site's front-end.
The browser console reports several problems, including TypeError: jQuery(...).froalaEditor is not a function, while the useful debugging WordPress plugin, Query Monitor, reports: Broken Dependencies | froala_editor | editor-init (missing) jquery
This is all on the front-end. There are no such problems on the admin (editing) pages.
I face the same issue and solve it:
- Replacing the  file name from froala_editortofroala-publicinside the functionenqueue_scriptson line 199 ofpublic/class-froala-public.php
- Replacinf the froala_editor.min.jsforeditor-init.jsin line 313 of the same file.
I'm not sure why the file edit-init.js is not in place.
@KTS915 take a look here to see when they was included. Look like the frontend script need and update. https://github.com/froala/wordpress-froala-wysiwyg/commit/9da4368f20477b14da4f316758d90cdb3a6a3647
@raduiacovete Would be possible you take a look and help us to see if my solutions is correct, please.
@gfirem Please contact [email protected], I am not anymore with the Froala team.