User Profile / Password on dashboard

Closed
RoyalTickets - Events Booking WordPress Theme RoyalTickets - Events Booking WordPress Theme May 09, 2023
Login to reply
Chris Dawes
11 months ago
x
Chris Dawes
11 months ago

jQuery(document).on('click', '.royaltickets-back-login', function(e){

            e.preventDefault();

            jQuery("#lost-password").slideUp("fast", function() {

                jQuery("#login").slideDown("fast");

            });

        });

Chris Dawes
11 months ago

just put a click event on the <a> tag using click code from 'register' link on dialog.

Chris Dawes
11 months ago
The menu has everything else but that.
Chris Dawes
11 months ago

Hmmm... don't have a settings menu... #investigating

Alex Gurghis Support Agent
11 months ago
Yes, it is. On top right corner -> Settings:




Yours sincerely

Alex Gurghis
WordPress Developer
www.alexgurghis.com

Dribbble  Instagram  Envato
Chris Dawes
11 months ago

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?