Support » Plugin: Restrict User Access - Membership & Content Protection » Restricted Page Not showing in Menu

  • Resolved squire2k

    (@squire2k)


    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=0

    We are using the latest plugins and latest wordpress… any help would be amazing!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    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?

    Thread Starter squire2k

    (@squire2k)

    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

    Thread Starter squire2k

    (@squire2k)

    Hi there, sorry to chase up – I don’t suppose you have any further suggestions on this one do you?

    Plugin Author Joachim Jensen

    (@intoxstudio)

    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.

    Thread Starter squire2k

    (@squire2k)

    Now why didn’t I just think of that 🙂 amazing, thank you, works!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Restricted Page Not showing in Menu’ is closed to new replies.