Hello Guys thats the way you can add the login with Ajax into your templates.
is very easy just go to the header.php and look were you want to place it. add this function:
$ajaxArgs = array(
‘profile_link’ => true,
‘template’ => ‘modal’,
‘registration’ => false,
‘remember’ => true
);
login_with_ajax($ajaxArgs);
Hope to help good day.