BuddyDev

Search

Play/pause/volume button does not displays correctly.

  • Participant
    Level: Initiated
    Posts: 14
    SumitKSharma on #30123

    Hello Plugin Developer,
    I have a wp site with Buddypress installed and the basic 2020 Theme.
    I installed mediapress to let users share files.
    BUT the audio player is acting horribly,
    All works fine but i am talking about the buttons,
    SITE URL : https://forum.sinfo.cf
    The buttons show like a box,
    Screenshots –
    https://forum.sinfo.cf/site-gallery/site-audio-error/

    Above url shows exact screenshots when viewed in dark,light and third image is after clicking on purple link on second image.
    also older versions of Mpress does not work.
    can you find me a way to fix this or a way to enable the default browser audio player (chrome sample on 4th image)

    Thanks in advance.

  • Participant
    Level: Initiated
    Posts: 14
    SumitKSharma on #30128

    @sbrajesh help me

  • Participant
    Level: Initiated
    Posts: 14
    SumitKSharma on #30136

    Hello @sbrajesh help me plox

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

    Hi Sumit,
    Welcome to BuddyDev.

    This is a bug in BuddyPress. The template pack overrides css for button causing this. You can undo that by adding the following css.

    1. Please visit Dashboard->Appearance->Customize->Additional CSS and add this

    
    .mejs-controls .mejs-button > button,
    .mejs-controls .mejs-button > button:hover {
        background: transparent url(http://example.com/wp-includes/js/mediaelement/mejs-controls.svg);
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        margin: 10px 6px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 20px;
    }
    
    .mejs-controls .mejs-volume-button > button,
    .mejs-controls .mejs-volume-button > button:hover {
        background-position: -60px 0;
    }
    .mejs-controls .mejs-pause > button,
    .mejs-controls .mejs-pause > button:hover {
        background-position: -20px 0;
    }
    

    Please change “http://example.com” with your own site’s root url. e.g “https://forum.sinfo.cf”

    and save. That will fix it.

    PS:- In future, Please be patient.Over the weekend, We offer limited support for critical issues only.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 14
    SumitKSharma on #30171

    Thanks Brajesh,
    I know you have a lot of work to do. You helped me and this costed some of your time.
    Really Thanks.
    I will paste the css.
    Also, Urls in my root domain is already https.
    Thanks.
    Is there any way to let users download media file? Also,it is free?
    I don’t have any money. I am also just 15.

  • Participant
    Level: Initiated
    Posts: 14
    SumitKSharma on #30172

    Wait,
    That didn’t fixed the issue.
    The buttons are now totally black.

  • Participant
    Level: Initiated
    Posts: 14
    SumitKSharma on #30174

    I installed rtMedia and that works fine.

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

    Hi Sumit,
    Thank you for the reply.

    You can use rtMedia or if you plan to use MediaPress, you can change the line

    
     background: transparent url(http://example.com/wp-includes/js/mediaelement/mejs-controls.svg);
        
    

    with

    
     background: transparent url(https://forum.sinfo.cf/wp-includes/js/mediaelement/mejs-controls.svg);
        
    
    

    and it will work too. This is what I mean by changing earlier.

    If you need any product from BuddyDev, Please drop me a line via contact. I will make sure you have access to it. Please do not worry about the payments.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 14
    SumitKSharma on #30390
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #30395
    This reply has been marked as private.

You must be logged in to reply to this topic.

This topic is: not resolved