Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #240589

    Hi guys,
    the audio player isn’t displaying correctly in my Chrome browser. It’s good in my iphone safari though. please have a look. The volume bar is being pushed to the player’s bottom.

    http://bathmatesingapore.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-20-at-3.56.56-pm.png

    Thanks!

    #240591
    This reply has been marked as private.
    #241234

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .mejs-controls div.mejs-horizontal-volume-slider { width: 59px; }

    Regards,
    Yigit

    #241778
    This reply has been marked as private.
    #241929

    Hi!

    Yigit’s code work on my end. Please try this instead:

    .mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 55px;
    position: relative;
    }

    Regards,
    Ismael

    #241987
    This reply has been marked as private.
    #242053

    Hey!

    Please try adding !important rule as following

    .mejs-controls div.mejs-horizontal-volume-slider { width: 59px !important; }

    Regards,
    Yigit

    #242676
    This reply has been marked as private.
    #242717

    Hi!

    Please flush browser cache and refresh your page a few times it is fixed on my end http://i.imgur.com/ljti9IO.jpg

    Best regards,
    Yigit

    #242733

    Hi!

    Please use this one:

    .mejs-controls div.mejs-horizontal-volume-slider {
    width: 58px !important;
    }

    If that doesn’t work, edit js > mediaelement > mediaelementplayer.min.css. Find this code:

    .mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}
    

    Replace it with:

    .mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:58px;position:relative;}
    

    Best regards,
    Ismael

    #247358
    This reply has been marked as private.
    #247363

    Hey Jason!

    Which browser and OS are you using? This is how i see the buttons – http://i.imgur.com/DUpcBVp.png
    Also, please go to Enfold theme options and make sure that you did not added custom CSS code to Google Analytics field

    Regards,
    Yigit

    #248280
    This reply has been marked as private.
    #248290

    Hey!

    It seems like you have added custom CSS code to Google Analytics field in Enfold theme options and not to Quick CSS field :) Please move the code from Google Analytics to Quick CSS and both issues should be fixed

    Regards,
    Yigit

    #249826
    This reply has been marked as private.
    #249842

    Hey!

    Please review your website now. You can find custom CSS code i added in bottom of Quick CSS field

    Best regards,
    Yigit

    #250717

    Thank you very much! Everything is in order now.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Audio player not displaying properly’ is closed to new replies.