systemsrtk
Forum Replies Created
-
Thanks for the detailed feedback. I found that “Run now” and some scheduled imports could still use cached feed data when the Optimize setting was enabled, so the plugin might miss newly published episodes even when the RSS feed was already updated.
I’ve updated the plugin so imports now force a fresh RSS fetch with a unique cache-busting parameter, “Run now” bypasses cached XML, and future-dated published episodes are corrected so WordPress won’t schedule them by mistake. I also added a Debug tab to help verify the exact fetch URL, response headers, latest parsed episode, and cron status if this happens again.
Forum: Reviews
In reply to: [R2K Terms Copier] Handy Plugin For When You Need ItHi @rtpharry
Thanks for your feedback, we released 1.0.2 version should be take care of this
thanks@master-devwi
Thanks for the help troubleshooting! I’ve just released version 1.0.20 to address the issues you found:- Timezone Fix: Replaced PHP
date()with WordPress-nativegmdate()andget_date_from_gmt(). This ensures episodes are marked as “Published” immediately rather than “Scheduled” in the future. - Cache Busting: Added strict
no-cacheheaders towp_remote_get()to force a fresh pull from Spotify/Anchor every time. - Reliability: Fixed a bug where the “Run Now” button would still see old cached data if the “Optimize” setting was active.
Please update and let me know if your next episode appears instantly!
Hi @master-devwi
Sorry for the delay of response, we realeased a new verison 1.0.18
we added ?nocache=<random ID or timestamp> to fetch proccess
thanksDo you know if your site or host has any caching plugins (e.g., WP Rocket, LiteSpeed Cache) or server-level caching (Redis, Memcached, Varnish)?
Do you know if WP-Cron is disabled or replaced with a real cron job?
When you click “Run Now,” does anything appear in the logs or admin screen?thanks
Forum: Plugins
In reply to: [Auto podcast import] Issue with Featured Image DisplayAs we haven’t received a response, I’ll be closing the ticket for now. If you have an RSS link, feel free to contact us again and we’ll be happy to look into the issue.
Forum: Plugins
In reply to: [Auto podcast import] Please add Art 19As we haven’t received a response, I’ll be closing the ticket for now. If you have an RSS link, feel free to contact us again and we’ll be happy to look into the issue.
Forum: Plugins
In reply to: [Auto podcast import] it appears to be hiding the featured image.Thank, lets us know if you need another assists
Forum: Plugins
In reply to: [Auto podcast import] Does it work with Acast / RSS?Hi @monologuehq
I just tested the plugin on Acast url
https://feeds.acast.com/public/shows/5d28ef74d3cc3f013778b13bthe plugin success fetch the epsods
thanks
Forum: Plugins
In reply to: [Auto podcast import] Issue with Featured Image DisplayHi @iloveynyn
I just tested the crons and see that’s works and fetch the images correct.let me know you RSS feed url and i’ll make double check
thanks
Forum: Plugins
In reply to: [Auto podcast import] Issue with Featured Image DisplayHi @iloveynyn
did you still have same error in logs?
what is your elementor-pro version?thanks
Forum: Plugins
In reply to: [Auto podcast import] Issue with Featured Image DisplayHi Lei, @iloveynyn
Thanks for reporting this.
The issue was caused by the plugin returning an invalid featured-image value in certain cases, which led Elementor to display the warning.I’ve fixed this in version 1.0.16, and the warning should no longer appear after updating.
Please let me know if you need anything else.
Best regards,
Forum: Plugins
In reply to: [Auto podcast import] it appears to be hiding the featured image.@master-devwi
Thanks for updating us!We tested both of the feeds you provided in our development environment using several themes (including BlogHash and Twenty Twenty-Five).
Our plugin uses the WordPress filters post_thumbnail_id and post_thumbnail_html to display the image URL, so it’s possible that something in your setup (such as a theme or another plugin) is interfering with those filters.
To help us debug further, could you please create a staging environment and share the WordPress admin and FTP access details with us privately? That way, we can investigate the issue directly and find a reliable fix.
Thanks again for your cooperation and for helping us improve the plugin!
Best regards,
Forum: Plugins
In reply to: [Auto podcast import] it appears to be hiding the featured image.Hey @master-devwi
Thanks again for your detailed feedback it really helped me track this down!
I’ve finally found the cause of the issue with using the image URL from the feed, and it’s now fixed in version 1.0.15.
Once you update to the latest version, it should work as expected again.
Appreciate your patience and for bringing this up your input really helps make the plugin better!Forum: Plugins
In reply to: [Auto podcast import] it appears to be hiding the featured image.I released version 1.0.14. This update should allow you to replace the featured image by uploading it to the media library. You just need to review the feed settings.
and refetch the feed if needed - Timezone Fix: Replaced PHP