Jonathan Bossenger
Forum Replies Created
-
Forum: Plugins
In reply to: [List all URLs] ErroHello @maironbrainer
Sorry for the late reply. I’m not able to replicate this error, is it still happening for you?
Forum: Plugins
In reply to: [Clearscope] PHP Notices in line 86 of clearscope-plugin.php@mushilabs is there a public GitHub repo somewhere for the plugin, as I’d be happy to create a PR.
Hi @kailor
If you are comfortable adding Custom CSS to the Customizer, you can style any part of the player, targeting the specific CSS classes that make up the player HTML.
For example, if you wanted to style the background colour to pink, you could do the following
.castos-player .player__body, .castos-player .player__main{ background: #f0c5ef; }Forum: Plugins
In reply to: [Seriously Simple Podcasting] New episodes won’t show on listening platforms@clalala if the feed is showing the correct number of episodes, and Apple Podcasts can read the data for those episodes, then it can’t be something in the plugin causing the issue.
The first thing I notice is that when I try to request your feed using the SSL version https://contrelabel.com/feed/podcast, there are some mixed content warnings in the browser (eg image being served via a non SSL secured URL)
Also, I ran your feed through castfeedvalidator, and there are some warnings there, which might be the cause of the problem https://castfeedvalidator.com/?url=http://contrelabel.com/feed/podcast
Forum: Plugins
In reply to: [Seriously Simple Podcasting] New episodes won’t show on listening platformsHi @clalala
Can I confirm, how many episodes do you have in your WordPress dashboard, on your RSS feed I can see two, Épisode 1: défi cinéma avec Les Garçons sauvages et la Beat Generation and Épisode 0: Spotify (un)wrapped
When I test this in the Apple Podcasts connect app, Apple also picks up two episodes.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Shortcodes In Feed Not ExecutingHi @robin_dean
By default, the RSS Feed functionality strips out shortcodes. However, I do see the following shortcodes in your RSS feed content
[build_link]
I am not aware of any WordPress shortcodes for build_link, so is this a shortcode that’s made available via a theme or plugin. It might be that this only is being applied after we strip out shortcodes.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] redirect_old_feed hook breaks /feed/podcastHi, @frenchesco the hook that was added in version 1.8 of the plugin, released in 2015, to redirect feed URLs created prior to v1.8, to ensure backwards compatibility.
This was added before 1.20.7, which was when the feed functionality was moved to the separate Feed_Controller class.
If you look at my personal RSS podcast feed at https://jonathanbossenger.com/feed/podcast, you will see that it’s working, with that code on line 11 of the class-feed-controller.php in place. So I don’t think that line of code is the cause of the problem.
One possibility that could be breaking things is that there may be a custom feed-podcast.php file in your active theme.
Do you perhaps have such a custom feed-podcast.php file in place?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Settings page cannot case@swkweb thanks for bringing this to our attention.
At the moment the plugin role capabilities are limited in this regard, but we are in the process of logging this to our GitHub issues list for future improvement, as well as testing some possible workarounds internally. Once we have some more answers we’ll get back to you here.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Support for PHP 8Hi @kimstuart we have an update coming out later today that fixes this. Please keep an eye out for the 2.5.3 release.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Post Excert – Divi ThemeHello @lukecicilia
In order to help us troubleshoot this, can you give us a bit more info?
1. Are you creating your podcast episodes using the Podcast Episodes UI that the plugin creates, or have you enabled Posts as Podcast Episodes, and are using Posts.
2. How are you adding your excerpt, I’m assuming manually in the WordPress Excerpt field, or does Divi provide a different method.
3. What content is being added as an excerpt, is it plain text, or HTML.Any screenshots you can provide would also be helpful.
Hi @marktenney2 thanks for reporting this.
Could I ask you to add this to our plugin issues board here – https://github.com/CastosHQ/Seriously-Simple-Podcasting/issues
Please add as much information as possible (ie which shortcode, where you are using it, what the shortcode settings are etc)
I would also point out that we will probably only get to this in the new year, so for now I would suggest rolling back to the plugin to version 2.4.2.
Thanks
@st0rmr1d3r thanks for the update.
I’ve set up the Podcast: Single Episode widget in the footer of my own blog here – https://jonathanbossenger.com/. The settings are replicating yours (See image https://tinyurl.com/ycbwbohd )
As you can see in the footer of my blog, the player is rendering. This leads me to believe that something else is conflicting and causing the player not to render.
In order to better assist you with this, could I ask you to email our technical support at hello@castos.com, as I might need to ask for access to the WP dashboard of the site, to see why this is happening.
You can mark the email for my (Jonathan) attention.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Player no longer shows for videos after 2.5.xHi @co50 thanks for this feedback.
I have logged this in our code repository issue tracker here – https://github.com/CastosHQ/Seriously-Simple-Podcasting/issues/580
If you can, please add any additional context to this issue.
While we work on a fix for this, you can roll back to version 2.4.2 of the plugin, to revert to the older player.
You can use the WP Rollback plugin to revert to an older version of the plugin
Hi @st0rmr1d3r are you able to send me a link to a page or post where this is happening, as well as a copy of the widget settings you are using?
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Media Player Not Displaying On Podcast PageWe recently updated the plugin to version 2.5.2, which should resolve these issues from the 2.5.0 update.