Notifications
Clear all

wpForo 1.x.x [Solved] Quotes display issue in forum posts...

5 Posts
2 Users
1 Reactions
1,479 Views
Sapere Aude
Posts: 56
Topic starter
(@sapere-aude)
Trusted Member
Joined: 7 years ago

I am sure this is theme related, but not being a coder, that knowledge alone isn't enough for me to fix. There is a quote symbol showing up in replies that contain a quote from another post.

See the image I've attached 

4 Replies
Sofy
Posts: 4871
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi Sapere Aude,

This is a small CSS conflict with your theme, We need an example of this issue, to provide some CSS solution for you. Please leave us an example URL with such kind of problem.

Sapere Aude
Posts: 56
Topic starter
(@sapere-aude)
Trusted Member
Joined: 7 years ago

Here is a url

I think you will only have read access, just let me know if you need something else. and thank you!

https://thelemicknights.org/community/otk-abbey-beehive/test-for-an-issue/#post-25

Sofy
Posts: 4871
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Sapere Aude,

Use this CSS code. You need to put it in "Custom CSS Code" textarea in Dashboard > Forums > Settings > Styles admin page. Save it, delete all caches and do Ctrl+F5 on frontend:

.entry-content blockquote:before {
content: ' ' !important;
}
Sapere Aude
Posts: 56
Topic starter
(@sapere-aude)
Trusted Member
Joined: 7 years ago

THANK YOU!