• Resolved dgw

    (@voyagerfan5761)


    As can be seen at http://technobabbl.es/wp-login.php?action=register (screenshot from Firefox 3.6.7 / Win7) the OpenID plugin adds a link to the registration form that messes up the label of the field following it.

    The reason this happens is because that link is inside a paragraph that’s floated left. Each p element added by this plugin should have its CSS clear: both; property set, or at least the first one should.

    Note: I am using Fluency Admin but have tested this change both with and without Fluency enabled.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author radiok

    (@radiok)

    Well that is annoying, I must say, in response, as of 3.6.19, I’ve id’d every single element that Redux adds, that way we can work around sticky CSS bugs like this. For your particular bug, I’d add the following CSS to the custom Registration CSS field: #invitation_code-p { clear:both; }. Let me know if that works, I cached your page and it worked for me, but you never know.

    Thread Starter dgw

    (@voyagerfan5761)

    It is rather annoying on the part of OpenID. (That plugin conflicts with others quite frequently, and can be broken pretty easily as well.)

    I’d hoped for something automatic, so I don’t have to think about it if I change the registration form, but it does work. I don’t even have 3.6.19 yet; still on 3.6.18 for now. 🙂

    Thanks for the quick fix!

    Is RPR’s source code hosted somewhere besides WordPress SVN? (Say, GitHub?) I could submit a CSS patch…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Register Plus Redux] OpenID "Learn" link pushes next field label right’ is closed to new replies.