• Resolved Beats247

    (@beats247)


    Hi there,
    I have the latest version of WordPress and WooCoomerce and it gave me an error before activation: “The plugin has no valid header”. It worked upon activating it on the 2nd attempt though.
    However, now it crashed the style of my theme completely, not only the login form but the whole site… I cannot use your plugin like this. Can you help to fix this?

    Without your plugin: https://prnt.sc/savy79
    With your plugin: https://prnt.sc/savx1n

    Cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Beats247

    (@beats247)

    PS: I found the custom code from (@joshmyself) that solved this issue.
    I thought you implemented this in an update already? Thanks

    Thread Starter Beats247

    (@beats247)

    Edit: The wp-login.php page’s CSS is still broken.

    Plugin Author Robert Peake

    (@robertpeake)

    Sorry, I’m not sure what you mean by “the custom code from (@joshmyself)” or what’s up with the CSS you mention. We did push a CSS fix today.

    Thread Starter Beats247

    (@beats247)

    I used this code from a user in your support thread:

    add_filter( 'style_loader_src', function($href){
    if(strpos($href, "login.min.css") !== false) {
    return false;
    }
    return $href;
    });

    That worked for the front end login but broke the wp.login-php CSS style.
    I just updated your plugin and it works fine now. Thank you!

    Plugin Author Robert Peake

    (@robertpeake)

    Glad to hear and thanks to @swizzlestick for the fix

    Thread Starter Beats247

    (@beats247)

    @robertpeake I just tested the registration on my site and it’s possible to register without completing the captcha. The login works fine and you need to complete it. Any thoughts?

    Plugin Author Robert Peake

    (@robertpeake)

    @beats247 the checking happens server-side, so it’s not possible to bypass on a correctly-configured system. Check your keys, and check you have the right plugin. Good luck!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin has no valid Header’ is closed to new replies.