Forum Replies Created
-
AuthorPosts
-
bcmedia
MemberUnfortunately 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.
July 30, 2015 at 11:23 pm in reply to: eMemeber – Unsatisfactory login function for integration #70939bcmedia
MemberHi
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
July 30, 2015 at 7:56 pm in reply to: eMemeber – Unsatisfactory login function for integration #70938bcmedia
MemberHi, 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
-
AuthorPosts