How to move Signup/Login from Top Menu to the Main Menu in the Modern Theme?
Please refer :
https://wplms.io/support/knowledge-base/adding-the-modern-theme-login-popup-link-in-menu/
And also add the given css from wp-admin -> appearance ->customize ->custom css:
a#login_trigger {
display: none;
}
I performed exactly as you mentioned, <span style="line-height: 1.5;">However When I login, There is no Logout at all.</span>
Please see the attachment for the problem and all steps I have followed.
Please advice where I went wrong ? and how I can get the logout / user profile appear again.
Unfortunately this is a limitation ,in the tip we showed just a workaround for that .
If you want a full fledged login logout in main menu then please create a feature request for this here:
https://wplms.io/support/forums/forum/general/feature-request/
YOu can also consider the child one header.php file to customize the modern theme layout for the login link in main menu . /
Alex
Thank you for your cooperation,
I will check the childone theme as you recommend.