Viewing 6 replies - 1 through 6 (of 6 total)
  • Just came here to post almost the same message.

    On the demo site, it only appears to work on the “Register” and “Sign in” links in the header bar, but the same links in the Meta widget in the sidebar just go to the normal WP registration & sign in pages.

    Hopefully that gets corrected in the next version, as it’s only 50% useful at the moment.

    Also, the ability to have custom themes would be a nice feature addition — much in the same way that the very similar SimpleModal Login plugin offers.

    Plugin Author MoxyPress

    (@flarethemes)

    @ MomDad

    Thanks for your feedback. We’ll implement this feature in the next release.

    Meanwhile, you can create custom menus and add a custom target to show one of the authentication boxes.
    You can also insert a html link in the theme adding a “rel” tag.

    These are the custom targets and “rel” tags.

    "fql-login" - Login Box
    "fql-register" - Register Box
    "fql-lost-password" - Lost password Box.

    For example, if you want to add a link which shows the login lightbox you can insert this code:
    <a href="#" rel="fql-login">Log in</a>

    Thread Starter Li-An

    (@li-an)

    OK, thank you for answer and explanation.

    I stand corrected! Very nice, thank you!

    It’d be great if this plugin could automatically hook into wp_loginout much the way simplemodal login does. wp_loginout is great because it lets you define the redirect upon login.. and takes care of all of the in/out language logic for you.

    As it stands now if I use wp_loginout in my theme I can’t really use quicklogin. I’d love for them to play nicely together!

    Plugin Author MoxyPress

    (@flarethemes)

    @vernal – thanks for the feedback! I’ve noted your request and will consider it for the next release

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: FT QuickLogin by FlareThemes.com] Plugin not working on test site’ is closed to new replies.