BuddyDev

Search

[Resolved] MediaPress Video Play button doesn't change

  • Participant
    Level: Master
    Posts: 496
    Daniel on #31627

    Hi,

    I have currently a Problem with MediaPress. When somebody posts a video or audio and I press the Play Icon, then normally when Mediapress plays the video or audio, it changes the icon to the pause icon. Currently, the icon does not change the shape when pressing play.

    I guess this is a caching problem but I don’t know which kind of.

    Do you might have a clue specificly how I could resolve it?

    Thank you for your time.

    Regards
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #31634

    Hi Daniel,
    Please link me to the page. It is most probably a css override issue.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 496
    Daniel on #31654
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #31658

    Thank you. The problem is theme overriding the background position for button.

    Please add this to css

    
    .mejs-pause>button {
        background-position: -20px 0 !important;
    }
    

    should fix it.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 496
    Daniel on #31665

    Hi Brajesh,

    I could resolve this issue with your css code.

    Thank you.

    Regards,
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #31678

    Thank you for confirming.

    I am glad it is resolved.

    Regards
    Brajesh

The topic ‘ [Resolved] MediaPress Video Play button doesn't change’ is closed to new replies.

This topic is: resolved