-
Author
-
December 30, 2016 at 08:53 #148343professeurParticipant
Hello,
When I use the plugin “restrict my site” and select some pages as exceptions as my blog page, this blog page is still restricted.
Can you help me ?
Dans l’attente de vous lore
Bien à vous
January 2, 2017 at 09:38 #148490LauraModeratorHello, did you try another plugin? Like buddypress members only
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 2, 2017 at 10:25 #148493professeurParticipantHello,
Yes, I install “buddypress registration options”, but desactivate the redirection.
I just tried to desactivate this plugin and reactivate the “restricte my site” with the “blog page” as an excerpt, but it stil redirect to the login page..
January 2, 2017 at 14:50 #148521professeurParticipantFinally,
I desactivate the “restrict my site” plugin, activate the “BP registration option” without redirecting, and activate the plugin “BP Members Only” and redirect to the “login” page.
It’s ok like that.
Bien à vous
January 3, 2017 at 17:00 #148585professeurParticipantHello,
Finally it doesn’t work : the guest users can’t access to the posts (only the page “blog” is open).
So I need the plugin “restrict my site” functionnalities : can you take a look at this ?
If you want I can create you an administrator account on my site.
Dans l’attente de vous lire
Bien à vous
January 5, 2017 at 19:31 #148916LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 5, 2017 at 19:42 #148922RaduModeratorHi,
Please provide admin account and FTP login details in a private reply to can take a closer look at this
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 9, 2017 at 21:05 #149299RaduModeratorHi,
Just add this code to child theme functions.php
COPY CODEfunction sq7_rdu_restrict_exception_blog_page() { /*check if is blog page choosen on wp-admin -> settings-> reading -> posts page.*/ if(is_home()) { remove_action('template_redirect', 'kleo_restrict_site'); } } add_action('wp','sq7_rdu_restrict_exception_blog_page');
This will add as exception the page that it’s assigned in wp-admin -> setings-> reading -> posts page.
In future we will fix this, until then use this function
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 9, 2017 at 21:31 #149308professeurParticipantHello,
Thanks for your action, but it doesn’t work.
I set the plugins like I want to be (BP option registration & restrict my site) : if you clic on “blog” in the sidemenu, or in all menu “Tutos”, it redirects on login page..Can you test now ? Because actually some pages I want to be publics are not.
Thanks
January 10, 2017 at 08:41 #149343professeurParticipantHello,
I had to backup my parameters.
I saw that the Tutos page was working, but not the url of Knowledge Base (“equerre.io/kb/*”).
Hope this help.
January 11, 2017 at 18:25 #149478RaduModeratorHi,
In case of that I will add those in the bug list
WE will let you know when we fix those.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.