By default, the popup login link will automatically display in the primary menu. But, if you want to display it somewhere, there is two other way. Please follow the steps below:
1. With the Shortcode
- Open the Popup Login section of the customizer.
- See the Position option, choose Manual
- Use this shortcode
[woovina_popup_login]
and place it anywhere you want.
2. With the Class
This second way is if you want to exactly control your login/register link:
- Open the Popup Login section of the customizer.
- See the Position option, choose Manual
- Use this class wpl-link in your link and #wpl-login-form as href.
So for example:
<a href="#wpl-login-form" class="wpl-link">Login/Register</a>