• Just did the update of WordPress to 4.7 and the background is no longer full screen.
    All I get now is the selected background in the top left corner of the page, but NOT stretched to cover the full background.
    Therefore no longer “Full” Background Manager.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I just updated my sites

    https://www.zahipedia.net

    and admin site stop working but after a while it start showing up the admin site and then ask me to update the database.

    look like some issue in the newest version, as it never happened as before

    Thread Starter derrickr

    (@derrickr)

    Managed to ‘fix’ by adding this hack to Theme Header (header.php):

    <script language=”javascript” type=”text/javascript”>
    document.body.style.backgroundSize = “cover”;
    </script>

    Not very elegant, but it works.

    My Wp Admin login not opening after update WordPress to 4.7 and showing error ..

    The alltipsfinder.com page isn’t working
    alltipsfinder.com is currently unable to handle this request.
    HTTP ERROR 500

    Norm

    (@casualmagic)

    I was having a similar problem before this update. Fixed with css but now my child stylesheet isn’t overriding the plugin css. Looks like it is just adding css inline to the head of the document.

    Maybe the plugin author can add an option to set the background size of the image.

    I think for now adding !important to background-size: cover; on body.custom-background is the best quick fix.

    • This reply was modified 7 years, 11 months ago by Norm.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working after updating to WordPress 4.7’ is closed to new replies.