Pro Login Widget

Hello everyone, I’m trying to get the Pro Login Widget behave like it’s doing on s2member.com, with the login box only being visible and dropping down when clicking on the link “login” in the menu. I have looked everywhere for the code to make the Pro Login Widget but can’t seem to find any snippets or tutorials. Anyone with any tips or advice?

Thanks,

Brooke

See this answer: Show / Hide Widget

Tim, thanks for the response but that’s not what I’m looking for. I’m referring to having a login/logut link with the main navigation at the header. Just like they have on s2member.com.

I don’t have a sidebar on my website so that’s why I need a login solution for the header and just inserting the widget up there messes up the whole site.

Thanks again

I see. You will need some javascript for that.

I’d suggest you look in the wordpress.org repo for a login modal plugin that does what you want.

The popup at s2Member.com is powered by Bootstrap Modal windows. Docs here: http://getbootstrap.com/javascript/#modals

How the Pro Login Widget is introduced by a given theme is something that is a part of implementation; i.e., it is very theme-specific.