Hi there,
I want to add a link to a page so that the Sign Up/Join overlay pops up. What url link do I use please?
Adam
Hi,
Not sure what you mean, please reformulate, some images will also help.
Thanks!
When I click the sign in link on the top header a login overlay pops up. I want that same overlay to pop up when I click another link but don’t know what irk to use.
Hi,
The sign in widget was implemented only for top menu so you can find the code here if you want to use it also in another section – http://screencast.com/t/kLpq7jkO
Also if you want to use only the link in a page you can try this code:
<a class="td-login-modal-js" data-effect="mpf-td-login-effect" href="#login-form">Log in </a>
Please note that it will work only when you are not logged in.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Perfect. Thanks so much. By the way are you working on any new themes?
Hi,
At the moment we work to improve and fix issues for Newspaper and Newsmag themes.
Thanks for the message!
Hi,
If you use the above code it will work only if you have top menu active(also the sign in widget) as it use the javascript – http://screencast.com/t/nPbBVQF6juG2 But if you don’t want top menu, you can hide it using custom css: http://screencast.com/t/vahhyVYhlO
.td-header-top-menu-full {
display: none;
}
We will try to add a different implementation for sign in widget in a future update.
Thanks!