Travis
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS ERROR – No RSS items found with URLHello,
It sounds like the subdomain server is blocking the requests. I would contact your hosting company and see if they can unblock the requests.
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Feed not updating/refreshingHello,
This sounds like a caching issue either with a caching plugin or with your server caching if it is showing different results while you’re logged in as an administrator. See if you can clear either cache and it should fix the issue.
Forum: Plugins
In reply to: [RSS Feed Retriever] After uninstall, I still get new items on multiple sitesGreat! Glad you got it worked out
Forum: Plugins
In reply to: [RSS Feed Retriever] HTML not showingNo, we do not include html in the feed as this can cause a number of layout issues.
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS ERROR – No RSS items found with URL:Hello,
I just checked the link and it appears to be working now. Let me know if you need any other help!
Forum: Plugins
In reply to: [RSS Feed Retriever] WordPress RSS Feed Retriever not showing dateHello,
I’m getting a 404 error for the link provided.
If the date is not showing, make sure you set date=true
Forum: Plugins
In reply to: [RSS Feed Retriever] event rssHello,
You can remove the date/time of the feed item by setting date=false
Forum: Plugins
In reply to: [RSS Feed Retriever] Plugin stopped working with upgrade to PHP 7.3Hello,
Were you able to get this working? It looks like the feed is working on the link provided.
Also, our demo site is running PHP 7.3 here, so I’m not sure this is due to the PHP upgrade: https://demo.thememason.com/rss/
Forum: Plugins
In reply to: [RSS Feed Retriever] After uninstall, I still get new items on multiple sitesHello,
The plugin should not work if it is uninstalled. This sounds like it is a caching issue. Try flusing your cache and it should resolve the issue.
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] Add new icons?Hello,
All new icon requests must be made through the Simple Icons github repo here: https://github.com/simple-icons/simple-icons/issues
Minds icon should already be available.
Forum: Plugins
In reply to: [RSS Feed Retriever] FLipboardYes, it looks like you just need to add .rss to the flipboard URL you want to display and it should work!
Forum: Plugins
In reply to: [RSS Feed Retriever] Excerpt Ignore My SettingsHello,
Please post the shortcode you’re using so we test it.
Forum: Plugins
In reply to: [RSS Feed Retriever] Help with adding imagesHello,
Please update to the latest version (1.6.0) and this should solve you issue!
Thanks.
Forum: Plugins
In reply to: [RSS Feed Retriever] pagination???Hello,
Thank you for suggesting pagination. I’ve added it to our feature request list.
Forum: Plugins
In reply to: [RSS Feed Retriever] Layout of the Feed itemAdd this to your CSS:
.wp_rss_retriever_metadata:before, .wp_rss_retriever_metadata:after { content: none !important; } .wp_rss_retriever li { clear: both; }