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.

 

Style [Closed] How to hide Activity Fields

8 Posts
2 Users
0 Reactions
1,573 Views
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

how to delete this that we don't use

7 Replies
1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@asmadi1,

Insert the below CSS code in Custom CSS Code Field from Dashboard > Forum > Settings > Styles Tab

#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(10),.wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(9) {display: none !important 
}
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

how to delete this that we don't use

&
 
wpforo is very very good like vbuletin, i want to make a big forum based on wpforo
1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@asmadi1,

1-

#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(10),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(9),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(5),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(4),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(3) {display: none !important 
}

2- Go to Dashboard > Forums > Settings > Topics & Posts Tab and disable "Display Post Editing Information" feature.

Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago
1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@asmadi1,

#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar div#wpf-buttons-7 {
    display: none !important;
}
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

this didn't work

1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@asmadi1,

try this one

#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar .wpf-head-bar-left.wpf-load-threads {
    display: none !important;
}