• I’ve only been playing around with it for a few minutes, but I like the features thus far.

    There is a problem with the display of the error message text on the registration form. WordPress 3.8 uses a wpmem_msg class on the div wrapping the message, and this force line height to zero, causing problems with any messages containing line breaks. This should be easy to fix.

    UPDATE:
    This was fixed by changing the “Stylesheet” option to the option for the “Twenty Thirteen” theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    With the number of possible WP themes, there is unfortunately no such thing as “one-size-fits-all” when it comes to CSS. So while there are several possible stylesheets included in the download that can be easily selected, you can also (and should) use a custom stylesheet that you can either specify via the plugin’s options or load with wp_enqueue_scripts.

    Much more on this topic in the User Guide:
    https://rocketgeek.com/plugins/wp-members/users-guide/customizing-forms/

    Thread Starter turtlemonvh

    (@turtlemonvh)

    Thanks for the response Chris. I appreciate the issue of dealing with with per-theme css, and I’ll take your suggestion about custom css.

    Still, you may want to know that the error I observed was on the “Twenty Thirteen” theme (which was the default theme when I installed), so I anticipate this will be a problem for many of your users.

    Thread Starter turtlemonvh

    (@turtlemonvh)

    Chad –
    What I mentioned here fixed this problem.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Works well’ is closed to new replies.