Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author spiders-design

    (@spiders-design)

    We can confirm this bug and will be fixing it in the next update.

    In file “password-protect-wordpress-blog/index.php” I commented out the inclusion of jquery in the admin backend. This removes the problem with the menu editing while still keeping the site password protected:

    function sd_jquery()
    {
    /* causes bug
    echo(“<script type=\”text/javascript\”
    src=\”https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js\”></script>”); */

    }

    This solves the problem, but maybe causes unwanted side effects of which I am yet unaware? Can you tell me if there is a better way?

    Thanks in advance!

    Kind Regards
    Stefanowitz

    Plugin Author spiders-design

    (@spiders-design)

    Thanks Stefanowitz this has helped greatly. We anticipate a new release on
    10th October which will fix this and not being able to submit by pressing enter.

    Plugin Author jcnetsys

    (@jcnetsys)

    Update released and bug fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Password Protect WordPress] Causes issues with Menus Admin’ is closed to new replies.