Notifications
Clear all

wpForo 1.x.x [Closed] Reply Text Area Loading

7 Posts
3 Users
0 Likes
581 Views
Posts: 4
Topic starter
(@glashan831)
Active Member
Joined: 4 years ago

I found a few threads relating to this but they were all solved kinda vaguely. 

The text area at the bottom of topics pages where people reply wont fully load. It is there and can be typed into, but the text editing icons are missing, the box itself is transparent and there is a loading wheel that never goes away. 

How do I fix this?

6 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @glashan831,

This is probably a cache plugin conflict. Please exclude the forum page from your cache plugins. Here is the full description: https://wpforo.com/community/faq/wpforo-and-cache-plugins/

Also, navigate to Dashboard > Forums > Settings > Debug > Errors & Issues and check the problems.

Posts: 4
Topic starter
(@glashan831)
Active Member
Joined: 4 years ago

Did that. Went as far as completely disabling the cache, the loading wheel continues.  

Debug Errors and Issues came back blank. 

Posts: 4
Topic starter
(@glashan831)
Active Member
Joined: 4 years ago

Flipped every toggle I had. Litespeed JS Combine and Load JS Deferred needed to be turned off. 

Can someone tell me what to put into the "JS Excludes" option so I can Combine all my JS less this one?

1 Reply
Alvina
Moderator
(@alvina)
Joined: 4 years ago

Member
Posts: 1869

@glashan831,

Can someone tell me what to put into the "JS Excludes" option so I can Combine all my JS less this one?

wpForo does not have the possibility to combine JS files.
 
Regarding the issue with tinymce, please make sure you have the <?php wp_footer()?> function in your footer.php file.
 
Also if there is a Minifier/Optimizer plugins please delete those plugin caches and check again.
Posts: 4
Topic starter
(@glashan831)
Active Member
Joined: 4 years ago

Im fine with not combining the JS files for wpForo, Id like to know what I need to put into exclude so that it is not combined. Or is will using wpForo require the entire site to not have combined JS?

 

Not sure what tinymce is. If its a pagebuilder plugin I'm not using it. 

 

There has to be a way to optimize my site except for wpForo, or I cant have any optimizations anywhere on the entire site because of using wpForo?

 

1 Reply
Alvina
Moderator
(@alvina)
Joined: 4 years ago

Member
Posts: 1869

@glashan831,

You should exclude the js files belong to TinyMCE. The files provided below:

<script type='text/javascript' src='https://wpforo.com/wp-includes/js/tinymce/tinymce.min.js?ver=4960-20190918'></script>

<script type='text/javascript' src='https://wpforo.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js?ver=4960-20190918'></script>