Jonathan Bossenger
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Repeating Episodes on new importThanks @pratikalaan
Please feel free to open this as a pull request on our GitHub repository and well give it the proper consideration there, thanks
https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Reverse Order for PodcastsHi @vzwkz1
The $args variable contains the query arguments used by the WP_Query class to generate the episodes query. You’ll need to set the order and order by values to whatever you need – https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Reverse Order for Podcasts@vzwkz1 if you would like to change the order of episodes, you can hook into the ssp_episode_query_args filter. This is the list of arguments used to builde the episodes query, and you can add sorting to this list of arguments.
Further reading
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong Filter names in Filter ReferenceNo problem @netzblogr that entire document needed an update π
It’s been updated now, thanks for bringing this to our attention.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong Filter names in Filter Reference@netzblogr, thanks for that, well look into the documentation and update the filters.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Show Episodes Full Description in RSS FeedThank you for your feedback.
I have created an issue in our GitHub issue tracker here
https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues/411
Could I ask you to add your specific RSS Feeds and set up details to that ticket, that way I can replicate the problem and work towards issuing a fix.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed Level Explicit Tag Not SettingHi @odndpod
Thanks for bringing this to our attention. I will be investigating to determine the cause of the problem.
In the meantime, you can also override the feed template in a child theme, details at the bottom of this page, and set the explicit value manually in the episode loop
https://support.castos.com/article/29-creating-custom-podcast-templates
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Support for HTTP “range” requests@cconstantine thanks for the update. I’ll see if we can get this added to our support documents.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Support for HTTP “range” requests@cconstantine thanks for getting in touch.
Do you perhaps have a URL describing HTTP range requests and how they relate to serving files behind the PHP redirect, so that I can understand how it could be causing the problem? From the cursory review I’ve done, it would appear we should update the plugin to support range requests, would you agree?
Regards
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Repeating Episodes on new importHi @edumusa
When you import, are you using the RSS import tool to pull in the new episodes from anchor.fm?
This tool was developed to import all episodes from a service like anchor.fm in one shot, not to update new episodes each time you release them.
Hi @popydo
Can you tell me what you have set in your Source for publish date setting in the podcast settings, under the Feed Details tab.
If it is set to recorded date, please make sure that the podcasts have a recorded date field set on the podcast/post view.
Alternatively, set it to Published date and save the settings, to use the default podcast published date.
@jaskipper glad you were able to sort this out. We’ll look at adding this snippet to our support documentation for future reference.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Slow loading timeWe actively test out our plugin releases on sites running PHP 7.x (currently WordPress recommends PHP 7.3 or higher) and we’re not currently experiencing any load time related issues to the plugin running on a version of PHP 7. However as @podcastmotor has pointed out, there could be other factors at play here.
Does your web host offer a staging (or test) version of your site? That way you could install and activate the plugin on the staging site, and share the URL with us, so that we can help pinpoint where the speed issues are.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Cannot activate new version of pluginHi @@gregsrichard
Can you check what PHP version you are running? Based on the line that this error occurs on, this looks like it could be a PHP version issue. Since version 1.20.0, Seriously Simple Podcasting requires PHP version 5.6 or later.