Hello,
I would like to place small text in my header that reads "Log In | Register" and have them both pop up in a modal. I have used this code:
<div class="sourcecoast sclogin-modal-links sclogin"><a href="#login-modal" role="button" data-toggle="sc-modal">Log In</a> | <a href="/register">Register</a>
</div>
But it is not working. Any tips to help me out?
Solved it. Didn't look deep enough into the module. Very nice how you guys included that.