Notifications
Clear all

wpForo 1.x.x [Closed] How do I get text in forum box

7 Posts
3 Users
0 Reactions
1,245 Views
Posts: 4
Topic starter
(@carlc)
Active Member
Joined: 6 years ago

Hi,

All text that is entered in the topic or any text box are running outside the form as I have shown in attached screen grab.

Regards,

Carl

6 Replies
Sofy
Posts: 4866
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @carlc,

Please leave some example URL to allow us to check it and provide some solution.  This is a small conflict with your theme or other plugins. 

Posts: 4
Topic starter
(@carlc)
Active Member
Joined: 6 years ago

Hello;

Links below;

[links removed]

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

This is a theme CSS conflict. Put this code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, navigate to front-end and press Ctrl+F5:

.single-post #wpforo #wpforo-wrap p {
    width: auto;
}
1 Reply
(@carlc)
Joined: 6 years ago

Active Member
Posts: 4

Hi,

This is what I have in that block of styles

#wpforo #wpforo-wrap {
font-size: 13px; width: auto; padding:10px 20px; margin:0px;
}
.single-post #wpforo #wpforo-wrap p {
width: auto;
}

The first wrap line was already there.  I followed your instructions and it did not do anything.

Carl

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

I don't see that code on your website. You've not cleared cache properly and purged CDN. Please delete all caches, then delete all cache and delete again. Then purge CDN and again totally. Then press Ctrl+F5 twice on forum front-end. This code works very well you just need to bring it to front-end, now all are cached and code is not included on front-end.

1 Reply
(@carlc)
Joined: 6 years ago

Active Member
Posts: 4

Hello,

OK that worked that time, thanks for your help appreciate it.

Carl