Notifications
Clear all

wpForo 1.x.x [Solved] Unable to click on these buttons

2 Posts
2 Users
0 Likes
834 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 6 years ago
1 Reply
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @stocksforum,

This is also CSS conflict with the active theme. The following CSS code should help you to resolve the issue:

#wpforo #wpforo-wrap :target:before {
display: none !important;
}

Please don't forget to delete all caches and press CTRL+F5 on frontend before checking.