My forum Jukwaa la ...
 
Notifications
Clear all

[Closed] My forum Jukwaa la Mkulima

6 Posts
2 Users
2 Likes
7,934 Views
(@mtalula)
Posts: 4
Active Member
Topic starter
 

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...

 
Posted : 15/08/2019 3:21 pm
Sofy
 Sofy
(@sofy)
Posts: 4308
Support Team Admin
 

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.

 
Posted : 16/08/2019 7:46 am
(@mtalula)
Posts: 4
Active Member
Topic starter
 
Posted by: @sofy

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. 

 
Posted : 16/08/2019 9:58 am
Sofy reacted
(@mtalula)
Posts: 4
Active Member
Topic starter
 
Posted by: @sofy

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?

 
Posted : 16/08/2019 10:07 am
Sofy
 Sofy
(@sofy)
Posts: 4308
Support Team Admin
 

@mtalula

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.

 
Posted : 16/08/2019 10:26 am
(@mtalula)
Posts: 4
Active Member
Topic starter
 
Posted by: @sofy

@mtalula

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.

 
Posted : 16/08/2019 11:50 am
Sofy reacted