Notifications
Clear all

[Closed] I can't see the add topic / ask question button

5 Posts
3 Users
1 Reactions
1,435 Views
Posts: 8
Topic starter
(@dcelest)
Active Member
Joined: 2 years ago

Hi! 

As you can see here: https://www.awesomescreenshot.com/image/37621780?key=e582f2f1e76c4c8b94153fded67b0ea5 I don't have the add topic or ask question button. So I can't do any of this. How can I fix that? 

My created forums/categories do not show up either in frontend. Here is the site URL: https://tinyurl.com/4a37xznw.  

Best regards,

4 Replies
Posts: 8
Topic starter
(@dcelest)
Active Member
Joined: 2 years ago

By the way, when I tried to install WPFOro I got this error message: https://www.awesomescreenshot.com/image/37624144?key=88f8bff96940758890490abb8d4fe6fb. Which was gone after I reloaded the page. 

Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @dcelest,

Provided screenshot URL goes to 404 page, the Forum URL isn't showing the Forum.

Your issue should be because of the options of Forum Accesses, and the Forum Permissions set in the Categories and Forums.

Please check this FAQ: https://wpforo.com/community/faq/wordpress-user-roles-wpforo-usergroups-and-forum-accesses/#post-39664

Posts: 8
Topic starter
(@dcelest)
Active Member
Joined: 2 years ago

Hi! 

Thanks for your reply, I got it fixed, but I have another issue: the Q&A format is not nice on mobile, because the upvote and downvote button to the left is too big. It occupies a whole column and push the answer content to a tiny right column as you can see here: https://www.awesomescreenshot.com/image/37676739?key=15ef681401fb657d3e17705c96d66f82.  

How can I get the upvote and downvote button to show up on mobile, to the top, near share buttons or bellow answer, so that content can get full width on separate row? 

Best regards, 

1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

@dcelest 

Your screenshot's and tinyurl does not work!

But you can make the buttons smaller for mobile view

add this to custom css

@media screen and (max-width: 680px) {
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left {width: 40px;	font-size: 10px !important;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-positive {font-size: 18px;}	
#wpforo #wpforo-wrap .wpfl-3 .wpf-negative {font-size: 18px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-vote-number {font-size: 18px; line-height: 18px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer {font-size: 20px; padding-top: 2px;}	
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right {width: calc(100% - 52px);}	
}

Dashboard > Forums > Settings > Colors & Styles (Custom CSS)