Here is the forum I made using wpforo; https://jukwaa.mogriculture.com/
I made WPForo the default software instead of WordPress.
I'm very new to this forum software but so far I really love it. I want to make the most out out of it.
Any suggestions ? please...
Thank you, @mtalula,
Your forum looks very nice.
I just see a small CSS issue on the registration page. See the screenshot below. To solve the issue just put the following CSS code in "Custom CSS code" textarea (Dashboard > Forums > Settings > Styles), save it, delete all caches and press CTRL+F5 on forum frontend.
#wpforo #wpforo-wrap .wpf-field-wrap .wpf-field-icon {
top: 16px;
}
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Thank you, @mtalula,
Your forum looks very nice.
I just see a small CSS issue on the registration page. See the screenshot below. To solve the issue just put the following CSS code in "Custom CSS code" textarea (Dashboard > Forums > Settings > Styles), save it, delete all caches and press CTRL+F5 on forum frontend.
#wpforo #wpforo-wrap .wpf-field-wrap .wpf-field-icon {
top: 16px;
}
Thank you very much @sofy I have made the changes and now it looks a lot better.
Thank you, @mtalula,
Your forum looks very nice.
I just see a small CSS issue on the registration page. See the screenshot below. To solve the issue just put the following CSS code in "Custom CSS code" textarea (Dashboard > Forums > Settings > Styles), save it, delete all caches and press CTRL+F5 on forum frontend.
#wpforo #wpforo-wrap .wpf-field-wrap .wpf-field-icon {
top: 16px;
}
What do you think of the issue with the forum search widget? Does it look the way it should be?
This is a small CSS conflict with the active theme. Please add this code in "Custom CSS code" textarea as well.
.wpforo-widget-content form {
display: flex !important;
}
#wpforo #wpforo-wrap input[type="submit"] {
height: 40px !important;
}
Delete all caches and check again.
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
This is a small CSS conflict with the active theme. Please add this code in "Custom CSS code" textarea as well.
.wpforo-widget-content form {
display: flex !important;
}
#wpforo #wpforo-wrap input[type="submit"] {
height: 40px !important;
}Delete all caches and check again.
I did it and it looks so good now, thank you.