• Resolved jacuzzu

    (@jacuzzu)


    I am developing the site, in particular the part of login and registration of users, to do so, remaining in maintenance mode, I would like to be able to access the menu. How can I get to the top menu?
    Grazie

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @jacuzzu,

    I don’t understand about what “top menu” you’re talking about, but your users can access https://domain.com/wp-login.php (replace domain.com with your real domain) if they want to login/register.

    You can also enable “Dashboard link” setting, and they will see a dashboard link on the maintenance mode page.


    George

    • This reply was modified 5 years, 1 month ago by George J.

    If you have custom URLs for login and register, you can exclude them using the “Exclude” setting (one rule per line).

    Example: if the login URL is https://domain.com/custom-login-url/ you add /custom-login-url/ to “Exclude”.

    • This reply was modified 5 years, 1 month ago by George J.
    Thread Starter jacuzzu

    (@jacuzzu)

    yes …. you’re right, question asked in an unclear way. I mean: I want to see in the maintenance page, an item of my personalized menu, that links to my personalized page for login. Or even just a link to this page

    • This reply was modified 5 years, 1 month ago by jacuzzu.

    @jacuzzu You have two options:

    1. Add a link to that custom login page inside the “Text” setting from “Design” tab.
    2. Change the HTML of the maintenance mode page. Follow the next steps:
    – download maintenance.php from /wp-content/plugins/wp-maintenance-mode/views/ directory;
    – rename the file to wp-maintenance-mode.php and change it however you need;
    – upload the file to /wp-content/ directory.

    Thread Starter jacuzzu

    (@jacuzzu)

    made second option
    Many thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘exclude “top menu” item’ is closed to new replies.