Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Brian KD

    (@brian-kd)

    Chad (et. al.), per my second question I just found this thread re: headers and edits in the registration form: http://wordpress.org/support/topic/wp-members-registration-form-section-headers.

    But the labels are still disappearing and sliding up out of place. I think I can fix the sliding with display:block.

    -B

    Plugin Author Chad Butler

    (@cbutlerjr)

    Is the fade you are using intentional, or is it from something that you are unaware of? It’s not part of the plugin. I’m not sure I can answer that for you as I don’t know what you are using here.

    Thread Starter Brian KD

    (@brian-kd)

    It’s not something I am intentionally implementing. I imagine it is tied into the theme’s (Guesthouse Theme) slider labels which fade out as the slide is changing. I did test the display:block which fixed it. I had similar problems tied to the theme’s cufon fonts, which when we overwrote them via css, made the slider titles disappear (weird huh).

    It’s good to know that it’s not part of the plugin. Was it part of the plugin to have the labels dim (change opacity) when the input field was selected? Because that actually looks pretty cool 🙂

    Warm regards and thanks for your speedy reply,
    -Brian Peterson

    Thread Starter Brian KD

    (@brian-kd)

    For anyone else that may have an issue with Guesthouse theme, this was the css used for the fix.

    #wpmem_reg label.text {
    display:block;
    opacity:1;
    }

    Regards,
    -Brian Peterson

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Members] Registration Form Error – Username label dissapears’ is closed to new replies.