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 New Topic Button

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

hi how do i get rid of this

 

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

Famed Member
Posts: 3611

@asmadi1,

#wpforo #wpforo-wrap button.wpf-button.add_wpftopic {
    display: none !important;
}
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

I need the html code for the two images below?
please help

 

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

Famed Member
Posts: 3611

@asmadi1,

I don't see what's the arrow showing on the first screenshot,

Disable "Show Forum Statistic" option from Dashboard > Forums > Settings > Features Tab

 

Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

I mean I asked for the code to put in the template

Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

in the first screenshot it means that I asked for the html code of the menu above to be installed in the template.

 

as well as the second screenshot

Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

@asmadi1,

Posted by: @asmadi1
Posted by: @chris

Disable "Show Forum Statistic" option from Dashboard > Forums > Settings > Features Tab

Use this method to hide the forum statistics

Posted by: @asmadi1

in the first screenshot it means that I asked for the html code of the menu above to be installed in the template.

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