• Hello,

    If I add the Castos Player block to my website (I select “Current episode”) and add an additional css class on WordPress backend (right side), the class is not being included in html code. I cannot address the manually added class. Am I missing something?

    Also: Is it possible to show the title of the current episode, not just the podcast title on the Castos Player for “Current episode”?

    Thanks!

    Daniel

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @jdaniel,

    Could you please provide the page URL, and the CSS classes you are trying to add?

    Thread Starter jdaniel

    (@jdaniel)

    Sure. The URL is https://vollmeta.de . The css class I added is “castosshadow”.

    See this screenshot: https://ibb.co/945Wky9

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    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;
    }
    Thread Starter jdaniel

    (@jdaniel)

    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.

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.