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.
Hi Pippin
When I click the Demo Button I have a Chrome Alert for Malicious Software
๐
I Hope your site are not infectedโฆ
Thanks
That demo site was moved to a different domain but I forgot to update the demo link. Problem fixed now ๐
Hi Pippin,
The demo/demo name and password I think is invalid.
We are looking for a frontend login plugin that lets our users use their facebook, twitter or gogle+ credentials and connects them to a custom profile page on our site without ever seeing any wp-admin or the wp-login.php page (all fronted). Can you recommend something?
Thanks, Ron
I’m not aware of one, sorry.
HI Pinpin,
Great plug in, that’s exactly what I am looking for. However, I can’t see the register option in the log in box, is that right? in my wordpress setting, it’s open to everyone to register.
looking forward to hear from you,
cheers, bin
The register link isn’t added by the plugin, sorry.
The demo link on this page is broken
http://demo.pippinsplugins.com/sliding-login/ leads to “500 internal server error”
I’m a real trouble maker and bug finder aren’t I.
Hey Pippin,
I installed your plugin. Works nicely.
I’m wondering how I change it’s location on the screen. When I log in as the admin, the WordPress bar shows up on the top and then covers up the log in/out box.I’d either like it to move down on it’s own when that bar is present or just move it down a touch permanently.
Thanks
Jeff
You will have to modify the plugin’s CSS to do that.