Hello,
on the mobile Version of our site http://www.openair-frauenfeld.ch does the video at the startup screen not autoplay.
And on the top there is an overlapping from the DE/EN Buttons and some Text.
How can we solve this?
Hi Jack!
Try adding this to your custom CSS.
@media only screen and (max-width: 767px) {
.responsive #header_meta .sub_menu > ul > li { display: block !important; }
}
And for mobiles make sure you select a fallback image to use when editing your slide as video on mobile devices cannot be controlled properly with javascript.
Cheers!
Elliott
Thanks,
unfortunately the Video still does not autoplay and the DE/EN Buttons are still overlapping
Hi!
autoplay is working fine for me on mobile. Which device are you using?
For the DE/EN Buttons use this in Quick CSS:
.avia_wpml_language_switch li .language_flag img {
margin: 10px;
margin-top: 10px;
}
Regards,
Andy