-
AuthorPosts
-
September 9, 2016 at 5:37 pm #684282
http://screencast.com/t/TS4gRZiMfkT
Hi
I’m using the built in audio player. Guessing its media elements?
Its squeezed into the icon box as shown in screenshot – and the Volume Slider has dropped onto the second line below the player.What options do I have to:-
1.control the Volume Slider width so it doesn’t drop below the player?
2.remove the current time code ?
3. remove total time code ?Removal of one or both time codes will allow the play slider to be seen better.
For the above – are there some codes i can add into the html in this line:-?
[audio mp3="http://british-voiceover.co.uk/wp-content/uploads/2016/09/MONT0002_PeteEdmunds_CORPORATE_Montage_230412.mp3"][/audio]There may be audio players on my site which need a wider display so it would be good to know the inline codes to use on the audio as above – as well as any CSS fixes which I could use to control the player throughout the entire site.
thanks for your help.
Pete
September 11, 2016 at 7:21 am #684671Hi Pete,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
RikardSeptember 11, 2016 at 4:29 pm #684767hi Rikard – thanks for your reply. the site is under development / in maintenance mode so I have posted a private link and WP login for you below.
the page I’m working on with the audio players is:-
http://british-voiceover.co.uk/homepage/home-v6-classic-4-column-_dup/you could also replicate what I am trying to do, using one of your audio posts such as:-
I found a helpful post online which gave some great insight and tips into controlling and styling the audio player.
Here’s the link in case any other Enfold Users are curious how to do it.For my website audio players I wanted to hide the volume slider and the mute button.here’s what I added in quick CSS box.
.mejs-controls .mejs-volume-button {display: none !important;}
.mejs-controls .mejs-horizontal-volume-slider {display: none !important;}
it worked perfectly in safari as shown here:-
http://screencast.com/t/V7R4rzc1xlbut chrome has a strange effect – this effect is only there before you hit the play button.
once the play button is pressed the player looks perfect.
here’s a screen grab of the odd effect in chrome before play is pressed.
Any idea what might cause this? or how to fix it in?
http://screencast.com/t/ZBU8gwRawould love to hear any thoughts you have.
thanks
pete
September 16, 2016 at 1:04 pm #687467Hi,
in Chrome I see this: http://i.imgur.com/10cwVSk.png
So it seems that you could fix it, couldn’t you? Please clear browser cache and hard refresh a few times if you don’t see it.We recommend to update to Enfold v3.8.
Best regards,
AndySeptember 16, 2016 at 2:11 pm #687514HI Andy
I still the problem.
here;s another screenshot.
http://screencast.com/t/5pm5xvOw
A show on the top player here – I still have the problem with the black line. when I press the play button – then there is also the secondary problem that you also show on your screenshot in the second player from left – i.e. the total timecode collapses back so its next to the current time code – so you cannot see the progress bar. You can see this problem on my screenshot on the bottom player.In safari it seems to work fine. so it seems to be just issues with the chrome browser.
regards
PeteSeptember 19, 2016 at 1:56 pm #688461Hi,
I checked http://kriesi.at/themes/enfold-business-flat/2014/05/11/entry-with-audio/ but I can’t see anything wrong with the audio player. It seems to work totally fine for me. So we can’t reproduce the issue. Please update WordPress to the newest version and deactivate all of your plugins to check if one is causing a conflict.
Best regards,
AndySeptember 19, 2016 at 2:20 pm #688477hi Andy
sure – the link you provide works for me too – please remember my original issue right at the top of this thread was related to customisation of the audio payer with CSS not the default audio player you link to.Please add this quick CSS to your business flat installation and see what happens. this should remove the volume slider and the mute button.
.mejs-controls .mejs-volume-button {display: none !important;}
.mejs-controls .mejs-horizontal-volume-slider {display: none !important;}Your own screenshot from September 16th on IMGR shows one of the problems – i.e. the total time counter collapsing back into the current time area. here it is marked up. http://screencast.com/t/FwB5FJtJof
The black line showing on Chrome browser only is the second problem – when audio player sits inside the icon block.
http://screencast.com/t/ZBU8gwRathanks
PeteSeptember 19, 2016 at 2:36 pm #688492Hello again Andy,
I just upgrade wordpress from 4.5.4. to 4.6 and the black line problem in chrome has gone!
I haven’t seen the other problem with timecode collapsing back so far. Will keep you posted if it appears.
thanks for all your help.
PeteSeptember 19, 2016 at 2:47 pm #688504hi again
now the problems have shown again in chrome!
http://screencast.com/t/BDzmvZaAU0
must be an issues with quick CSS fix not compatible with chrome browser. It displays perfectly in safari.
I tried deactivating plugins but it made no difference.
thanks
PeteSeptember 19, 2016 at 4:15 pm #688579September 19, 2016 at 4:22 pm #688588it looks fine on your site – but you aren’t using the quick CSS change that I am to hide mute button and total time code.
it must be my CSS change as described on my earlier post above – which is causing a problem in chrome only.
regards
PeteSeptember 19, 2016 at 4:25 pm #688591Hi,
check this by removing your css codes one by one, until you find which one is causing it exactly.
Best regards,
AndySeptember 19, 2016 at 4:44 pm #688604Hi
Its the CSS for the removal of the volume slider that causes the problem.But it looks like the issue is related to the width available to hold the player.
here when browser made narrower and layers stack in 2 high it looks ok. also looks ok in mobile view.
http://screencast.com/t/wAObVei9here when narrower area for the player – the black line appears. so in chrome it seems to be related to the narrow size of the icon box when I have 4 players in one line within the website container. if you drag the browser windows you see the black line appear and disappear repeatedly.
http://screencast.com/t/TRGXy82YtRregards
PeteSeptember 20, 2016 at 12:11 pm #689094Hi,
can you provide us this code please?
Best regards,
AndySeptember 20, 2016 at 12:14 pm #689098hi
this is all I am using.
Please add this quick CSS to your installation and see what happens. This should remove the volume slider and the volume/mute button..mejs-controls .mejs-volume-button {display: none !important;}
.mejs-controls .mejs-horizontal-volume-slider {display: none !important;}regards
Pete
September 20, 2016 at 1:28 pm #689164Hi,
when I use this code then this issue does not happen for me. But I can’t even see the issue on your website. Can you provide us a precise link and explain how we can reproduce this issue please?
Best regards,
AndySeptember 20, 2016 at 1:50 pm #689188hi andy
login info for my WP site and the page link – and the CSS – was on my second post right at the top of this thread.
hope it helps you to reproduce the problem.
the big issue is on chrome as I mentioned.
Firefox seems ok and safari is ok.
thanks
PeteSeptember 21, 2016 at 11:56 am #689733Hi,
does this issue happen for you when using a default WP theme as well? please let us know about your results.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.