WordPress Login form not showing in the popup login
-
Hi
In our site we have a menu called “Login”. if we click it will open as fancybox optin and in that it is showing only the social logins, it does not showing the wordpress login.
url : https://www.engageforsuccess.org/
code in header.php
<?php
if ( is_user_logged_in() ) {
echo 'Logout';
} else {
echo 'Login';
}
?>
<div id="login-wrap" style="display:none;" >
<?php do_action('oa_social_login'); ?>
</div>Please help me to fix this issue.
Thank you
Vinothhttps://www.ads-software.com/extend/plugins/oa-social-login/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WordPress Login form not showing in the popup login’ is closed to new replies.