Viewing 2 replies - 1 through 2 (of 2 total)
  • I think you could have to insert “;” at the end of the string!

    hide() isn’t a valid function, so it’s all falling apart, and although if you remain logged in, the admin interface is immune you’ve logged out and the login page is afflicted with the same problem.

    If you are up to temporarily hacking the plugin code you can disable the WL code by making the whole site act as if it’s in the admin back end like this

    Line 26…
    if (is_admin())

    change to…
    if (true || is_admin())

    then you can get in and blank your mistaken WL out. Then restore the plugin code.

    I’ll look into adding the login page to the ‘admin’ exceptions in the next release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide() in a Text widget logic makes the entire site blank.’ is closed to new replies.