Hi @jdaniel,
Could you please provide the page URL, and the CSS classes you are trying to add?
Sure. The URL is https://vollmeta.de . The css class I added is “castosshadow”.
See this screenshot: https://ibb.co/945Wky9
Hi @jdaniel ,
Thank you for bringing it to our attention. It will be fixed in the next plugin version. Meanwhile, you can apply those styles to the castos-player
class instead:
.castos-player {
border-bottom-right-radius: 15px;
border-top-right-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
}
Thanks, Serhiy! Much appreciated.
About my second question: “Is it possible to show the title of the current episode, not just the podcast title on the Castos Player for “Current episode”?”
What I mean is currently the embedded block displaying Current episode is showing the general title of my podcast instead of the specific title of the “current” episode. I’d rather show the specific title of the latest episode.
Hi @jdaniel,
I’ve investigated your site, and I believe I understand the issue now. It appears that the episode title should be “Geschäft EM: Wenn Frauen zur Ware werden,” but it is instead displaying “voll meta! – Der Podcast mit mehr Horizont fürs Hirn.”. Did I get it right? If so, it looks like there might be a conflict between the player and other code on your site.
To identify the source of the conflict, I recommend disabling your plugins one by one to see which one might be causing the issue. Also, you can temporarily switch your theme. Of course, it’s best to perform these tests on your staging site rather than directly on the live site.
Hope this helps,
Serhiy.