Notifications
Clear all

wpForo 1.x.x [Closed] vote up and down not working

3 Posts
3 Users
0 Likes
2,485 Views
Posts: 1
Topic starter
(@adnanahmad4077)
New Member
Joined: 4 years ago

when i click on up vote and down vote button this error appears in console

Uncaught TypeError: load.visible is not a function
           at wpforo_load_show (frontend.js?ver=1.6.5:298)
           at HTMLDivElement.<anonymous> (ajax.js?ver=1.6.5:204)
           at HTMLDivElement.dispatch (jquery.js?ver=1.12.4-wp:3)
           at HTMLDivElement.r.handle (jquery.js?ver=1.12.4-wp:3)

2 Replies
1 Reply
(@iguannaweb)
Joined: 4 years ago

New Member
Posts: 1

@adnanahmad4077

Go to /wpforo/wpf-assets/js/frontend.js and around line 309 on function wpforo_load_show comment load.visible(); ( change to //load.visible(); )

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @adnanahmad4077,

This kind of issue is usually caused by either conflict with other plugins or the active theme, thus you should deactivate the plugins one by one and check after each deactivation to find the problem maker one.

Don't forget to press Ctrl+F5(twice) on the frontend each time before checking.