Viewing 2 replies - 1 through 2 (of 2 total)
  • marchenko.alexandr

    (@marchenkoalexandr)

    This plugin hides admin panel (don’t know why)

    To show it again comment this styles:

    div#wpadminbar {
    display: none;
    }

    in custom-user-registration-lite/style/default.css

    Thanks for that marchenko.alexandr. The option to hide the admin panel should at least be an optional setting. It’s particularly annoying as it doesn’t even hide it properly as it leaves the space.

    If anyone’s wondering, this will hide the bar and remove the gap if you want to:

    div#wpadminbar {
    visibility:hidden;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom User Registration Lite] Admin Bar Breaks’ is closed to new replies.