Viewing 9 replies - 1 through 9 (of 9 total)
  • How are you removing the login on the old page?

    Thread Starter lixunhuan

    (@lixunhuan)

    The logo of wordpress on the old login page was removed by this plugin https://www.ads-software.com/plugins/uber-login-logo/

    Thanks, I can confirm it’s not working.
    I took a look at the code and the plugin hooks in init quite late, with priority 1000.
    @uberweb, any reason why your plugin hooks in so late?

    If you change this line

    add_action("init",array("UberLoginLogo","init"),1000,0);

    to

    add_action("init",array("UberLoginLogo","init"));

    it should work again. If you don’t feel comfortable changing this, please don’t do it!
    Anyway, any plugin should work with this one, so I’ll hook this one in later in the next version. If you’re okay waiting for a day or two, I’ll make this work for you again.

    Thread Starter lixunhuan

    (@lixunhuan)

    Many thanks to Janneke, now it works perfectly well.

    I now hook in wp_loaded, so everything should be fixed now without editing files.

    Thread Starter lixunhuan

    (@lixunhuan)

    Yes it works perfectly. Thanks Janneke!

    Plugin Author uberweb

    (@uberweb)

    Hi Janneke, I’ll remove the priority next update as it’s left over from when there was no default value. Glad everything is working around it though.

    I am not sure where to add this change.
    I used this plugin and now when I started using All in on WP Security and change the login page, the logo I upload does not show up.
    I have genesis hooks plugin so where would I add the hook or change the hook in the code exactly please?

    batteriesInc

    (@batteriesinc)

    Same question as Linda Lee – by using All in one WP Security‘s logon URL changer, this plugin sadly no longer works.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Stop working after renaming wp-login.php’ is closed to new replies.