jQuery(document).on('click', '.royaltickets-back-login', function(e){
e.preventDefault();
jQuery("#lost-password").slideUp("fast", function() {
jQuery("#login").slideDown("fast");
});
just put a click event on the <a> tag using click code from 'register' link on dialog.
Hmmm... don't have a settings menu... #investigating
Just wondering if I'm missing something?
Other than wordpress admin is there a place on YOUR dashboard where people can change their password/email?Aka basic profile page?