Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Libin

    (@libinvbabu)

    Hey @ternion,

    Can you make sure the plugin is Active now. I’m not seeing any of the plugin code on the login page. Or please uninstall and re-install it again.

    Let me know.

    Thread Starter ternion

    (@ternion)

    It is active. I have de-activated, deleted, then re-installed the plugin. Still doesn’t work. It is currently now showing as active.

    Any other ideas?

    Robert

    Thread Starter ternion

    (@ternion)

    I can inspect the page and it appears there is a style line in the head, but it doesn’t appear to be taking effect.

    Please help, this used to work prior to WordPress 3.8.1 and updating my Thesis Theme to the latest version.

    Plugin Contributor Libin

    (@libinvbabu)

    Just figured out the issue. Your “body” is missing a class “login”. If you have cpanel/ftp access to your server, login there and edit the wp-login.php file in the root folder.

    In that file search for </head> and just below to </head> you can find the <body>.
    The default line must be:
    <body class="login <?php echo esc_attr( implode( ' ', $classes ) ); ?>">

    Please change it and let me know.

    Thread Starter ternion

    (@ternion)

    I checked my wp-login.php file and the line above is there. I do see what you mean when I examine the code on the site though.

    It shows as either 2 body tags or no opening body tag…no idea what would cause this. Do you know what might make this happen?

    Plugin Contributor Libin

    (@libinvbabu)

    This might be a problem with one of your plugin or theme.

    Disable all plugins: disable all plugins first and check again.
    Reinstall the theme: if disabling plugins doesn’t help, reinstall the theme from the latest theme zip. Or try another theme such as the free Basic theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Background and logo image’ is closed to new replies.