Support » Plugin: Restrict User Access - Membership & Content Protection » Restricted Page Not showing in Menu
Restricted Page Not showing in Menu
-
We have 1 page, called members – we have a user role called member – we have set up ‘user access’ to restrict just to this page – it works perfectly, except the page ‘members’ does not then show in the navigation menu once logged in.
I have grabbed all of our settings which you can see here
https://www.dropbox.com/s/ukndijnmpi3ey4m/usersetup.jpg?dl=0We are using the latest plugins and latest wordpress… any help would be amazing!
-
Thank you for reporting this and for the comprehensive screenshots, very helpful!
The 2nd last screen in your image shows that you have added “Member Access” as a criteria for who should see the “Members” menu item.
Is it only logged-in users without the “Member Access” level that cannot see the menu item, or is it also not visible to users with that lavel?
Thanks for coming back to me – we only want the nav item to show, once a member has logged in. Currently it doesnt show regardless of being logged in or not.
This is how we set up the user role in the functions file
add_role(‘member’, __( ‘Member’ ), array(‘read’ => true));
And have assigned this role to a test ‘member’ user https://www.dropbox.com/s/rumwmolg49mw4sv/Screenshot%202020-10-02%20at%2014.01.44.png?dl=0
Hi there, sorry to chase up – I don’t suppose you have any further suggestions on this one do you?
Apologies for the delayed response here.
If you want the menu item to be displayed for all logged-in users, try to sync the Access Level with “Logged-in Users” instead of the “Members” role.
Now why didn’t I just think of that 🙂 amazing, thank you, works!
- The topic ‘Restricted Page Not showing in Menu’ is closed to new replies.