• George

    (@quantum_leap)


    A little tricky and confusing to configure but once you get it rolling, it works well…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi, thanks for the feedback. Could you elaborate a little more on what issues you had with configuring the plugin?

    We could certainly consider them for future improvements to the plugin.

    Thread Starter George

    (@quantum_leap)

    I had to use this code in functions.php

    function add_top_login() {
    $ajaxArgs = array(
    ‘profile_link’ => false,
    ‘template’ => ‘modal’,
    ‘registration’ => false,
    ‘remember’ => true
    );
    login_with_ajax($ajaxArgs);
    }

    and then call that in my template
    <?php add_top_login(); ?>

    otherwise it wouldn’t work. It took me a while to figure out.

    Then, I still don’t know how I can call the modal link from any link in my post as the [lwa] shortcode just gives me a user name and password field. I want to be able to create a link that loads the login modal.

    Thanks again for your plugin Marcus!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Could you not use the widget? Depending where you want it, using PHP is inevitable.

    As for your modal question, we covered it here:
    https://wordpress.org/support/topic/text-instead-of-modal-popup?replies=4

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gets the job done’ is closed to new replies.