Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

28 Posts
5 Users
5 Reactions
6,189 Views
Posts: 18
Topic starter
(@meenakshi)
Eminent Member
Joined: 9 years ago

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

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 9 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: 9 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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