This plugin, based on my Sliding Contact Form Plugin, places a simple, elegant, sliding login form for your website that will allow users to login without every leaving the page. Once a user is logged in, they are redirected back to the current page, or any custom URL defined in the plugins options page.
Features
- jQuery powered
- Simple, clean login form
- Unobtrusive
- Redirect users upon successful login
- Displays logout link to logged-in users
- 5 color schemes
- Free
Sliding Login Form is free to download for registered members, so go try it out and let me know what you think! Membership is free if you’re not a member already.
Download Demo

file sliding_login.php
line 95: title=”logou”
–
sorry
Is this an error? I think your formatting got screwed up.
I think it would be correct change
echo wp_logout_url(get_permalink());
to
echo wp_logout_url( $_SERVER['REQUEST_URI'] );
and
$redirect = get_permalink();
to
$redirect = $_SERVER['REQUEST_URI'];
Both should work perfectly fine. get_permalink() is the WordPress that retrieves the URL of the current post / page.
on the blog I use the WP plugin Featured Posts with thumbnails.
and get_permalink () returns the URL of one of the posts from Featured Posts list, only $ _SERVER ['REQUEST_URI'] was corrected
HI! Thnx for great plugin! tell me please how can I change the words “Username” “Password” “Remember” and the text on the Login submit button? I just want to replace these word wiyh equivalents on my native language
Open the main plugin file and do a search for the words. You will find them
can you have:
1) option to adjust position of the slider login – top left top right
2) when logged in, tab doesnt auto logout but expands tab to logout, click profile and such
@TotalRevue – I like your suggestions and I will see if I can implement those sometime soon.
if i want place the slider on right top, can i do that??how?
You will have to modify the CSS yourself. I have only included styles for the top left.