pupunzi
Forum Replies Created
-
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] fatal error, conflict with another plugin@dvalck Thank you for the advice. The plugin has been updated (version 3.5.8) with the suggested fix.
Forum: Fixing WordPress
In reply to: wordpress: AppMe theme doesn’t play background video in macOSHi,
With the latest macOS update (Big Sur) the browsers’ user agent changed causing a blocking error. The Theme author should update the YTPlayer javascript code to the latest version to make it work again:https://github.com/pupunzi/jquery.mb.YTPlayer/releases/tag/3.3.8
@pixelbucket Hi, checking your page code I can see that you set the videoURL using the double quote at the beginning and at the end:
‘”https://www.youtube.com/watch?v=i6acGKNOTLM”’you should remove the double quote from the URL otherwise it will not work.
All the best,
Matteo@r9000 Just forgot to say that the javascript component that I realized and that underlies this plugin is available for free on GitHub. You can start from that and make your own WordPress plugin for free ??
@n8r4d3 thank you ??
@r9000 Are you sure this plugin is useless just because it has the copyright (not an email) displayed? I could understand if the copyright was covering the video but it is placed on the very right part, on the border. The plugin works perfectly as a free version if you need it for your homepage or for any page of your site. And if you need more advanced and customized solutions there’s the paid version. If you don’t like the small copyright watermark you have two choices: buy the PLUS version or use another plugin. Hacking this is not the solution and it is absolutely an unrespectful action.
- This reply was modified 4 years, 4 months ago by pupunzi.
Hi,
I think in your case the best solution is to set the start image via CSS as background-image of the containment element of the video and change this image via javascript once the YTPlayer end event is fired.You can use the javascript YTPlayer API (https://github.com/pupunzi/jquery.mb.YTPlayer/wiki) by setting the custom ID to the YTPlayer component and then use it as the target object:
jQuery('#' + YourCustomID).on('YTPEnd', function(){ // change here the background })
take a look at the Events section of the documentation: https://github.com/pupunzi/jquery.mb.YTPlayer/wiki#events
Hi,
you can download the fix here:
https://pupunzi.com/wpPlus/wp-plugins/YTPL/wp-ytplayer-plus-3.4.5.zip
Unzip and replace the plugin folder with the one you find.Hi,
Did you install the latest 1.9.3 version?Do you have a link where I can see your issue?
- This reply was modified 5 years, 1 month ago by pupunzi.
Ok, try renaming the jquery.mb.miniAudioPlayer.js as jquery.mb.miniAudioPlayer.min.js.
The problem is that as I had two files jquery.mb.miniAudioPlayer.js and jQuery.mb.miniAudioPlayer.js, removing one the subversion removed both.
I’ll update the plugin including the min.js shortly.
The file used is the jquery.mb.miniAudioPlayer.min.js one, the other is now remover but this should not be the issue.
I just updated to version 1.9.2 where the wrong path to map_short_code.js should be fixed.
Try if updating fix the issue.
Oh that’s my fault… My environment is not case sensitive and I didn’t figured out this issue, I’m so sorry, I’ll fix this and make a new update.
the javascript source on your page brings to a “page not found”:
https://store.sop.org/wp-content/plugins/wp-miniaudioplayer/js/jquery.mb.miniAudioPlayer.min.js?ver=1.9.1
While it should be there…@bcoolin Can you check if the jquery.mb.miniAudioPlayer.min.js is in the plugin “js” directory folder?
from the source code of your page, it seems it is missing but in the download package it is there…Hi,
It seems that the /wp-miniaudioplayer/js/jquery.mb.miniAudioPlayer.min.js file is not present in your plugin installation…
You can try deleting and downloading the plugin again to see if this issue gets fixed.- This reply was modified 5 years, 1 month ago by pupunzi.