msalsas
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Weird issue with WoocommerceI’m trying to find the problem. Meanwhile, you can comment the line
$(linkSelector).on('click', onClickLinkOrSubmitForm);
injs/dynamicplayer.js
. I’ve tried it and seems to work right (but the tracks info won’t be saved when the user clicks a link).Probably the problem is that Woocommerce plugin is triggering a link click elsewhere, because the line to comment just add a listener for a link click to send the tracks info to the server.
I’ll keep investigating.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Weird issue with WoocommerceDoes it happens in a incognito window too? Do you see any errors in the browser console (F12)?
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Weird issue with WoocommerceSorry for the delay. Do you want support yet?
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Dynamic A P refuses more than 1 MP3Marked as resolved.
Forum: Reviews
In reply to: [Dynamic Audio Player Basic] Great audio playerGreat!
Forum: Reviews
In reply to: [Dynamic Audio Player Basic] Great audio playerOk, I understand, but it’s not possible unless you replace the player images with your own images (giving them some transparency). You could just edit the images located at
images/player/
. Hope this helps.Forum: Reviews
In reply to: [Dynamic Audio Player Basic] Great audio playerThank you! What do you mean with transparency?
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Default volume option?Great! Glad to help
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Default volume option?You could try with something like
$(".dynamic-volume-slider").slider('value', 0);
once the player is shown, since the plugin uses jquery-ui slider for volume and also for track time position.Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Dynamic A P refuses more than 1 MP3Hello Saulo, please look at the navigator console (F12 in Chrome and “console” tab) and tell me if you see any errors. If the mp3 file name has any ‘ or ” character, please remove it.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] incompatibility with fancybox ?Done. You can now check the “Check if you’re using FancyBox plugin” option in the widget section.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] incompatibility with fancybox ?I’m now working on it. You may like to know (a bit late, I now :-/).
Forum: Reviews
In reply to: [Dynamic Audio Player Basic] Really great plugin with one minor nitThank you very much for your review. I’ve been thinking about your suggestion. I maybe could add an option to include the sidebar anywhere using dynamic_sidebar. Then, the player should be also relative positioned. I take note for future releases.
Forum: Plugins
In reply to: [LeagueManager] Link error in next matches widgetForum: Plugins
In reply to: [LeagueManager] Always see the same match in Match PlanIt was because the day was the same for every match. Maybe an error typing.