Notifications
Clear all

wpForo 1.x.x [Closed] Quote-function malfunction

8 Posts
2 Users
0 Reactions
2,584 Views
onlyj
Posts: 23
Topic starter
(@onlyj)
Eminent Member
Joined: 7 years ago

When quoting on my forum there is an graphical error with the quote-mark. See attached image.

7 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

This is a conflict with your theme or with other plugins CSS.Please leave URL to this post to allow us find the conflicting code.

onlyj
Posts: 23
Topic starter
(@onlyj)
Eminent Member
Joined: 7 years ago
Posted by: Robert

This is a conflict with your theme or with other plugins CSS.Please leave URL to this post to allow us find the conflicting code.

Check this URL for example:  http://fotointresse.se/forum/teman-utmaningar/10-a-vertramp/

Thanks!

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

This comes from your theme style.css file. You can disable this for forum pages using CSS code below. Navigate to Dashboard > Forums > Settings > Styles admin page and put the code in Custom CSS Code textarea, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpforo-post-content blockquote p:before {
     content: "";
     display:none;
}
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Also please navigate to Dashboard > Forums > Dashboard and click on [Update Forums Statistic] and [Delete All Caches] buttons.

Page 1 / 2