Notifications
Clear all

wpForo 1.x.x [Closed] Quote reply spacing ?!

6 Posts
2 Users
1 Likes
904 Views
Posts: 3
Topic starter
(@thehigherspace)
Active Member
Joined: 5 years ago

Hi people ..

Trying out this forum plugin, so far so good .. I noticed everytime I reply to something with a quote, there is weird spacing in the quote itself ..

 

Not sure if this is a known bug or maybe it's the css of my wp theme ..

example

https://www.thehigherspace.com/forum/showcase/roborock-s50-smart-vacuum-cleaner/

 

Thank you!

5 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @thehigherspace,

This is just a CSS conflict with current active theme or other plugins. To solve the issue just add the following CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, save it, delete all caches, press CTRL+F5 on forum frontend. 

article:after, article:before, aside:after, aside:before, details:after, details:before, div:after, div:before, figcaption:after, figcaption:before, figure:after, figure:before, footer:after, footer:before, header:after, header:before, hgroup:after, hgroup:before, menu:after, menu:before, nav:after, nav:before, section:after, section:before, ul:after, ul:before{
display:none;
}

#wpforo #wpforo-wrap blockquote:after{
display:none;
}
4 Replies
(@thehigherspace)
Joined: 5 years ago

Active Member
Posts: 3

I like it!

solved :))

 

quick unrelated question, does your embed addon allow for posting images directly in a post / topic ? cause I don't see the possibility to add pictures right now

Thanks

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

No, there is wpForo Advanced Attachments add-on for this purpose, Please check it out here:

https://gvectors.com/product/wpforo-advanced-attachments/

(@thehigherspace)
Joined: 5 years ago

Active Member
Posts: 3

ok thanks ..

not ideal imo .. I would preferred paying for media to be put on posts in a single addon ..

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

Hi @thehigherspace,

Please check the solution provided by Robert. The code mentioned in the post allows to detect images and show those as image.

https://wpforo.com/community/how-to-and-troubleshooting-2/uploading-and-embedding-images/#post-5212