4.3 chrome full screen anyone?

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
So I was testing yetishare 4.3 on a test server/domain, and when I tried to watch a video full screen, i noticed that the header of the yetishare script continues to show in the video/fullscreen.... I thought my eyes were deceiving me or that I did something wrong

This is what it looks like, http://i.imgur.com/sucIsc2.jpg ( on this one i enabled videojs as the player)

Is anyone getting else this? I have not seen anyone mention this.. Try using chrome

Then I changed the player to jwplayer instead, and it looks even worse.. http://i.imgur.com/y84eLcZ.jpg ? using chrome again

Latest version of chrome, Version 49.0.2623.110 m

Full screen firefox works fine..
 

sukhman21

Member
YetiShare User
Jan 26, 2015
508
3
18
Doesn't happen on my website. i used chrome 49.0.2623.112... my website uses jwplayer.
 

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
enricodias4654 said:
Well, some people may think it's a feature, showing the site logo at the top all the time :D
A terrible feature if that were the case... but ive been told by adam its a bug that hes gonna investigate

i hope he does soon, becuase i cant see how i can upgrade to 4.3 if this is happening to many people

Does it happen to you? Here is a link https://fhscript.com/DD8/Resident_Evil_Retribution_Trailer.mp4 if you pause the video and go into full screen, on my screen it still shows the header.....

I'm thinkign it might somehow have to do with the lights off feature or something screwed it up
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
pilot830 said:
Does it happen to you? Here is a link https://fhscript.com/DD8/Resident_Evil_Retribution_Trailer.mp4 if you pause the video and go into full screen, on my screen it still shows the header.....
Yes. The header is visible here on chrome, opera and safari.
 

sukhman21

Member
YetiShare User
Jan 26, 2015
508
3
18
weird, doesn't happen on my computer on chrome.... havent tried it on opera or safari.
 

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
enricodias4654 said:
pilot830 said:
Does it happen to you? Here is a link https://fhscript.com/DD8/Resident_Evil_Retribution_Trailer.mp4 if you pause the video and go into full screen, on my screen it still shows the header.....
Yes. The header is visible here on chrome, opera and safari.
That sucks man. I see you contributing a lot of info on here so thanks for that. Do you happen to have any ideas as to why thats happening?

Aside from that, this is why I haven't upgraded to 4.3, because a lot of my traffic does involve videos, and I don't want any people to experience this. Would you agree this is a good reason to hold off on upgrading to 4.3. It happens on both jwplayer, videojs, and i really dont want to use jplayer so i feel like i just have to wait
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
I can confirm this happens to me as well, i think an easy solution would be to copy the header to a new file and then find where in the css the header is made to be static and then remove it from a new copy of the css file, reference the new css in your new header and reference your new header on the download_bottom file of your media player plugin.

I can do this and write a guide but im busy for the next 4 days so wont be able to do it before then.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
pilot830 said:
That sucks man. I see you contributing a lot of info on here so thanks for that. Do you happen to have any ideas as to why thats happening?

Aside from that, this is why I haven't upgraded to 4.3, because a lot of my traffic does involve videos, and I don't want any people to experience this. Would you agree this is a good reason to hold off on upgrading to 4.3. It happens on both jwplayer, videojs, and i really dont want to use jplayer so i feel like i just have to wait
I don't know why this is happening. I don't have the 4.3 version. The only good feature in the 4.3 that I don't have is the right click menu on the folders. And I also don't use video players.
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
So i have a solution working for this however i noticed another issue, this affects at least videojs, if you full screen a video and scroll down with your mouse wheel the footer and scroll to top button slide up over the video, i'll work on a solution for this as well now and post it
 

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
paypal1352 said:
So i have a solution working for this however i noticed another issue, this affects at least videojs, if you full screen a video and scroll down with your mouse wheel the footer and scroll to top button slide up over the video, i'll work on a solution for this as well now and post it
I use jwplayer, can you post the solution for jwplayer? i am surprised that not many people around here care about this bug.. I'd say it's a big deal that you can't watch full screen videos on yetishare 4.3 using chrome
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
I've finally tracked this one down, it's taken about 3 hours but we're there!

The issue was simply an 'animated' css class within the flow theme header. For some reason this caused issues with the full screen mode in Chrome.

To fix, open:

\themes\flow\templates\partial\_header.inc.php

Find:

<section class="section-padding animated" data-animation="fadeIn">

Replace with:

<section class="section-padding" data-animation="fadeIn">

That's it!

This also fixes issues with the 'lights out' functionality.
 

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
adam said:
I've finally tracked this one down, it's taken about 3 hours but we're there!
You the man dude, thanks so much for doing this, now I can for sure upgrade to 4.3. I presume the latest zips has been updated etc as well