Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lukas Juhas

    (@lukasneptun)

    Hello there.

    Assuming that the plugin is enabled, you could set following options in wp_options table:

    To enable maintenance mode:
    option_name = limm-enabled
    option_value = 1

    To change content :
    option_name = ljmm-content
    option_value = <h1>We’ll be back shortly!</h1>

    If plugin is not enabled, you might try to play with wp_options record – active_plugins and add maintenance plugin there. e.g.:

    option_name = active_plugins
    option_value = a:1:{i:0;s:43:”lj-maintenance-mode/lj-maintenance-mode.php”;}

    I hope that helps.

    Lukas

    hello, my maintenance mode is not being enabled, it says enabled on admin bar and settings, but the site is still being shown.

    Plugin Author Lukas Juhas

    (@lukasneptun)

    Hi antonioreyna – It might be that you are logged in as admin ? – try opening your site in incognito / private mode to double check.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turning On Maintenance Mode’ is closed to new replies.