There is a bar on the top of the forum (div.wpforo-feed) with 3 options : Topics, Forums and unread posts. When my website users click on them, they can see the code. (photo is attached)
Could you please help me fix this problem?
Thank you.
There is a bar on the top of the forum (div.wpforo-feed) with 3 options : Topics, Forums and unread posts. When my website users click on them, they can see the code. (photo is attached)
Could you please help me fix this problem?
Thank you.
Hi @mania-artimani,
If you have questions about wpForo plugin not about the addons please ask them at https://wpforo.com/community/
Those are created to check the XML's.
You can hide them using this CSS:
#wpforo #wpforo-wrap span.wpf-feed-forums,#wpforo #wpforo-wrap span.wpf-feed-topics, #wpforo .wpforo-main .wpforo-feed sep { display: none; }