Notifications
Clear all

wpForo 1.x.x [Closed] I can not write posts and topics

5 Posts
2 Users
0 Likes
1,537 Views
Posts: 2
Topic starter
(@barteka)
New Member
Joined: 6 years ago
The message writing option has stopped working, the cursor does not appear, and the icon menu does not appear. What could be the reason for this?

 https://kmy.pl/forum/ 
4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

It seems you've installed a new plugin or updated some plugin which generates JS error on front-end. Please deactivate all recent added/updated plugins, delete all caches and check it.

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

JS error comes from this code:

Try to use jQuery instead of $

If you want to use $ instead of jQuery all the time you can run your code in a separate, private scope that holds the definition of $ by using a self-invoking function.

(function($){
// your code with $ goes here
})(jQuery);

In any case if you can't fix this JS error, please remove it.

 

 

Posts: 2
Topic starter
(@barteka)
New Member
Joined: 6 years ago

Thank you very much for the help but I do not know how to fix the error. I'm working on it and nothing works for me. 🙁

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

Have you tried to remove this JS code?