Is there a way to change the look of the ‘503: Service Temporarily Unavailable’ page…its not the prettiest. Perhaps a custom template or redirect?? Our membership site restricts unique IPs to 2 per user (home and office). This time of year people are traveling a lot and end up at the 503 page regularly.
I have identified the code that controls this message is located here at approx. line 53: wp-content/plugins/s2member/includes/classes/ip-restrictions.inc.php
$msg_503 = _x('<strong>503: Service Temporarily Unavailable</strong><br />Too many IP addresses accessing one secure area<em>!</em><br />Please contact Support if you need assistance.', "s2member-front", "s2member");
I am confident that I can simply change the html message to serve my purpose, but a redirect would be considerably better for my use. Then I can use a page with in my site template and include a contact form etc.
Any help would be appreciated. Thanks in advance!
-
This reply was modified 4 years, 4 months ago by
Adam.