Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Does not work TinyMCE

12 Posts
6 Users
4 Reactions
7,385 Views
Posts: 3
Topic starter
(@perfectionist)
Active Member
Joined: 7 years ago

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:

  1. panel TinyMCE not available
  2. unable to edit/quote/…/…/ on posts/topics I made

Checked what was recommended by the support team of this forum:

  1. deactivate all Optimizer and Minifier plugins
  2. php template file contain <?php wp_footer(); ?>before </body></html>
  3. checked list conflict plugins
  4. disabling visual editor in profile settings
  5. 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 ☹

11 Replies
Posts: 35
(@alias79)
Trusted Member
Joined: 9 years ago

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.

Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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.   

Posts: 33
(@usernamemi)
Trusted Member
Joined: 7 years ago

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.

Posts: 33
(@usernamemi)
Trusted Member
Joined: 7 years ago

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.

Page 1 / 3