Travis
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Error – But Feed ValidatesI’ve tested both feeds on multiple installations and environments, on pages and as widgets, and they appear to be loading fine. Here’s one example: https://demo.thememason.com/test/
I’m not sure what’s happening on your site. I would try disabling other plugins and/or switching the theme to see if something else is conflicting with the request. You can also try installing Transients Manager and try deleting all transients on your website.
Let me know if any of this works or doesn’t work for you.
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Error – But Feed ValidatesPerhaps the two feeds are somehow conflicting. Can you post the other shortcode you’re using as well?
Forum: Plugins
In reply to: [RSS Feed Retriever] Remove Error messageHello,
These error messages are only visible to logged-in users with administrator and/or editor capabilities.
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Error – But Feed ValidatesHello,
I’ve tested your shortcode and it appears to be working fine. What version of our plugin and WordPress are you using?
Forum: Plugins
In reply to: [RSS Feed Retriever] Display Date without hours and minutesHello,
This is not currently available, but I’ve added it to our request list.
Forum: Plugins
In reply to: [RSS Feed Retriever] Like a finely tuned race carHello,
The “check the shortcode” message usually means there is a type error within your shortcode. If you can post exactly what the error message says we can take a look. Version 1.5+ introduces more shortcode validation to prevent potential PHP warnings or errors.
Forum: Plugins
In reply to: [RSS Feed Retriever] How to not include RSS feed title in the excerptThis is happening because the source includes the title in the description. For example: https://news.google.com/rss/search?q=sports&hl=en-US&gl=US&ceid=US%3Aen
Your best bet here would be to remove the title by adding title=”false”.
Alternatively, if you’re good with PHP you could alter the output with PHP’s built-in classes DomDocument and DomXPath to grab the title (remove the dash) and then remove the title from the excerpt before returning the output.
Forum: Plugins
In reply to: [RSS Feed Retriever] How to not include RSS feed title in the excerptHello,
Can you post the feed URL and your shortcode?
v1.5.3 automatically rolls back to the same fetch process that v1.4.1 uses.
No error exists in either version that states “no URL”. Even if you do not provide a URL the error would display “invalid URL”.
We tested this on a demo site with 1.5.3 and it appears to be working fine. I would try clearing out your cache and seeing if that fixes the issue. Sometimes caching plugins or server caching can conflict with other plugins.
Please post your shortcode so we can test it.
Forum: Plugins
In reply to: [RSS Feed Retriever] No RSS items found after last update@mrsorpresa Please try out the latest version (1.5.3) and let us know if it works for you.
Forum: Reviews
In reply to: [RSS Feed Retriever] Great pluginThank you!
Forum: Plugins
In reply to: [RSS Feed Retriever] No RSS items found after last update@akingbenga You need to add “?format=xml” to the URL for it to work:
Forum: Plugins
In reply to: [RSS Feed Retriever] No RSS items found after last update@bjrnet21 Glad to hear!