Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

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

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

7 Replies
Robert
Posts: 10616
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: 8 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: 10616
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: 10616
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