Forum Replies Created
-
AuthorPosts
-
iempoweru
ParticipantThe developer of that plugin has not responded to my inquiries either. That plugin was working fine until the most recent wordress update and then it stopped completely on 2 different sites with totally different configurations. However, I have found a solution that works.
First thing that has to be done is when creating memberships in form builder, you have to select different wordpress user roles for each membership level.
Then install this plugin: https://wordpress.org/plugins/menu-items-visibility-control/
I used the following tag, which is mentioned in the plugin description:
in_array(‘administrator’, $GLOBALS[‘current_user’]->roles)
substituting the appropriate role for the appropriate item that needs to be hidden.
It worked great for my application. I am sure the other tags can be modified to fit other parameters.
iempoweru
ParticipantI also had it installed on 2 different sites. With the last wordpress update this membership menu plugin no longer works on either site. Because it is included as an addon in your site, I assumed it was a plugin that you support. If that is not the case, you should remove it from what looks to be legitimate and supported addons by you and your membership plugin. Changing a membership plugin on a working site is not a simple task. Nor is finding a new plugin that may or may not integrate with all the others onsite.
-
AuthorPosts