• Resolved dolceremy

    (@centoasa)


    why if for example I enable the cdn aws the player buttons are not displayed? in the settings of wp fastest cache I have to exclude some keywords (I tried with “castos” but it doesn’t work)

    The page I need help with: [log in to see the link]

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

    (@zahardoc)

    Hi @centoasa,

    It seems that after enabling the CDN, the browser treats the play SVG image as a third-party asset and blocks it.

    Could you try adding the following custom styles to your site?

    .castos-player .play-progress .play-pause-controls button.play-btn {
    mask-image: url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg);
    -webkit-mask-image: url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg);
    }
    Thread Starter dolceremy

    (@centoasa)

    sorry, it seems doesn’t works!

    for information, on back office the casts plays works as expected

    • This reply was modified 5 months, 2 weeks ago by dolceremy.
    Thread Starter dolceremy

    (@centoasa)

    now works: I’ve excluded from can source the “castos-player” keyword

    Thank you so much @zahardoc for you support and you wonderful plugin!

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    @centoasa

    Great, glad you’ve managed to solve it!

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