redone975
Member
Posted 2 years ago #
When the password protect plugin is activated, the menus page no longer works within the Appearance section, specifically you can't drag/move the menu items to re-order them.
I had to deactivate the plug-in to re-order, then reactivate it.
http://wordpress.org/extend/plugins/password-protect-wordpress-blog/
spiders-design
Member
Plugin Author
Posted 2 years ago #
We can confirm this bug and will be fixing it in the next update.
Stefanowitz
Member
Posted 2 years ago #
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=\"http://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
spiders-design
Member
Plugin Author
Posted 2 years ago #
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.
jcnetsys
Member
Plugin Author
Posted 2 years ago #
Update released and bug fixed.