Forum Replies Created
-
-
6 years ago in reply to: New lightbox doesn’t work on my website
Hi Alec,
thank you for your reply.we have the same point of view: simplify and not make it more complex.
Ok if you need some other details , let me know.
Have a great day
6 years ago in reply to: New lightbox doesn’t work on my websiteGreat Martin.
I think that “Load FV Flowplayer JS everywhere” instead “Ajax support” is much clearer. What do you think if you put all loaded library inside a filter so we can enable/disable them based on personal needs?
In this way you can remove some settings check :-D
Thanks
6 years ago in reply to: New lightbox doesn’t work on my websiteHi Martin,
it was an old setting because I load videos via ajax inside fancybox and I had to select them for compatibility.
Thanks
6 years ago in reply to: New lightbox doesn’t work on my websiteSorry Martin,
I’ve “Use video lightbox for images as well” unchecked but “Load FV Flowplayer JS everywhere” checked. I have no lightbox attribute in shortcode.
I do not use fv_fancybox so I would like to check “Disable Fancybox library” to avoid library inclusion and use “standard” plugin option instead of call
function remove_fv_fancybox(){
wp_dequeue_script( ‘fv_player_lightbox’ );
wp_dequeue_style( ‘fv_player_lightbox’ );
}
add_action(‘wp_footer’,’remove_fv_fancybox’,10);
in my custom functions.php.Thanks
6 years ago in reply to: New lightbox doesn’t work on my websiteHi Martin,
I already have this setting disabled but fancybox library are still loaded:
/fv-wordpress-flowplayer/css/fancybox.css
and
/fv-wordpress-flowplayer/js/fancybox.jsThis breaks default fancybox style so, with “Disable Fancybox library”, I can avoid library loading and use fancybox like before.
Thanks
David6 years ago in reply to: New lightbox doesn’t work on my websiteSorry, no, I’ll try to explain better.
If someone doesn’t need overlay function or if someone use an older version of fancybox, you can add a new option “Disable Fancybox library” in integrations/compatibility block settings so everyone can disable foliovision fancybox loaded library (and use their own).
Thanks
6 years ago in reply to: New lightbox doesn’t work on my websiteHi Martin,
thank you for your reply and sorry for delay.
I use fancybox ver 2.1.5 (I haven’t updated to the new version yet) in my custom theme and I include it via wp_enqueue_script (I get script on cdnjs).
I use fancy to load course page in overlay. This page include video. I think that style and script loaded from fv crash my site.
I analyzed the code, removed fv script and style and everithing’s fineCan you add option to disable fancybox? Fancybox is used to load video in overlay and if someone doesn’t need this function, can save bandwidth without loading these 2 extra files (or if someone use older version of fancybox) like Load FV Flowplayer JS everywhere option in integrations/compatibility blocks
What do you think? Iit could be a good idea?
6 years ago in reply to: Turn off Audio on ver 7.2.4.7276 years ago in reply to: Turn off Audio on ver 7.2.4.727Hi Lucia, Hi Martin,
imho, turn off audio icon, like youtube and older flowplayer version, is better for ux. Vimeo it’s less sensitive than flowplayer. With vimeo if I drag mouse from left to right or viceversa very fast, audio rises or lower with no problem (even outside the bar, for example on the video).
In flowplayer if mouse exit from the bar, it doesn’t control volume anymore.
if we could make it as vimeo, it would be a good step. What do you think?6 years ago in reply to: New lightbox doesn’t work on my websiteSorry Martin, I wrote in this post and I did not specify it. I get the same errore as above:“fancyBox already initialized”.
I initialize and use fancybox in my custom theme.
thanks.
David6 years ago in reply to: New lightbox doesn’t work on my websiteI have already done so. It was only to report it. Sorry, maybe I did not see the message??!!??
To fix the fancybox bug? Ther’s some solutions?
Thanks
6 years ago in reply to: New lightbox doesn’t work on my websiteHi Martin,
I’ve the same problem. I already use fancybox.I installed version attached on post above but it’s version 6.6.6 not fixing for 7.2.3.727.
Another thing I notice is that if I click on upgrade now from version 6.6.6 once clicked I get alert, if I click on ok nothing happen. I did a screenrecording: https://drive.google.com/file/d/1rJ1V-31na40MmcD99EXxRbNQKz1RFjmY/view
Let me know. Thanks
David