This topic has 12 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #148343
     professeur
    Participant

    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

    #148490
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #148493
     professeur
    Participant

    Hello,

    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..

    #148521
     professeur
    Participant

    Finally,

    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

    #148585
     professeur
    Participant

    Hello,

    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

    #148916
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #148922
     Radu
    Moderator

    Hi,

    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 solution
    #148977
     professeur
    Participant
    This reply has been set as private.
    #149076
     professeur
    Participant
    This reply has been set as private.
    #149299
     Radu
    Moderator

    Hi,

    Just add this code to child theme functions.php

    COPY CODE
    
    function 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 solution
    #149308
     professeur
    Participant

    Hello,

    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

    #149343
     professeur
    Participant

    Hello,

    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.

    #149478
     Radu
    Moderator

    Hi,

    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
Viewing 13 posts - 1 through 13 (of 13 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?