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.
Hi,
Just installed the plugin today.
1) How can I remove from the 'profile' section:
- website
- occupation
- social networks
- location
- timezone
2) Also to remove from showing on 'member activity':
- blog posts
- blog comments
- liked
- questions
- question comments
- answers.
Also so people can't edit their title: "member"
Thanks
Please follow to this support forum:
https://wpforo.com/community/how-to-and-troubleshooting-2/disabling-specific-statistics-displaying/
Great that worked!
Another one, how can I make the font in the sidebar white?
This is how the sidebar on the rest of my site looks:
https://smallcaps.com.au/csiro-hydrogen-potential-replacement-hydrocarbons-petrol/
And the forum sidebar image is attached where you can's see the text.
Hi StocksForum,
As far as I see, you've already changed the color.
I suggest you set font weight to bold and transform text to uppercase.
If you want you can use the following CSS code. Navigate to Dashboard > Forums > Settings > Styles admin page put in "Custom CSS Code" textarea. Delete all caches, do CTRL + F5 on frontend.
h4.block-title > span {
font-weight: bold !important;
text-transform: uppercase;
}