Great forum. I really like.
I like it so much that I partially translated it into Ukrainian 🙂
But I can’t solve the problem with the program TinyMCE:
- panel TinyMCE not available
- unable to edit/quote/…/…/ on posts/topics I made
Checked what was recommended by the support team of this forum:
- deactivate all Optimizer and Minifier plugins
- php template file contain <?php wp_footer(); ?>before </body></html>
- checked list conflict plugins
- disabling visual editor in profile settings
- checked access to user/forum/usergroup/… and moderate
Chrome console errors
VM503:134 Uncaught ReferenceError: tinymce is not defined
at VM503:134
Uncaught ReferenceError: tinymce is not defined
at Object.load_ext (VM502:133)
at VM504:135
Uncaught TypeError: Cannot read property 'setContent' of null
at Object.<anonymous> (wmac_ddc9f5cd7ff134d3de800d1b93853289.js?x37029:69)
at i (jquery.js?x37029:2)
at Object.fireWith [as resolveWith] (jquery.js?x37029:2)
at y (jquery.js?x37029:4)
at XMLHttpRequest.c (jquery.js?x37029:4)
I use theme – OceanWP
My forum - https://practical-shooting.org.ua/forum/
Please, help
I don't want to switch to another forum ☹
It must be Gutenberg related; wpForo It has been working for me for several years. From Gutenberg (I supose!), it doesn't allow to edit post and the TinyMCE bar is not showing, something that is a serious problem that the wpForo team will be working to solve.
Thank you @perfectionist,
Could you please deactivate all other plugins, switch to some default theme and check again. If it works activate plugins one by one and check after each activation.
Having exactly the same problem with a high-end theme (PenNews) when upgrading to WP 5.x
Once I switch to TwentySeventeen or I revert back to WP 4.9.9 everything is fine.
Or else, nothing in this world can make that TinyMCE editor work in wpForo on WP 5.x.
I suppose it's some WP 5.x bug involved somewhere, interferring with themes a little more complex, or something else, I don't know, the problem is that after waiting for WP 5.0.3 it still doesn't work.
The creator of my theme diagnosed that editor.min.js and tinymce.min.js file are not loading.
A palliative solution is to manually insert
<script type="text/javascript" src="https://exemple.com/wp-admin/js/editor.min.js"></script>
<script type="text/javascript" src="https://exemple.com/wp-includes/js/tinymce/tinymce.min.js"></script>;
into the head. Go to Customizer => Header/Logo options => Add Custom code.
Maybe the wpForo team could advise us, we need to forward every idea about this incompatibility to all the involved actors.