• I’m guessing this is due to a recent update… the login form no longer displays

    Inspecting the form reveals that the OPACITY is set to 0 (zero), changing it to 100 fixes it.

    .um {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        color: #666;
        font-size: 15px;
        margin-bottom: 30px !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        <strong>opacity: 100;</strong>
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @wwwcre8r,

    Do you have any custom page builder plugins e.g Visual composer, Divi builder etc.?
    Have you tried to test this issue on the default WordPress theme?
    Please do a quick conflict test and see if this issue goes away.
    Here is the doc on how to do a conflict test if you are not sure how to do it.

    Regards.

    Thread Starter wwwcre8r

    (@wwwcre8r)

    All plugins deactivated, except Ultimate Member Version 2.0.33
    Running theme Twenty Fifteen

    Still seeing this coming from
    /wp-content/plugins/ultimate-member/assets/css/um-styles.css

    .um {
    	width: 100%;
    	text-align: left;
    	box-sizing: border-box;
    	color: #666;
    	font-size: 15px;
    	margin-bottom: 30px !important;
    	-webkit-font-smoothing: antialiased !important;
    	-moz-osx-font-smoothing: grayscale !important;
    	opacity: 0;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login form not displaying!’ is closed to new replies.