Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author palatino

    (@palatino)

    Hi Deyson,

    please check the plguin’s page. Click on the link “Click to log in” in the header (top right). Is that what you mean? If so it is already built in. If not please specify what you mean. I will be happy to add what you are asking for (if I know how to do it…)

    Thread Starter deyson

    (@deyson)

    Hello Palatino and good morning.

    I got it, I had to use the short code! ??

    Do you know how I can add this to the menu bar? Or if it is even possible. Thank you! ??

    Plugin Author palatino

    (@palatino)

    Well, that is totaylly depending on your theme and the way the menu is called. What might work is to open the header.php or sidebar.php whereever the menu has been put.

    The following is something which could work but probably needs some refinement and CSS styling. After the menu call in your file add
    <ul class="same-class-as-menu"><li><?php flexible_frontend_login_modal() ?></li></ul>

    You would have to make sure that on the options page you only activate the logout link for logged in users because otherwise you would end up with multiple links in the same menu item when users are logged in.

    Good luck with it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Flexible Frontend Login] When will the lightbox version be out.’ is closed to new replies.