1. Alex

    file sliding_login.php
    line 95: title=”logou”

    sorry

    • pippin

      Is this an error? I think your formatting got screwed up.

  2. Alex

    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’];

    • pippin

      Both should work perfectly fine. get_permalink() is the WordPress that retrieves the URL of the current post / page.

  3. Alex

    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

  4. Mika

    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 ๐Ÿ™‚

    • Pippin

      Open the main plugin file and do a search for the words. You will find them ๐Ÿ™‚

  5. TotalRevue

    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

    • Pippin

      @TotalRevue – I like your suggestions and I will see if I can implement those sometime soon.

  6. dibrut

    if i want place the slider on right top, can i do that??how?

    • Pippin

      You will have to modify the CSS yourself. I have only included styles for the top left.

  7. Hubert Souchaud

    Hi Pippin
    When I click the Demo Button I have a Chrome Alert for Malicious Software
    ๐Ÿ™
    I Hope your site are not infectedโ€ฆ
    Thanks

    • Pippin

      That demo site was moved to a different domain but I forgot to update the demo link. Problem fixed now ๐Ÿ™‚

  8. Ron Strilaeff

    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

    • Pippin

      I’m not aware of one, sorry.

  9. bin zhang

    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

    • Pippin

      The register link isn’t added by the plugin, sorry.

  10. Jeff Cichocki

    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

    • Pippin

      You will have to modify the plugin’s CSS to do that.

Comments are closed.