• Resolved mkornegay2

    (@mkornegay2)


    I’ve installed your plugin on my site and believe I have it configured as much as I would like. However, I have a custom login page using a White label Plugin. The login works, but my logo is now missing. I even changed the url for the image uploads, but it didn’t resolve anything. I have cleared all plugin and browser cache as well. I have some images form cloud hosted urls in my Custom CSS that are still being pulled in, but any content from WP directory is not. However, once I login, other custom images from the same uploads folders are being displayed. But it does display using the Safe URL. Any idea, why just my WP Login logo is not?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Darrel

    (@johndarrel)

    Try to add in the Custom CSS this CSS. I see that you have a CSS that hides the custom logo from login page. Maybe this will help:

    body.login #login h1 a {
        width: 235px !important;
        height: 150px!important;
        background: url(/storage/2018/10/gps-color-stack-logo.png) !important;
    }

    John

    • This reply was modified 2 years, 2 months ago by John Darrel.
    Thread Starter mkornegay2

    (@mkornegay2)

    Hi John,

    Where do you see that the custom logo was hidden? I don’t remember doing that. It was only after the plugin was installed that the logo disappeared. Maybe the WP logo was hidden from my white label plugin?

    But your CSS did work. Just trying to find out the root of the issue without have to use CSS. But if you think this is the only way around it, I will oblige.

    Plugin Author John Darrel

    (@johndarrel)

    Hi,

    Checked again and if the option Hide My WP > Advanced > Compatibility > Clean Login option is on, it tries to hide the WordPress default logo and show the logo you set on Appearance > Customize > Site Logo.

    If you switch off the Clean Login option, the logo will not be changed and the CSS will not be added to the login page.

    John

    Thread Starter mkornegay2

    (@mkornegay2)

    That’s it. Thank you sir!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress Custom Login Logo Missing’ is closed to new replies.