Tagged: x
-
AuthorPosts
-
July 19, 2016 at 11:58 pm #1094772
OnyParticipantHi there, I had a question regarding having a fullscreen revolution slider playing a video in the background.
No matter what I do I can’t seem to get it to work unless I force a minimum height which then makes the mobile version look extremely unprofessional.
Force cover is already turned on.
Please see following reply with more information.
July 19, 2016 at 11:59 pm #1094775
OnyParticipantThis reply has been marked as private.July 20, 2016 at 2:31 am #1094912
ChristopherModeratorHi there,
Please disable ‘Custom grid size’ from slider settings. Add
.mastheadin slider’s containers field and remove 60px. See the attachment.Hope it helps.
July 20, 2016 at 2:45 am #1094923
OnyParticipantThis reply has been marked as private.July 20, 2016 at 3:38 am #1094975
ChristopherModeratorHi there,
Please check this link :
https://www.themepunch.com/revslider-doc/layer-responsive-behavior/Hope it helps.
July 20, 2016 at 3:53 am #1094990
OnyParticipantThanks Christopher.
I’ll review in the morning and get back to you on my progress.
Thanks so much for the awesome support as usual!
July 20, 2016 at 5:28 am #1095079
ChristopherModeratorLet us know if you have further questions.
July 20, 2016 at 4:52 pm #1095983
OnyParticipantHey there,
Using your settings, when I am on mobile it doesn’t properly go fullscreen. However, when I scroll down it will resize itself to be proper dimensions (however it is not longer full size since you’ve scrolled down.) Then when you scroll back up, it’ll resize again to the non-fullsize dimensions.On my desktop, it doesn’t resize whatsoever, it simply stays non-fullscreen (same dimensions as before.)Even when I duplicate the working fullscreen slider on the homepage and apply it to the other pages it does not work.Also, is there a way to allow the video to play on mobile?
Please take a look on a mobile device, would love to get it working so I can format the responsive buttons afterward.EDIT: I got the fullscreen to work. Needed to add the -60px back to those two sliders.
Still looking for a way to get the video to play on mobile, and for some reason the little boxes that showed custom sizes for mobile/tablet/laptop/monitor is gone so I can’t manually adjust the icons for the respective screen sizes.
July 20, 2016 at 4:53 pm #1095985
OnyParticipantThis reply has been marked as private.July 20, 2016 at 10:08 pm #1096379
LelyModeratorHello Ony,
Thank you for the credentials. Please check this article:https://www.themepunch.com/faq/video-not-showing-up-on-mobile/. I can see that you have added it is as Slides Main Background. It will not play by default because it is disabled. Please use Video Content Layer instead.
I am not sure about the custom boxes. Are you referring to helper grid like the attached screenshot?
Hope this helps.
July 21, 2016 at 3:03 am #1096639
OnyParticipantThis reply has been marked as private.July 21, 2016 at 3:05 am #1096642
OnyParticipantThis reply has been marked as private.July 21, 2016 at 2:49 pm #1097519
RadModeratorHi there,
Have you fixed the video controls? I don’t see it on my end.
About the video on mobile, mobile has no autoplay, a user has to play the video manually. And to do that, layers (dotted style) should not cover the video. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS
@media ( max-width: 979px ) { .tp-dottedoverlay.twoxtwo { pointer-events: none !important; } }Hope this helps.
July 21, 2016 at 3:36 pm #1097608
OnyParticipantWorked great, cheers again x team!
July 21, 2016 at 5:03 pm #1097751
OnyParticipantAlso, for future reference or if anyone stumbles upon this topic.
Add this code to the revolution slider CSS secction
.tp-video-play-button {display: none !important} /* disable hover play button */ .rev_slider video {pointer-events: none} /* disable right click on video */ .rev_slider video::-webkit-media-controls {display: none !important} /* disable play button on ios */to do the following explained functions in the comment section to right of the line.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1094772 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
