You are here: Home
Support site for Tips and Tricks HQ premium products
Unfortunately that is for Admin who do not want a new user notification. What I require is to stop new users getting a confirmation email from WordPress – its different.
Hi
In the end I found a very simple solution! I added
.hide-item-not-login{
display: block !important;
}
.logged-in .hide-item-not-login{
display: none !important;
}
.logout-link{
display: none !important;
}
.logged-in .logout-link{
display: block !important;
}
to my custom CSS. I then added hide-item-not-login to CSS Class for menu items that are shown when not logged in.
Then add logout-link to hide when logged out.
Seems to work, very simple and no code changes required
Hopefully be of help to others!
Craig
Hi, I felt the compact login module by itself to be lacking (not in functionality but more the skill level required to exploit it).
What would be really useful if you could advise how I integrate your plugin with Nav Menu Roles. The author mentions a coding based approach (if you don’t use traditional WP roles)…could you advise if this can be intgrated with your plugin?
[https://wordpress.org/plugins/nav-menu-roles/faq/]
Many thanks
Craig