Viewing 7 replies - 16 through 22 (of 22 total)
  • Hi, sorry – did this fix work for everyone ? am I doing it wrong ?

    Bottom half is still cut off on IOS
    Look at my page, https://malecare.org/teleconferences/ on Safari , on an Ipad and Iphone and Mac

    still has issues.
    Besides it cuts off the player on Iphone and Ipad. On Firefox it shows the real time lapse of each audio, in Chrome and Safari it shows as if it was a lot shorter (Mac computers and mobiles, and Android mobiles)

    Sorry on Chrome, and Safari it stop showing the hours, for example:
    1:15:15 one hour and fifteen minutes and fifteen seconds

    On Firefox it shows exactly like that

    On Chrome and Safari it shows:
    15:15

    So, you don’t really know how long you have to sit there and listen to a class maybe.

    Plugin Contributor Codeart

    (@codeart)

    Hi darrylmit,

    Are you comfortable with changing/adding some css code?

    If yes please go to the plugins folder and open the style.css file.

    There around line 137 you should see this line

    .codeart-google-mp3-player div.controls .seekBar a

    Inside that block, at the end after top:-.45em, insert this code

    margin:0;

    It should look like this at the end.

    .codeart-google-mp3-player div.controls .seekBar a{
    	background: url("images/anchor.png") no-repeat 0 0;
    	width: 20px;
    	margin-left: -10px;
    	height: 20px;
    	border: none;
    	outline: none;
    	top: -.45em;
    	margin:0;
    }

    Clear your cache and check your site now.
    Generally the plugin works with iPhones, iPads and all Apple products, however we haven’t put default values for some of the things, and sometimes the theme might override them.

    Let me know if that fixed it, if not we would have to search deeper, but as i said, for most people it does work.

    Also please make sure you have the latest 1.0.11 version installed.

    Plugin Contributor Codeart

    (@codeart)

    Hi carolaword,

    Please provide links to your site.

    Thanks

    Hi codeart!

    This is the link: https://guillermoluna.info/herramientas-para-tu-negocio
    This is the real duration of the audios:

    Audio Introductorio- 1:13 (minutes:seconds)

    Audio 1 de 7- 1:55:05 (hour:minutes:seconds)
    Audio 2 de 7- 1:52:48 (hour:minutes:seconds)
    Audio 3 de 7- 1:44:13 (hour:minutes:seconds)
    … and so on

    I took a look at the code, and can’t find any place where it talks about hour… how does Firefox knows! ??

    I hope you can help.
    Thanks!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Plugin not working in iPad & iPhone’ is closed to new replies.