Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #871640

    Here’ a screenshot of the messed up homepage:

    messed up

    and the slider underneath, which should show on desktop (only on mobile)

    slider

    #871897

    add this css…

    #top .av-video-slide .mejs-container {
    width: 100% !important;
    }

    BR
    Tom

    • This reply was modified 7 years ago by hoibi1984.
    #872031

    Hi abortolotti,

    The fix which Tom shared should work, could you try it out please?

    Best regards,
    Rikard

    #872151

    Hi @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

    #872806

    This 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

    #873084

    Hi 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,
    Victoria

    #873087

    Wow, I see what you mean!

    Thank you so much. I didn’t know about that option.

    Thank you again. Problem solved, thread closed!

    Antonio

    #873547

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘HELP! Last Automatic WP update messed up the site!’ is closed to new replies.