Forum Replies Created
-
-
5 months ago in reply to: Copy link not working on iPhone
Tried this with a friend on their iPhone and same issue. I wonder if it’s a US versus Europe iPone thing? (Assuming you are there). Have yet fond a non-phone friend. Lol!
5 months ago in reply to: Playlist going verticalI’m going to blame ChatGPT in our tweaking of website. Doing this fixed issue –
.fv-playlist-slider-wrapper { overflow-x: scroll!important; /* Enable horizontal scrolling */ white-space: nowrap!important; /* Prevent line breaks within the playlist items */ display: flex!important; /* Flexbox for horizontal layout */ }
This is now resolved. Sorry for being such a bother. AI is helping me immensely 90% of time, and getting me in trouble 10% of time!
5 months ago in reply to: Playlist going verticalSo bizarre. Still occurs on my desktop when cache empty (with or without cache plugins/cloudflare) AND on my iPhone… At a loss… I guess I’ll keep the JS fix just in case…
5 months ago in reply to: Playlist going verticalHappens when all plugins are disabled, as well – https://dcdouglas.com/NoCache-BrokenGallery.MP4
I haven’t fixed it but am using this in my footer temporarily until you have a fix. When you go a player page with an empty cache on Safari you will see it briefly before the auto-refresh hits. (ie https://dcdouglas.com/voice-over-male-talent-los-angeles/)
document.addEventListener(“DOMContentLoaded”, function () { var playlistWrapper = document.querySelector(“.fv - playlist - slider - wrapper”); if (playlistWrapper) { // Trigger a reflow using requestAnimationFrame requestAnimationFrame(function () { playlistWrapper.style.display = “none”; requestAnimationFrame(function () { playlistWrapper.style.display = “flex”; }); }); } });
5 months ago in reply to: FV Flowplayer Playlist searchAfter further testing, it appears that if I play a Youtube video first and then play a self-hosted video, the controls are non-clickable and they remain and the loading animation stays. The only thing to do is watch video or click away.
5 months ago in reply to: Copy link not working on iPhoneThat didn’t work.
Here is an example of how the shared link is working after installing your latest FV – https://dcdouglas.com/NoCache-LinkShareBroken.MP4
5 months ago in reply to: Playlist going verticalI was wrong. Still happens. Only Safari. Only when cache of browser is cleared – not cache plugins or cloudflare. they can be on or off.
5 months ago in reply to: Playlist going verticalChatGPT helped me fix issue with Safari via order of functions – https://chatgpt.com/share/fd899026-58f4-4a49-9440-38bb3d13db9c
5 months ago in reply to: Playlist going verticalFigured it out in general – your beta release does not load properly the first time. I switched to release and it’s fine.
5 months ago in reply to: Playlist going verticalSo it only happens in Safari but nothing I do can fix this. Empty your cache and go to this page to see it: https://dcdouglas.com/voice-over-male-talent-los-angeles/
5 months ago in reply to: Copy link not working on iPhoneThx. Standing by!
5 months ago in reply to: Playlist going verticalHold off… I think this is a safari only issue…
6 months ago in reply to: adjust playlist font size on mobileThank you!
So nothing to do until FV 8? Any functions I can add to my functions php file to address issue until the new version comes out?
6 months ago in reply to: Set special splash for playlistsI did not expect that to work! Lol! THANK YOU!
6 months ago in reply to: Set special splash for playlistsThanks for that but didn’t work. And the weird thing is that this time I deactivated all plugins (and cloudflare) and the issue persisted. (last time I did that the images returned to normal at end of videos) Made sure I had nothing in functions file or css that would be affecting it, as well. I have no clue what it is now. The updated plugin was also installed. So, the issue is still there…
6 months ago in reply to: Set special splash for playlistsps- it appears that Smush lazy load interferes with the splash resizing when the splash is brought back after a video ends.
6 months ago in reply to: Set special splash for playlistsYes. If you go to any video and fast forward to the end you will see how the splash image returns like it’s supposed to but zoomed in (25ish% on desktop, 70ish% on mobile)
6 months ago in reply to: Set special splash for playlistsIt appears to be Smush lazy load. I tried excluding these but to no avail…
fvp-playlist-thumb-img .fvp-playlist-thumb-img #fvp-playlist-thumb-img fp-splash .fp-splash #fp-splash .flowplayer .fv-player fv-playlist-slider-wrapper
Thx… Yeah, there’s is no swapping to small images on screen size changes. I wasn’t sure if this was a theme issue or a player thing. It’s my last hurdle with page speed…