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.
When quoting on my forum there is an graphical error with the quote-mark. See attached image.
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.
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!
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;
}
Also please navigate to Dashboard > Forums > Dashboard and click on [Update Forums Statistic] and [Delete All Caches] buttons.