• Hi,

    I don’t know which plugin is the cause, but as soon as I activate the plugin “Blue Admin”, which I really like and need for the option to add menu’s in the admin top bar, this plugin (WP Custom Login) gets messy.

    Background is gone and login, register, lost pwd “transparent” area is at the top.

    I think it is a css problem, but have not been able to solve it.

    https://www.ads-software.com/plugins/wp-custom-login-register-page/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ronthai

    (@ronthai)

    Got me a quick solution by editing this plugins css,

    body.login {
    	background: url('https://domain.com/wp-content/images/id-login.jpg') no-repeat ! important; background-position: top center !important; background-color: #2A5A8E ! important;
    }
    body.login div#login {
    	background: url('./images/bannerwd70.png');
    	padding: 36px;
    	padding-right: 44px;
    	margin: 100px auto ! important;
    }

    I forced the css to use my image and no-repeat, positioning and background-color for the body.
    It used to resize the background-image always filling it out, LOVED that, but that does not happen now with these edits of course.

    I also add the important attribute to the top margin.

    Not perfect, but I can live with it.

    Plugin Author Niaj Morshed

    (@niaj)

    Sorry for too late.
    Can you update your plugin to the version 1.0.1
    this version is compatible with wordpress 3.8

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Conflict’ is closed to new replies.