Notifications
Clear all

wpForo 1.x.x [Solved] rss issue

2 Posts
2 Users
0 Reactions
1,055 Views
Posts: 11
Topic starter
(@shalevh8)
Active Member
Joined: 6 years ago

Hey !

i have issue with the rss feed, you can see this in the picture :
&source=gmail&ust=1549198623828000&usg=AFQjCNG7Z78WDTzXbcG35yXjE0X1_gtRwA">

the link of the site is :http://secretjob.online/index.php/community/&source=gmail&ust=1549198623828000&usg=AFQjCNGipuxuaPOPztgZ7Qpjn7Gw3-HIG w"> http://secretjob.online/index.php/community/

1 Reply
Sofy
Posts: 5002
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @shalevh8,

This is a small conflict with your active theme. Please navigate to Dashboard > Forums > Settings > Styles admin page, add the following CSS code in "Custom CSS code" textarea, save it, delete all caches, do CTRL+F5 on frontend. 

#wpforo #wpforo-wrap .wpf-feed-topics a, #wpforo #wpforo-wrap .wpf-feed-forums a, #wpforo #wpforo-wrap .wpf-unread-posts a{
background-image: none !important;
}
.wpforo-feed {
display: flex;
}