Conversation
supportHello I would like to use wp-maintenance pluging https://wordpress.org/plugins/wp-maintenance but a problem is comming when used with custom-login: At the bottom of the maintenance page it’s impossible to go to the admin page do you have an idea to help me Thank you https://wordpress.org/plugins/wp-custom-login/
Can you please send me an example page?
hi thank you see here : http://www.new.campinglesbains.com/ test the link at the bottom to wp-admin Info : – your plugin works good alone – The wp maintenance works good with normal wp login or another custom login – when wp maintenance is actived with custom login impossible to go to wp-admin
Ah ok now I understand. Hmm to problem is I cannot do anything, just check if wp-maintenance is enabled. So I would just disable my plugin and enable it again after going into productive.
Yes its a solution 🙂 to disable your plugin before activate wp-maintenance … but I dont’ understand why it doesn’t works together
Because my plugin loads the header.php & footer.php to the login page. The problem here is following: wp-maintenance adds the changes to the header.php (I’m think it’s using the action hook wp_head) and then exit the script to not show other elements of the website.
Can you please send me an example page?
hi thank you see here : http://www.new.campinglesbains.com/ test the link at the bottom to wp-admin Info : – your plugin works good alone – The wp maintenance works good with normal wp login or another custom login – when wp maintenance is actived with custom login impossible to go to wp-admin
Ah ok now I understand. Hmm to problem is I cannot do anything, just check if wp-maintenance is enabled. So I would just disable my plugin and enable it again after going into productive.
Yes its a solution 🙂 to disable your plugin before activate wp-maintenance … but I dont’ understand why it doesn’t works together
Because my plugin loads the header.php & footer.php to the login page. The problem here is following: wp-maintenance adds the changes to the header.php (I’m think it’s using the action hook wp_head) and then exit the script to not show other elements of the website.