Bertrand du Couedic
Forum Replies Created
-
Forum: Plugins
In reply to: [Soundy Background Music] DEBUG Error MessageThe message appears because you have a too old version of PHP. You need at least PHP 5.4 for the plugin to work properly.
Forum: Plugins
In reply to: [Soundy Background Music] Volume controlThanks for the improvement suggestions. I’ll think about them.
The last version of the plugin should work with the ajax option on.
Forum: Plugins
In reply to: [Soundy Audio Playlist] Responsive Layout Bug.Audio player is now responsive and the bugs have been fixed.
Forum: Plugins
In reply to: [Soundy Audio Playlist] player not showingYou must enable the plugin in the first tab of the plugin meta box in the Edit Page/Post.
Forum: Plugins
In reply to: [Soundy Audio Playlist] not responsive and player does not work on galaxy s5Audio Player is now responsive.
Forum: Plugins
In reply to: [Soundy Background Music] Notice: Undefined indexWhat PHP version do you use ? The plugin requires at least PHP V5.4.
Forum: Reviews
In reply to: [Soundy Audio Playlist] Great Free Player But..The audio player is now fully responsive and mobile friendly.
On IOS, autoplay mode is disabled because IOS does not allow autoplay.
Tools are now available in plugin settings to make stand-alone Play/Pause button also responsive.
Forum: Plugins
In reply to: [Soundy Background Music] Login issue – Fatal error?Yes, PHP 5.3 is too old for Soundy. I remember now of other issues with this version.
The short break between loop plays is inherent to the HTML Audio tag. Looping is done by setting the loop attribute on the tag.
Best regards,
Bertrand
Forum: Plugins
In reply to: [Soundy Background Music] Login issue – Fatal error?Strange. There is no & character in the code above.
Why does the PHP parser complain about this character ?
PHP 5.3 is not recent (it was released in 2009).
Last version is 5.6.
Could it possible for you to upgrade to a more recent PHP version?
Forum: Plugins
In reply to: [Soundy Background Music] Login issue – Fatal error?Hello Benjamin,
I don’t know why you get this error. Do you have an up-to-date version of PHP ?
A workaround would be to change the code in soundy.php at line 112 like this:
$chk->addQueryArgFilter( function( $param )
{
global $war_soundy;
$param[ 'license_key' ] = $war_soundy->license_key;
$param[ 'product_id' ] = 'sdy_pro';
return $param;
} );
Please, tell me if this new code solves the problem. If yes, I’ll put it in the next plugin version.
Thanks
Forum: Reviews
In reply to: [Soundy Background Music] Works OkayI do understand this issue, mrboyd23, but WebArtisan.ch is under restructuration. We need first to raise funds and then we will hire new developers. We will then be able to find a solution.
Cheers
Forum: Plugins
In reply to: [Soundy Background Music] Play the same song in the web and dont restartHi, I understand your requirement however it cannot today be fulfilled by the plugin except if you find a theme that doesn’t reload the whole page when navigating.
The problem is that almost all themes reload the whole page when navigating.
It is not a plugin issue but a theme issue.
I’ve written a note about this:
Forum: Plugins
In reply to: [Soundy Background Music] no taps no previewSorry for all these troubles.
It might be a jQuery library issue.
The tabs use some jQuery-UI libraries which are provided by WordPress. Thus, changing the hosting provider should not have any impact on jQuery.
Is Soundy the only plugin having problems on your server ?
Forum: Plugins
In reply to: [Soundy Audio Playlist] Responsive Layout Bug.Thanks for the bug notification.
I know there are some issues with responsiveness and a few other bugs.
Also, a few functionalities are missing like font size control of the playlist (will be in next free version) and vertical scrolling bar alongside the playlist (will be available in the next PRO version).
I’m working on all this.