Topic-icon Possible to call Login and Register pop-up functions from a link?

I would like to know if it is possible to call the Login and Register pop-ups from a link on the page. The Login and Register buttons exist on the page, however in the page's content I want to reference them with links to help guide users to the Login and Register pop-ups.

Is this possible? If so, how can I do it?
The topic has been locked.
Support Specialist
The register button simply redirects the user to the standard Joomla registration page. We don't have a popup for that. You can simply create a standard link to the registration page.

If the SCLogin module is already shown on the page, you can create a link like below to trigger it's popup:
<a href="#login-modal" data-toggle="modal">Login with Existing Account</a>
I hope that helps, but if you run into any issues, just let me know.

Thanks,
Alex
The topic has been locked.