New Landing How can we help? Themeforest Theme Support Neighborhood Shop Manager User can see the shop in Maintenance Mode

Viewing 2 posts - 1 through 2 (of 2 total)
  • #134714
    noeframe
    Member
    Post count: 1

    Hi!
    I would need that the Shop Manager can enter an see the shop. Only Admin can see it now in Maintenance mode. Can you please help me?
    Also I have developed a better Spanish translation for the theme. If you are interested I can send it back to you!
    Thanks a lot for the theme! It’s wonderful!

    #134739
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Open up the functions.php file and find this code:

    if ($maintenance_mode) {
    		
    		    if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {
    		        wp_die($custom_logo_output . '<p style="text-align:center">'.__('We are currently in maintenance mode, please check back shortly.', 'swiftframework').'</p>', get_bloginfo( 'name' ));
    		    }
    	    
    	    }

    around line 260, and change to:

    if ($maintenance_mode) {
    		
    		    if ( current_user_can( 'edit_pages' ) || !is_user_logged_in() ) {
    		        wp_die($custom_logo_output . '<p style="text-align:center">'.__('We are currently in maintenance mode, please check back shortly.', 'swiftframework').'</p>', get_bloginfo( 'name' ));
    		    }
    	    
    	    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register