LPH
Well-known member
Is it possible to call the login overlay from within WordPress?
This is what is in the header.php WordPress theme file. It simply rolls to /community/login.
Maybe the script needs to be changed. It was taken from this thread and works on the community side.
This is what is in the header.php WordPress theme file. It simply rolls to /community/login.
Code:
<script>XenForo.LoginBar = function(a){};</script>
<span id="member" class="logIn_menu_class">
<a href="/community/login" class="OverlayTrigger concealed noOutline">Log In or Sign Up</a></span>
Maybe the script needs to be changed. It was taken from this thread and works on the community side.