Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1496003

    By default, when Enfold Maintenance Mode is activated, only the Administrators, Editors and Authors can view the site.

    I would like subscribed users to be able to view the site as well.


    @Mike
    ,
    you had already replied to me in this ticket (but the screenshot is no longer visible).
    Could you please send me the instructions again to edit line 304 in /enfold/includes/classes/class-avia-custom-pages.php ?

    Best regards,
    Oriano

    #1496008

    Hey Oriano,
    You could edit line 304 in /enfold/includes/classes/class-avia-custom-pages.php from this:

    if( is_user_logged_in() && current_user_can( 'edit_published_posts' ))

    To this:

    if ( is_user_logged_in())

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.