# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: How to change the size of items? like edit profile item
|
7 Relevance |
5 days ago |
Sofy |
How-to and Troubleshooting |
|
Hi,
Use the CSS code below:
.wpforo-user-tools span {
font-size: 25px !important;
}
.wpforo-user-tools svg {
width: 25px !important;
}
Change the red marked values as you like.
Insert the CSS codes in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab. |
|
Members of Forum not receiving comments on posts
|
3 Relevance |
2 days ago |
ExDesign |
How-to and Troubleshooting |
|
under User Groups, User Roles: Registered and Subscribers are not synced. Could that be why people aren't receiving notifications of new comments/posts via email?
Currently running wpForo 2.4.6
Current active theme: 2022
Any help would be greatly appreciated! I've attached the Maintenance screen. Do I need to do all these?
Attachment : wp-foro-maint.jpg |
|
RE: Posts are not marked as read
|
3 Relevance |
4 days ago |
ww_hoax |
How-to and Troubleshooting |
|
I found it. Sorry.Under Settings --> Privacy & Forum Rules ---> Forum Cookies should be enabled.
I don't know why I disabled it. |
|
Synching user profile changes
|
3 Relevance |
6 days ago |
bennywuk |
How-to and Troubleshooting |
|
My wp-foro forum does not seem to automatically synch if users change their edtails (eg role or email address) via a process outside of wp-foro. eg we have our users handled by another plugin, and users can update and change their email address, but I've noticed the emails being sent by wp-foro are still going to an OLD email address, even though the new updated email address is correct under wp-foro > Members ?
I can see the OLD email is still in wp_user in field meta_key = meta _wpf_member_obj , despite the fact that the old email is no longer on the users profile?
Is there any auto synching of user profiles and is there a way to check if this is turned on / working?
many thanks
Ben |