Notifications
Clear all

wpForo 1.x.x [Closed] Some buttons are not working..Edit..Delete..Like..are not working

28 Posts
5 Users
5 Likes
5,371 Views
Posts: 18
Topic starter
(@meenakshi)
Eminent Member
Joined: 8 years ago

Ya..Thank u...Its now working...I removed W3 TOtal Cache...Now all working properly...

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

You should not remove whole plugin. Caching plugins do a very good job. just disable CSS/JS file minify functions and disable cache for logged-in users. That would be enough to make those compatible.

Posts: 18
Topic starter
(@meenakshi)
Eminent Member
Joined: 8 years ago

I am already using cloudflare free Ip hosting...That is good or need to install w3 cache?

Posts: 18
Topic starter
(@meenakshi)
Eminent Member
Joined: 8 years ago

and I trying to change Forum title color using css...but not working..can u say me which code to use...I used this one..

#wpforo #wpforo-wrap .wpfl-1 .wpfl-2 .wpfl-3 .wpforo-forum-title {color:blue!important; }

I tried color: blue , color:#ooooff , color:#off..But nothing is working..can u say?

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

Your CSS is wrong. Here is the correct code:

#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-title {color:#DD0000; } 
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-title {color:#00DD00; }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-title {color:#0000DD; }
Page 2 / 4