-
AuthorPosts
-
February 11, 2019 at 12:25 pm #1065400
Hi There,
Something is not going well on the Tophoveniers mobile website (https://www.tophoveniers.nl/). See attached picture (however this is for all pages with text and photo next to it). The video is also not visible on the home page and gives a notification.
With news, there are no images on the mobile website.
Can you help me out with this?Regards, Jeroen
https://www.dropbox.com/s/rha45rwg45kmnwc/Schermafbeelding%202019-02-11%20om%2011.16.53.png?dl=0
February 12, 2019 at 6:47 am #1065792Hi Jeroen,
Thanks for the login details and screenshot, I’m not sure exactly why that is happening, but you can try this CSS to see if you have any luck with it:
@media only screen and (max-width: 767px) { .av_one_half { margin-left: 0; width: 100%; } }
The video is working fine on my end.
Best regards,
RikardFebruary 12, 2019 at 10:27 am #1065880Hi Rikard,
thanks… unfortunately this CSS dit not work.
Any other suggestions?Best regards,
JeroenFebruary 13, 2019 at 6:27 am #1066288Hi Jeroen,
Thanks for the update. Where exactly did you add it? You can try this instead to see if it works better:
@media only screen and (max-width: 767px) { .av_one_half { margin-left: 0 !important; width: 100% !important; } }
Best regards,
RikardFebruary 14, 2019 at 3:28 pm #1067000Thnx Rikard, this CSS works fine.
I’ve two other questions about the mobile version… The video is also not visible on the home page and gives a notification (see dropbox attachment).
https://www.dropbox.com/s/lwycuaye16p5k7j/Tophoveniers%20mobiel.jpg?dl=0At news, there are no images on the mobile website.
Any suggestions for these issues?
Regards, Jeroen
February 15, 2019 at 4:21 pm #1067497Hi Jeroen,
Autoplay videos are disabled on mobile devices, that is why you get that notification. You can set a fallback image for the video in the element options.
Please try this for the footer problem:
@media only screen and (max-width: 767px) { #footer .av_one_fourth { margin-left: 0 !important; width: 100% !important; } }
Best regards,
RikardFebruary 19, 2019 at 2:57 pm #1068987Oke thnx Rikard!
‘At news, there are no images on the mobile website.’ I mean this page https://www.tophoveniers.nl/nieuws/ (the mobile version)
Thnx Rikard…
Grtz Jeroen
February 20, 2019 at 8:52 am #1069310 -
AuthorPosts
- You must be logged in to reply to this topic.