Notifications
Clear all

wpForo 1.x.x [Solved] Quotation Marks / Paragraph Issues

10 Posts
2 Users
1 Reactions
2,007 Views
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

On both forums, it works in same way.

  • Shift+Enter ads <br/> (one liken break)
  • Simple Enter create paragraph <p></p> (two line breaks)

I've recorded a video please watch it:

https://www.screencast.com/t/qXXn94q2ccX

Cotty
Posts: 23
Topic starter
(@cotty)
Eminent Member
Joined: 8 years ago

Apologies Sofy, i think we're becoming confused.

I completely agree with you what the video you have presented shows the text editor showing what it should be like. The issue is the actual completed post where it does not show correctly.

I have uploaded a video and used the on screen keyboard to represent the button strokes and when i hit "add reply" there are no paragraphs created. I hope this video i have attached makes sense.

I do genuninely appreciate your help,

https://www.youtube.com/watch?v=5aKmkhalV5Y&feature=youtu.be

Kind Regards

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4900

Cotty,

We've understood the issue. This is also the CSS conflict, some of your plugins overwrite the styles for the <p> tag. Watch the video: 

https://www.screencast.com/t/YbElgkwBBy4T

Add this code in "Custom CSS code" textarea, save it delete all caches do CTRL+F5 on the frontend.

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p {
margin0 0 10px 0 !important;
}
Cotty
Posts: 23
Topic starter
(@cotty)
Eminent Member
Joined: 8 years ago

Thank you ever so much!

 

I really appreciate your help!

Page 2 / 2