Sign Up / Join

Posted in: Newspaper
Post count: 12

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

Post count: 7909

Hi,

Not sure what you mean, please reformulate, some images will also help.

Thanks!

Post count: 12

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.

Post count: 7909

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!

Post count: 12

Perfect. Thanks so much. By the way are you working on any new themes?

Post count: 7909

Hi,

At the moment we work to improve and fix issues for Newspaper and Newsmag themes.

Thanks for the message!

Post count: 4

Does this mean that the “You must be logged in to post a comment” does not function on post pages? I am only getting the ‘effect’ of a dimmed screen (when not logged in) when clicking logged in, no form.

Post count: 7909

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!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.