-
AuthorPosts
-
November 2, 2017 at 1:18 pm #871637
Hi guys,
on the latest automated WP update (4.8.3) the site I made for a client (http://casamarazulsanpancho.com/) got all messed up.
The home page started with a full screen video in the background, which is now rendered on a new, unwanted left sidebar and a black main screen with a throttle going on forever.
Besides, the slider that I set up to show on mobile only, instead of the video is now showing up on the desktop version, right below this messed up video rendering…
Can you please help me with a fix asap?
My client is quite worried…
Thank you
November 2, 2017 at 1:22 pm #871640Here’ a screenshot of the messed up homepage:
and the slider underneath, which should show on desktop (only on mobile)
November 3, 2017 at 1:46 am #871897add this css…
#top .av-video-slide .mejs-container {
width: 100% !important;
}BR
Tom- This reply was modified 7 years ago by hoibi1984.
November 3, 2017 at 9:13 am #872031Hi abortolotti,
The fix which Tom shared should work, could you try it out please?
Best regards,
RikardNovember 3, 2017 at 2:00 pm #872151Hi @Rikard,
The fix which @hoibi1984 shared worked but only for the first Video part. (Thank you so much Tom by the way!)
There is also the Fullscreen Slider underneath though, which was originally intended to show only on mobile, instead of the Video section above and that has always worked perfectly until the latest WP update.
Can you guide me on a fix to restore such capability as well?
Thank you
November 5, 2017 at 8:30 pm #872806This is the code that has been added to the Quick CSS since day one and was working in hiding the slider below the video up until the latest WP automatic upgrade:
@media only screen and (max-width: 990px) {
.page-id-4393 #fullscreen_slider_0{display: block}
.page-id-4393 #only-desktop { display: none !important; }
}@media only screen and (max-width: 767px) {
.page-id-4393 #only-desktop { display: none !important; }
.page-id-4393 #fullscreen_slider_0{display: block}.responsive #scroll-top-link {
display: block !important;
}
}Can you help with restoring the functionality of the page as explained in the previous comment?
Thanks
November 6, 2017 at 3:10 pm #873084Hi abortolotti,
The screen option setting for the slider to be hidden on desktop was not set. It is not shown now. And there is no need for the additional css for that.
Best regards,
VictoriaNovember 6, 2017 at 3:13 pm #873087Wow, I see what you mean!
Thank you so much. I didn’t know about that option.
Thank you again. Problem solved, thread closed!
Antonio
November 7, 2017 at 5:25 am #873547 -
AuthorPosts
- The topic ‘HELP! Last Automatic WP update messed up the site!’ is closed to new replies.