Jonathan Bossenger
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Speakers] Plugin not workingHello folks, we’ve just updated the plugin to fix this bug. Please update to version 1.0.2.
Thanks
@lk2_89 as this time the update only includes the ability to modify the subscribe services. If you need to add images you can still use the article I linked above.
In the morning I will update it to also work with the latest version of the plugin.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Can’t set “series” for certain post types@lordneeko after some debugging with another user we discovered a bug in the registration of series, which has been around for some time. Well be sending out a plugin update soon, so keep an eye out for it.
Regards
@lk2_89 that is correct, thanks for reminding me.
There is now a new menu item called Options, where you can add or remove the Subscribe options.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Where to download a prior versionThanks for your patience, does your hosting service offer a staging site option? A staging site is a test site that you can use to “safely” make plugin updates and other changes before going live.
If it does, could I ask you to clone your live site to the staging environment and then create a user there for me, using the email address hello@castos.com. I would like to update the plugin on the staging site and see why it breaks.Please post a message here once that is done so that I can follow up.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] “Other” post type not showing in blog postsThanks for your patience, does your hosting service offer a staging site option? A staging site is a test site that you can use to “safely” make plugin updates and other changes before going live.
If it does, could I ask you to clone your live site to the staging environment and then create a user there for me, using the email address hello@castos.com. I would like to update the plugin on the staging site and see why it doesn’t work.Please post a message here once that is done so that I can follow up.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Where to download a prior version@webboy10169 could I ask you to install this plugin
https://wordpress.org/plugins/debug-my-site/
And then share the debug information of your platform.
Thanks
- This reply was modified 6 years, 11 months ago by Jonathan Bossenger.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Can’t set “series” for certain post types@lordneeko are you using a WordPress.org theme or a paid theme?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] REST API Audio URL +more questionsHi @pharefm as far as I know language translations are not available by default through the REST API. According to this Stack Overflow post you can enable this functionality using a translation plugin, like WPML
https://stackoverflow.com/questions/45837701/how-to-get-wordpress-api-data-by-language
If you have enabled such a plugin, and it does not work, please log an issue on the GitHub repository, along with details of the plugin you are using, and we can look into it.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] REST API Audio URL +more questionsThanks for the update.
Please won’t you log an issue for this on our GitHub repository, so that we can schedule this in, thanks
https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues
Hi @jlarge as we solved this for you with a custom solution, I’m closing this ticket.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] REST API Audio URL +more questionsHello @pharefm
At the moment, we support the following custom REST API end points
wp-json/ssp/v1/episodesWill return a list of all podcast episodes.
wp-json/ssp/v1/podcastWill return the default podcast data, including any additional data setup under **Feed Details**.
wp-json/wp/v2/seriesWill return the series data, including any additional data setup under **Feed Details** for that series.
Please take a look at these API end points and see if they fulfil your needs.
- This reply was modified 6 years, 11 months ago by Jonathan Bossenger.
@lk2_89 here is the article I mentioned.
https://castos.com/customizing-your-podcast-subscribe-links/
Hi @lk2_89 thanks for the update.
We’ve logged this as an item to add in our next development cycle for the plugin. In the meantime I am drafting a blog post that will show you how to do this yourself using a filter. I’ll post that article here today or tomorrow.
@lk2_89 can you post the code you are applying to the ssp_include_podcast_subscribe_links filter, so that I can see what you’re doing to advise.