By design, that’s how it work.
Why would one visit the login page when he is already logged in?
Apologies, but some login systems work with a toggle. I.e. If I am logged in, then the button on the form might say “log OUT”.
Apart from that, how do I log out? Is the only way to visit the WP Dashboard and logout using the top banner?
Like I said, it might sound like a silly question but it’s not obvious. Many of my users (when the site is finished) will have the same issues. Many of them won’t even know what a WP Dashboard is.
You will need to upgrade to the premium version if you want a link to logout. We will provide you a code snippet to achieve this.
> Apart from that, how do I log out? Is the only way to visit the WP Dashboard and logout using the top banner?
Use this extension developed by us to add a login,logout link to your WordPress menu https://ww.wp.xz.cn/plugins/wp-navigation-menu-links/
Thank you Collins, that has helped, however I am getting errors when I display the menu:
Notice: Undefined index: set_user_profile_shortcode in /home/xxxx/public_html/dev/wp-content/plugins/ppress/classes/global-functions.php on line 56
The “My Profile” and “Log In | Log Out” menu entries work however (the other menu entries don’t). Not sure what’s causing the error.
While I said the “Profile” link worked, it does, but it’s also causing the error. When I remove that from the menu the error disappears.
I’m guessing it’s because I’m using the free version?
If I can be sure that the social logins will work if I get a license for the pro version then I’ll make a purchase before the end of my project.
I’m guessing it’s because I’m using the free version?
Correct. But you shouldn’t have WP_Debug set to true in a production/live site. Setting it to TRUE display all PHP error notices and that isn’t recommended.
> If I can be sure that the social logins will work if I get a license for the pro version then I’ll make a purchase before the end of my project.
We do have a great social login feature. Check it out on how site.
It’s a dev site 🙂
I’ve got a way to go before it’s finished but the social login feature will be very useful.
Thanks for your time!