-
AuthorPosts
-
August 8, 2016 at 2:07 pm #669815
Hi, i have a problem with the mobile version of my website.
The youtube video in the mobile version it’s not visibile:
http://www.tricopigmentazionesardegna.it/tricopigmentazione-cagliari-sardegna/
The site it’s in maintenance mode, to see please log in on WP dashboard.
August 8, 2016 at 6:15 pm #669976Hi fionda85!
That depends, if the youtube video is based on play on mobile or not.
Please also remember that if a video is on background, you need to add a fallback image, for the process to work properly.Thanks a lot for your understanding
Best regards,
BasilisAugust 9, 2016 at 12:34 pm #670277Hi Basilis,
the video is based on play on mobile.
August 10, 2016 at 7:24 am #670655Hi,
Auto play on mobile is disabled due to manufacturer restrictions and there’s not much we can do about it unfortunately.
Regards,
RikardSeptember 3, 2016 at 12:38 pm #681622Hello, what you mean by “manufacturer restrictions”?
I have checked the setting of the channel and my video and everything is set up correctly.September 6, 2016 at 4:41 am #682402Hi,
I’m sure your videos are set up the correct way, but auto play is disabled on for instance IOS devices and we can’t do much about restrictions like that.
Best regards,
RikardSeptember 6, 2016 at 1:11 pm #682594Ok, now i undestand!
Regards
DavideSeptember 7, 2016 at 10:29 am #683049Hi Davide,
Thanks for the feedback and sorry for this but like I said, it not a choice we have actively made.
Regards,
RikardSeptember 7, 2016 at 7:20 pm #683306Hi, i have found this topic:
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/It’s the same situation.
In this topic you have helped the guy to solve the problem .Why did not I receive the same assistance from you?
I have purchased the theme too and I paid the support for six months.- This reply was modified 8 years, 2 months ago by fionda85.
September 10, 2016 at 4:43 am #684398Hey!
We are very sorry for the late response.
In the previous thread, we added an actual video element using the same url in place of the slider. This video will show up on mobile view only. We did this because background videos are disabled on mobile by default. The steps are provided here: https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Regards,
IsmaelSeptember 10, 2016 at 6:26 pm #684529Hi!
I followed the instructions and I solved it by phone, thanks!How can I do for the tablet?
In the tablet version continues to view the fallback image.Davide
September 11, 2016 at 10:17 am #684720Hi Davide,
Try changing the CSS to this instead:
@media only screen and (max-width: 1024px) { .hide-mobile { display: none; }} @media only screen and (min-width: 1024px) { .hide-desktop { display: none; }}
Best regards,
RikardSeptember 11, 2016 at 10:26 am #684722Hi Rikard,
I add the CSS code but it does not work.
The tablet still does not load the video.Davide
September 13, 2016 at 3:03 pm #685836Hi, is there anyone who can help me?
Thanks
September 16, 2016 at 12:57 pm #687461Hi,
video is showing up fine for me on table: http://i.imgur.com/Lbpnhm9.png
Could you fix it already?
Best regards,
AndySeptember 16, 2016 at 1:09 pm #687470Hi Andy..
No, it is not solved …
I attach screenshot from samsung galaxy tab 3 device.September 19, 2016 at 1:29 pm #688445Hi,
please follow these instructions here: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and get back to us when you’re done with it.Best regards,
AndySeptember 19, 2016 at 3:39 pm #688546Hi,
I’ve already run successfully that procedure.
If you read the previous answers at the top, you can see them.In fact, the problem only affects the resolution of the tablet.
September 19, 2016 at 4:24 pm #688589Hi,
I don’t think you did it correctly, cause you don’t have any “Custom CSS Class” fields inside your ALB elements. So make sure to follow the instructions of the link I’ve send you correctly until this field gets displayed for you. Let us know when you’re done with it.
Best regards,
AndySeptember 19, 2016 at 7:09 pm #688687I’m sorry, you’re right.
The change has been lost with the theme update.It is now set in the correct way
September 20, 2016 at 12:53 pm #689135Hi,
so now it seems to work fine. Can you confirm please?
Best regards,
AndySeptember 20, 2016 at 2:30 pm #689244Hi Andy,
It does not work fine.The screenshot it’s from samsung galaxy tab 3.
September 21, 2016 at 12:55 pm #689752Hi,
it seems to work fine for me: http://smrtshot.com/i/4pl5
So what exactly is the problem for you now?
Best regards,
AndySeptember 21, 2016 at 1:11 pm #689761Hi,
the problem is always the same ..
The youtube video on http://www.tricopigmentazionesardegna.it/tricopigmentazione-cagliari-sardegna/ from desktop and mobile devices working fine and everything it’s ok!The video on tablet device does not work fine and load the fallback image (as you can see from the screenshot image attached in the previous email).
Thanks
Davide
September 21, 2016 at 1:35 pm #689780Hi,
as you can see on my screenshot the video gets loaded fine on tablet. So please clear browser cache and hard refresh a few times. Check on another tablet device as well.
Best regards,
AndySeptember 21, 2016 at 2:34 pm #689829Hi,
I empty the cache browser and refresh, but still does not load the video.
I tried with another tablet device (7 inches) and the video does not start.In both cases, it’s load the fallback image.
September 23, 2016 at 10:52 am #690598Hi,
this is what I see on your website:
iPad portrait:
iPad landscape:
iPhone portrait:
iPhone landscape:
Desktop:
Everything seems fine to me. We can’t really help you, if we can’t see any error.
Best regards,
AndySeptember 23, 2016 at 2:38 pm #690758Hi andy,
as you wrote in the previous answer, It works perfectly with IOS devices.
It does not work well with the ANDROID devices.
For this bug I’m asking assistance and support.September 23, 2016 at 2:40 pm #690761Can you check by an ANDROID tablet device to see the error.
Thanks
September 28, 2016 at 9:51 am #692532Hi,
The video on tablet device does not work fine and load the fallback image (as you can see from the screenshot image attached in the previous email).
What is the actual screen resolution of the samsung device? You might need to adjust the value of the view port in the css media queries.
@media only screen and (max-width: 1024px) { .hide-mobile { display: none; }} @media only screen and (min-width: 1025px) { .hide-desktop { display: none; }}
Best regards,
Ismaelo -
AuthorPosts
- You must be logged in to reply to this topic.