the link above works great. the CSS was the trickiest part. there are some missing spaces in the classes that need to be adjusted for it to work.
Thread Starter
thagan
(@thagan)
It looks like the page is starting to work (the header reads ‘Your Profile’), but the page itself still has the login username/password fields. I’ve been pretty stumped the last two days working on it.
Thread Starter
thagan
(@thagan)
I think I have narrowed it down to the template_redirect function in theme-my-login\modules\themed-profiles\themed-profiles.php, and I removed the if logic in the case ‘profile’ statement. It looks like is_user_logged_in() is not returning true, even though I already logged in.
Thread Starter
thagan
(@thagan)
Also to note, TML is the only plugin I have installed.