Codeart
Forum Replies Created
-
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] can I make the player invisible?Hi flwebnet,
Did you try this?
Did it work for you?If yes please mark this thread as complete.
Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Download always allowed with Firefox browserHi kkriss,
It seems you are using plugin version 1.0.10?
If so, can you please update to 1.0.11?Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Player is clippedHi streetographer
First confirm that you are using version 1.0.11 of the plugin?
If not then update it, should fix your problems.If you are using that version please disable the other plugins one by one so we can find out which one is causing a conflict.
Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Integration with WordPress media uploader?Will be considered for the next update.
That wont happen for the next 2-3 week though.Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Time indicator 'sitting on' the Play barHi billseymour
Can you provide a link to your site so i can see this live?
Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Seeing two playersHi jaj75074
I noticed that beside our player you use some other players on the site.
Please disable the other players plugins and leave just the Codeart Google mp3 player and then see if it shows an error.
Let me know how it goes.
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Download always allowed with Firefox browserHi kkriss
Can you confirm that in FF you see the flash version of the player instead of the html5 one, and in the other browsers you see the html5 version of the player?
Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] can I make the player invisible?With some css you can achieve that.
If you use
visibility:hidden
in your css stylesheet, the player wont be seen but should play in the background.
Try it and let me know how it goes
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Site crash after updateHi bjarman,
All that needs to be done is the line 33 (just that line) replaced with the code above.
If you do it right you shouldnt get syntax errors.
Anyway here is link to an updated index file.
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Site crash after updateHello nigdowser,
Are you using some other mobile redirect plugin, or maybe your theme has that built in?
This error code you posted shows us that the same class has been called once before, and we never experienced this issue so this might be because some other plugin is using it.
I would appreciate if you could help us fix the problem as i am sure someone else might have the same issue.
Its a simple fix but would like to know which plugin the conflict is with.
If you are comfortable with changing some code yourself, then please go to /wp-content/plugins/google-mp3-audio-player/index.php
At line 33 change
require_once('Mobile_Detect.php');
to
if( !class_exists('Mobile_Detect') ) { require_once('Mobile_Detect.php'); }
That should fix your problem for now.
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] MP3 keeps playing after leaving the POST pageHi rnegron and AB10
At the moment there is no real fix for this issue. It happens only when you minimize the browser, if you do close it, or open new tab/change tab the audio will stop.
Unfortunately if you minimize it it will continue playing.There is no solution for this at the moment, even the other html5 players out there have the same issue.
Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Plugin not working in iPad & iPhoneHi guys,
There is update available, please update the plugin to version 1.0.11 and the iOS bugs should be fixed.
@katsanpri the Firefox bug should be fixed too, unfortunately you can see only the flash version on Firefox unless you use .ogg files too.
@sfamilia if you are still reading this i hope you can mark it as resolved.
Please open new thread if you experience any problems
Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Plugin not working in iPad & iPhoneThere will be an update tomorrow that will (hopefully) fix all the iOS problems that people have had.
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Stop & Pause button doesnt workHi nashakaratv,
Since the problem has been fixed (hopefully) can you please mark this as resolved?
Thanks
Forum: Plugins
In reply to: [CodeArt - Google MP3 Player] Plugin not working in iPad & iPhoneHi katsanpri,
Send me link please, there is probably some conflict with another plugin.