Notifications
Clear all

[Solved] Place custom fields above thread content?

6 Posts
2 Users
0 Reactions
177 Views
Posts: 13
Customer
Topic starter
(@kelly-peterson)
Member
Joined: 3 years ago

Is there a way to get the fields users have field out to show before the content of the post they write when creating a topic?

Topic Tags
5 Replies
Astghik
Posts: 6211
Admin
(@astgh)
Illustrious Member
Joined: 7 years ago

Hi,

Please provide us with an example URL, and we’ll attempt to offer a CSS solution if possible.

Posts: 13
Customer
Topic starter
(@kelly-peterson)
Member
Joined: 3 years ago

https://chosenofstarclan.com/community/postid/56281/

I just want to move where the fields about the topic are to above that first post instead of below it.

Posts: 13
Customer
Topic starter
(@kelly-peterson)
Member
Joined: 3 years ago

Being more specific, here's an image of how I would like it to arranged, instead of how it is currently arranged.

Desired outcome
1 Reply
Astghik
Admin
(@astgh)
Joined: 7 years ago

Illustrious Member
Posts: 6211

@kelly-peterson 

I'd suggest you use the CSS code below:

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content {
  display: flex;
  flex-direction: column-reverse;
}

Insert the code in the Custom CSS code textarea located in the following tab: 

For the Single Board Forum:

  • Dashboard > wpForo > Settings > Colors & Styles

Multi-Boards Forum:

  • Dashboard > [Your Board Name] > Settings > Colors & Styles tab
  • Dashboard > [Your Board Name> Settings > Colors & Styles tab

For example:

  • Dashboard > EN Forum > Settings > Colors & Styles tab
  • Dashboard > FR Forum > Settings > Colors & Styles tab
Posts: 13
Customer
Topic starter
(@kelly-peterson)
Member
Joined: 3 years ago

This worked, for the most part.

I ended up having to put it in the theme's custom CSS instead of the forums, though, to get it to work on Safari. I don't know what conflict made it necessary, but at least the alternate location for the CSS worked.

Share:
Scroll to top