Hi,
The theme has the capability to display a login button in the top bar, or anywhere in the page with a dedicated login element in the tagDiv composer
– https://forum.tagdiv.com/newsmag-login-how-to-enable-the-user-registration/
If you want to use this popup module for login -> https://www.screencast.com/t/8WdJKnv0lE0 in page on some buttons, then you should use this custom code -> https://pastebin.com/WPTcPU5A and set it in a column text -> http://prntscr.com/pj0x4r and add this custom css http://prntscr.com/pj0yf2
.wpb_text_column a.td-login-modal-js {
background-color: black;
padding: 10px 20px;
border-radius: 5px;
}
Let me know.
Thanks
Hi, I’m trying to add a custom button link that will open the modal login form. I tried to follow the instructions you provided in the thread:
– I add this code to a column text:
Login
I also added the css as you mentioned above, however its not working. What does the code reference? page ID, modal ID??
The button shows, but it just adds “#login-form” to the url and nothing happens.
Thanks
-
This reply was modified 1 year by
Oktay.
Hi Oktay, this topic is related to Newsmag theme, if you have the Newspaper theme, then you can use the popup element – https://forum.tagdiv.com/modal-popup/ where you have 2 options: you can set your code directly in the popup element or you can create a page that will be display in the popup modal.
I hope this will help you!