revlimiter
Member
Posted 3 years ago #
Hey all,
I have a link in my footer called "Log In" currently linking to "/wp-admin/" and I would like this to direct to a lightbox popup where I can enter my username and password instead of the actual directory, "/wp-admin".
I would imagine I would have to create a custom login page of some sort, but does anybody know of a plugin or easy method to make this work?
Thanks!
greyisgood
Member
Posted 3 years ago #
lightbox only supports img files.
you need lightview
http://www.nickstakenburg.com/projects/lightview/
supports iframes so you can just call the exsisting
revlimiter
Member
Posted 3 years ago #
Actually, sorry - I meant thickbox, not lightbox
http://jquery.com/demo/thickbox/
I guess I can just copy & paste the desired code from my "/wp-admin/" login page to the thickbox popup page.
greyisgood
Member
Posted 3 years ago #
be more careful when using other people's time.
Hi revlimiter
I covered this on my own site: You can get the tutorial here:
http://wpguru.co.za/admin/using-jquery-to-liven-up-your-wordpress-login/
Enjoy
hal9000
Member
Posted 3 years ago #
Thsnkd Yellow Llama i am going to give this a try...
This kinda thing should be a standard part of wordpress now i think