My new question and...
 
Notifications
Clear all

[Closed] My new question and answer site built in WPFORO

2 Posts
2 Users
0 Reactions
1,962 Views
(@johndik)
Posts: 6
Active Member
Topic starter
 

My new question and answer site built in WPFORO: 

Hi I got to know about WPFORO in 2019 built start using it in 2021. Here's a project I built with it: https://ajuju.com.ng   please drop your honest review, thank you.

Suggestion are welcomed at https://ajuju.com.ng

 
Posted : 16/04/2021 7:58 am
Robert
(@robert)
Posts: 10583
Support Team Admin
 

Hi @johndik,

Looks nice! But I see an empty sidebar space on the right side. You should edit the forum page and choose the Full Width template. I home your WordPress them allows you to do that. You can edit the forum page using the edit button on the top admin bar:

 

If your theme doesn't have a full width page template, then use this CSS code. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

.wpforo.layout-sidebar-right #sidebar {
    display: none;
    float: none;
    width: 0;
}
.wpforo.layout-sidebar-right #main {
    float: none;
    width: 100%;
}
.wpforo.layout-sidebar-right #wpforo #wpforo-wrap .wpforo-content.wpfrt {
    padding-right: 0;
}

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 : 19/04/2021 7:38 pm