X-Raym
Forum Replies Created
-
Hi,
If you don’t see any info in the JavaScript console (firefox or chrome), then maybe there is a bad interaction with Ajax page loading, page transition, or any other thing which can prevent the wavesurfer-wp.js init function to run properly.
It seems to be related to your own config (plugins + theme) as I don’t succeed to replicate (and I don’t think woocomerce or cf7 override audio / playlist shortcode).Maybe to debug, if you don’t have error, put various console.log event on the wavesurfer-wp.js script to see how far the functions run.
Let me know if you succeed !
Hi !
Just tested WaveSurfer-WP with WooCommerce and Contact Form 7 installed, and it runs flawlessly.
Generaly, buttons but no waveforms is a sign that the javascript initialization of the script doesn’t run correctly (maybe the .js file is loaded for eg).Have you tried with another theme ?
Also, have you check the browser JavaScript Console to see if there was an error reported there ?Please note this support forum is not for the premium features. There is a bug tracker right on the premium website. Just log and report here.
I confirm the bug, I’ll fix that asap.
Regards
Forum: Plugins
In reply to: [WaveSurfer-WP] The safari browser will download the entire audio fileHi blaze,
This is totally normal for WaveSurfer-WP. So I suppose you are talking about the premium version.Please note this support forum is not for the premium features. There is a bug tracker right on the premium website. Just log and report here.
This is a known issue in wavesurfer-js in safari, there is nothing I can personally for that. Preload attribute is more suggestion to browsers than a strict rulle.
I hope it will be fixed in wavesurfer-js.
I’ll update dependency a this point.Forum: Plugins
In reply to: [WaveSurfer-WP] Play says Pause when playback finishedOh you are right ! I didn’t notice it cause I use the icons only theme ^^.
The fix is a bit more subtile than directly injecting html, cause it has to take care of localization strings, but you can consider it done for the next version.
Cheers !
Forum: Reviews
In reply to: [WP Inspect] Must HaveRegarding to the re-branding, WP Insepect is sure less controversial, but maybe a bit generic. It doesn’t reflect the “hook – action -filter” target of this plugin.
Just my two cents !Forum: Reviews
In reply to: [WaveSurfer-WP] Great plugin with nice premium features & supportThanks for your review ! ?? Enjoy the plugin !
Forum: Plugins
In reply to: [WaveSurfer-WP] Volume controlHi,
It was already suggested,
but I still don’t have plan for this feature yet.There is so many ways to handle this feature, it is hard to pick the one which fits the modularity / accessibility / customization possibility that I want for this plugin. I am considering extending the mute button so that it also get a slider… this need experimentation.
It is not personally a feature I critically missed cause OS have volume control for the different apps, global volume control, and that volume could also be adjusted from the hardware.Anyway, I leave this open, and I’ll tell you if I got any news for you.
Cheers !
- This reply was modified 7 years, 10 months ago by X-Raym.
Forum: Plugins
In reply to: [WaveSurfer-WP] How can I show the actuell playing Audiofile as txt?Hi,
This custom integration would require dedicated JavaScript,
I’m sorry but I don’t have ready to use code snippet for that,
you will have to code and elaborate your own solution.I will surely start like this :
WaveSurfer-WP JavaScript functionsGood Luck ! ??
Forum: Plugins
In reply to: [WaveSurfer-WP] Waveforms not appearing in iPhone 4GS browsers1. Did you test with the demo URL ?
2. You may need to additional rules into your theme CSS. Maybe check this article : Almost complete guide to flexbox (without flexbox) | Kenan Yusuf
You can also use Modernizr or other tricks for the fallback. Let me know if you find a working solution and I’ll see if it could be included as fallback in plugin theme directly ??
3. Hmmm indeed, I should take care of this one. I’ll keep that in mind.Thanks for your suggestions, glad you enjoy the plugin !
Don’t hesitate to buy the pro version if you like it in order to support its development ??
Cheers !
Forum: Plugins
In reply to: [WaveSurfer-WP] Playlist: How can I do “auto-next-off “?Nope, the add-on works with the free version, and extend its features.
You can get premium add-on here :
WaveSurfer-WP Premium Add-On / ExtremRaymYou will be invited to pay with paypal and to create an account on the website.
Then, you can upload the zip file that you will get into the Upload plugin section of WordPress, and activate the license.
More infos on the plugin page ??
Forum: Plugins
In reply to: [WaveSurfer-WP] Playlist: How can I do “auto-next-off “?I just added the new feature for premium add-on v1.2.4 ??
it works with v2.7.2 of the free version.Shortcode attribute :
continuous="false"
Enjoy !
Forum: Plugins
In reply to: [WaveSurfer-WP] Playlist: How can I do “auto-next-off “?Hi !
Currently, there is no attribute for that,
But I may consider it for a future update, for the free version or the premium add-on.Thanks for your suggestion !
Forum: Plugins
In reply to: [Groups] Admin Access to Post Restricted by Groups 2.1Good idea. ??
I guess all this is especially useful for multisite, where admins is not the top in hierarchy (superadmin is above :P)
Forum: Plugins
In reply to: [Groups] Admin Access to Post Restricted by Groups 2.1ok I understand better now,
Well, if setting this old behavior leads to some security concerns, maybe a cleaner solution would to temporary set constant to true, authorize admins for all posts, and set the constant to false.
Let me know if you have cleaner/faster ways ??
Thanks again ! Best ??