Good morning. I have been using the Super RSS Reader plugin on various sites, but unfortunately, it no longer works as it should. The feeds are not being displayed.
I validated the feed using validator.w3.org/feed/, and the feed appears to be valid. I then tried contacting my hosting provider’s support, and they responded as follows:
“Dear Customer,
I recommend that you contact the plugin developers and request that they provide the resources required by the plugin to function properly; this way, we will be able to tell you if the resources requested by the plugin are in line with those provided by the shared server.”
The error displayed is as follows:
“RSS Error: A feed could not be found at https://www.guidedolomiti.com/en/feed/
; the status code is 202
and content-type is text/html
.”
Hello,
If the plugin is set to only display feeds without excerpts and without posts.
Is there a way to put search to search keywords or whatever in the feeds just like search is done in WordPress?
Thanks.
]]>Hello,
What is the solution if website continues to show old feeds of many days ago instead of showing today’s feeds ?
Thanks.
]]>Hey, I wanted to know why your website is down? Originally visited to ask you if you can develop a Cloudflare video display plug-in.
Context https://developers.cloudflare.com/api/operations/stream-videos-list-videos
]]>Hi
I’ve tried Super RSS Reader and got some deprecated warnings. I’ve fixed the ones that I’ve got and some more that were of the same kind.
Do you have a repository (github, gitlab …) where I can create a Pull Request or should I send you a patch by email?
Greetings
Roland
Hello,
I’m currently using the Super RSS Reader plugin on another website I own and manage. I’ve come across an issue that seems to be due to the plugin’s interaction with that site’s theme.
Issue Description:
I’ve set up the plugin to display articles from a specific RSS feed. However, I’ve noticed that the theme’s widget, where I only expect to see my site’s own content, is also displaying these RSS articles. This unexpected behavior is causing confusion for my visitors.
Steps Taken:
I’m hoping you might be able to offer some guidance or solutions to rectify this issue. Your expertise and assistance would be greatly appreciated.
]]>Hello,
The plugin was set to show 10 feed items but it shows only 2 in page builder.
Please help.
]]>Hello,
How can I make your plugin to add new feeds every 15 minutes?
To add multiple feeds, do I add feed urls by using comas?
Thanks
]]>Wonderful plugin. Thank you for your successful work. The question is, how to increase the gap (space) between blocks of feed content?
]]>Hi there, apologize for my not-so-good English.
In my site feeds are not shown and this warning appears:
“Warning: Undefined array key “offset” in…”
May you please help me?
Thank you.
Hi everyone,
I’ve been searching in this forum and in google for an answer without success.
How can I show more content from the Super RSS Reader feed in the Description section after I already have the “Description to prefer” setting at Full content and I’ve tried several different options in the “Trim description to words” from 0 to 1,000 but it’s still not showing more content?
Thanks for your time and response
]]>how to change a cover image – small size, poor quality to a large cover image – good quality?
]]>Hello,
Although I defined 20 in the “Total items to show” field, it shows a maximum of 10.
what could be the reason for this?
]]>Hi Aakash,
The corners of thumbnails are rounded. How can I make them squares instead (remove the rounded corners)?
Thanks once again for the fantastic support.
]]>Greetings. How do I override the link colors? I’ve tried using the following:
/* Spectrum RSS Link */
a.super-rss-reader-widget:link { color:#03619b; !important}
a.super-rss-reader-widget:visited { color: #03619b; !important}
a.super-rss-reader-widget:hover { color: #03619b; !important}
a.super-rss-reader-widget:active { color: #03619b; !important}
Is it possible to make the RSS description clickable?
]]>Hi
I bought this plugin over the others as it seemed to be lighter and focused.
My website is organized geographically, so Im trying to create feeds to be ruled in based on city name or district in large cities such as NYC. ALSO, I can use the gallery/museum names to screen for specific geographic areas.
Ideally I want to screen the article name/body/ or URL. But it doesnt seems to be working, or perhaps there is no content currently
I have 5 publications listed and none of them produce any results when I use all 4 filter rules for mutually exclusive rules for terms, Miami, Chelsea, and tribeca.
Which makes me suspect I have an issue with my shortcode, or setup. Can you please help me find the problem?
[srr_feed urls=”https://hyperallergic.com/feed/, https://www.artnews.com/feed/, https://www.theartnewspaper.com/rss.xml, https://www.artforum.com/news/rss, https://news.artnet.com/market” tab_titles=”Hyperallergic, ARTnews, Art Newspaper, ARTFORUM, ArtNet” color_style=”orange” show_author=0 show_date=0 thumbnail_size=”150px” grid_columns=2 thumbnail_position=”cover” thumbnail_force=”always” display_type=”grid” filter_type=”??hide” filter_name=”?tribeca”]
Hi I got an error when the plugin updated to 4.9 from using the RSS feed
https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001397183&type=10&dateb=&owner=include&start=0&count=40&output=atom
RSS Error: A feed could not be found at https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001397183&type=10&dateb=&owner=include&start=0&count=40&output=atom
; the status code is 403
and content-type is text/html
I had to go back to 4.8.1 which works, any fix for future updates?
Hello,
Is there a way to remove the ‘READ MORE…’ text? The field for that is left blank and the ‘[…]’ is not visible anymore but the READ MORE…’ text is still there.
Regards,
Ganka
I checked the demo site, great stuff! Looks like shortcode ability is only a pro version, but I was curious if it’s possible to use shortcode on pages/posts to display feeds using the free version of the plugin?
Thanks
]]>the last rss reader is not fully boxed, i try differente config but the result is the same
see the pix
]]>I have an RSS feed that uses the <b> tag for bold. Unfortunately, the plugin strips the <b> tag. Is there a filter I can create to keep the <b> tag?
Please consider allowing the <b> tag on the next update. Thanks.
]]>Hi,
I’ve installed the plugin to display an RSS feed and it’s working great. However, is it possible to add a button underneath each feed item which links to the corresponding URL on the original website?
At the moment, the feed item’s title links to the item’s page on the original website, however I’d like to add a button which would say something like “Apply Now” underneath the description of each feed item which would also link to the page on the original website, as the feed is displaying job listings from another website.
Please can you let me know whether this is possible in the free or Pro version of the plugin?
Many Thanks,
Andrew
Hi,
My RSS feed comes in as UTC time. I need it to show in UTC-6, is there a way to do this (changing the default WordPress time zone does not work)
]]>Hello,
I need to replace some content from the feed. I use this code (i know it works with function “the_content
“):
function replace_content2($excerpt) {
$replace = array(
'comments' => 'commenti',
'submitted' => 'Postato da',
);
$excerpt = str_replace(array_keys($replace), $replace, $excerpt);
return $excerpt;
}
add_filter('super-rss-reader','replace_content2');
/** FIX WORDS */
But it seems don’t works. Do you know which function can I use instead of super-rss-reader
?
Thanks.
]]>Hi
I have a rather strange problem when im using your super RSS reader which i have enjoyed for a long time but now when im using your plugin my menues are not clickable as soon as a submenu is in touch with text from rss super reader please see this photo:
Error in my menus
https://ibb.co/TqZdxfz
You can see that the bottom of the gray menu is not visable, solid over the text from the RSS reader plugin BUT if i try another rff plugin like this, the menu are working fine, are solid on top of the rss text
From another RSS reader – no problem with menu, colour solid
https://ibb.co/cxv7dfR
I wonder if you have an idea what im doing wrong since i cant use your plugin with my menues from my theme “GeneratePressVersion: 3.1.0”
]]>Hi,
i am a happy user of your plugin, but now i did a reinstall on my board and now i cant show this on my front page anymore ny using this shortcut = RSS news ?
[do_widget id=super_rss_reader-2]
using Version 4.3
Did something change or do i need to do something else ?
]]>The link gives me an error when I put a widget on home.
]]>Hello, is there any plan to support WP 5.8.1 for Super RSS Reader?
]]>Hi
I liked your plugin very much, its quite useful, but it says No items when using it to display feed from my another website. Can you help me by suggesting how I can generate the feed from one of my website to use that to display in my another website.
TIA
]]>