• Resolved fvsslo

    (@fvsslo)


    Hello,
    I really like your plugin, but I wish there weren’t a “welcome back” window popping up. It is really annoying and I also fear it might deflect new users, so could you please make it optional?
    Plz?

    P.S.: It would be also helpful if you could tell me in which and where in the files I could find a function triggering this, if you don’t intend to make it optional (soon).

    ty

    https://www.ads-software.com/extend/plugins/ft-quicklogin/

Viewing 1 replies (of 1 total)
  • Plugin Author MoxyPress

    (@flarethemes)

    Hi fvsslo,

    Firstly I would like to apologize for the lack of support. We have recently taken over FlareThemes and we have been busy updating the themes, framework and plugins and rebranding.

    Until we complete the relaunch which includes a support center, from now on I will monitor this account regularly and try my best to offer support here.

    How to turn off ‘Welcome Back Box”

    To get rid of the welcome back box you will need to edit ft-quicklogin-box.php on line 47

    before
    <input type="hidden" name="redirect_to" value="<?php echo fql_get_current_url() . '#fql-box-message-login'; ?>" />

    after
    <input type="hidden" name="redirect_to" value="<?php echo fql_get_current_url(); ?>" />

    This method will work for the other boxes for Registration & Lost Password too.

    I will be releasing an update shortly with more options including the ability to turn the boxes on/off, add custom notices in the box or simply redirect to a specific page or post.

    Darren

Viewing 1 replies (of 1 total)
  • The topic ‘Optional "welcome back" popup window?’ is closed to new replies.