Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    In Maintenance Pro with expanded functionality you can use the option exclude user roles:
    http://codecanyon.net/item/maintenance-pro-wordpress-plugin/2781350

    You can watch the video how to use exclude user roles:
    https://www.youtube.com/watch?v=Z5v9Ju52nmg

    Of course there are differences between the free and pro version of the Maintenance plugin. This fact doesn’t mean that our plugin is bad.

    Regards

    Thread Starter IRD-dev

    (@ird-dev)

    Well, it would be a good idea to disclose that fact in your FAQs.

    Other than that point; agreed – the plugin works nicely.

    And, by leveraging the Custom CSS value you provided, one can make the notification page look great.

    Here’s the settings I used, including my CUSTOM CSS:

    Page Title: Website Maintenance
    Headline: Routine Maintenance is In Progress
    Desc: Our website will be available shortly!
    Footer Text: © The Company 2016
    Logo Width & Height: blank
    Logo: [image]
    Retina Logo: [image]
    Background Image: [image]
    
    Admin bar: enabled
    503: enabled
    
    Blur intensity: 25
    Background blur: enabled
    Login on/off: enabled
    
    Custom CSS:
    		#wrapper > .site-content > .center {
    		  margin-top: 30px;
    		  margin-bottom: 30px;
    		  background-color: #ffffff;
    		  border: 1px solid black;
    		  opacity: 0.4;
    		  filter: alpha(opacity=40); /* IE8 and older */
    		}
    		.logo, .logo-retina  {
    		  padding: 25px;
    		  background-color: #ffffff;
    		  border: 0px solid #ffffff;
    		  opacity: 0.6;
    		  filter: alpha(opacity=60); /* IE8 and older */
    		  -webkit-border-radius: 7px;
    		  -moz-border-radius: 7px;
    		  -ms-border-radius: 7px;
    		  -o-border-radius: 7px;
    		  border-radius: 7px;
    		}
    		.site-content h2.heading {
    		   font-size: 45px !important;
    		   font-weight: bold !important;
    		}
    		.site-content h3.description {
    		   font-size: 28px !important;
    		   font-weight: bold !important;
    		}
    		.company-name {
    		  margin-top: 30px;
    		  margin-bottom: 30px;
    		  background-color: #ffffff;
    		  border: 0px solid #ffffff;
    		  opacity: 0.4;
    		  filter: alpha(opacity=40); /* IE8 and older */
    		}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Works well but still allows any non-admin to login’ is closed to new replies.