This topic has 5 replies, 2 voices, and was last updated 9 years by webmaster-sw.
-
Author
Tagged: pmpro, restricted access
-
August 26, 2015 at 21:58 #74755webmaster-swParticipant
Good afternoon
PMPro is no longer restricting access according to the rules set up under Theme Options > Memberships following our upgrade to the latest version of KLEO.Is this a known issue? Can you assist?
August 27, 2015 at 04:10 #74802sharmstrModeratorIts working fine on my 3 sites without issue and running Kleo 3.0.7 (which is the latest version, not 3.0.6). Upgrade and try again. If it still doesnt work, look for plugin conflicts or perhaps you have old code in your child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 20, 2015 at 00:04 #78587webmaster-swParticipantMy apologies, I can confirm I was using 3.0.7
I have disabled all plugins excluding PMPro, and as well the buddypress privacy code that I added to my child theme functions.php has stopped working as well, as follows:
There’s something new in the system that is blocking my paywall code.
COPY CODE/* Private Groups, Forums, Forum Posts */ function bp_guest_redirect() { global $bp; if ( bp_is_activity_component() || bp_is_groups_component() || bbp_is_single_forum() || bp_is_forums_component() /*|| bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG )*/ ) { // enter the slug or component conditional here if(!is_user_logged_in()) { // not logged in user wp_redirect( get_option(‘siteurl’) . ‘/membership-account/membership-levels/’ ); } // user will be redirect to any link to want } }
September 22, 2015 at 17:20 #78913sharmstrModeratorrespond privately with admin credentials. disable all plugins before responding
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 22, 2015 at 17:40 #78921webmaster-swParticipantI figured it out.
I downloaded the functions.php file from ftp and the download converted the ‘ to ‘, invalidating the code.Thanks for the help!
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.