Forum Replies Created

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

    (@flyfisherscorner)

    Well, after hours of fiddling, I ended up needing to completely get rid of the <div id=’wplb.wrap’> section in the out.php. This made the log in button take on the color scheme of my theme, which is good. It is, however, still a line below, which I’m okay with.

    Then I edited the classes in the CSS (styles/xxx.css) to attribute to #wplb_main instead of #wplb_wrap for all except #wplb_wrap.wplb_button, which I left alone. I probably could’ve deleted it. From there, I changed the title of #wplb_main.wplb_pass to #wplb_main.wplb_check and deleted the original #wplb_main.wplb_check, also in the CSS. The password input in the out.php attributes to #wplb_main.wplb_field anyway, so the _pass is not needed.

    This was probably an incredibly roundabout way of accomplishing my goal, but it seems to have worked.

    What a mess…

    Thread Starter FlyFishersCorner

    (@flyfisherscorner)

    Thanks for the reply! I should have been more specific. My theme isn’t really conducive to the widget as it can only be placed in the footer. As such, I’m using the [wplb] short code. I didn’t realize there were 2 out.php files.

    I believe the one I’ll need to edit is wp-login-box/out.php

    Unfortunately, no <div style=”clear: both;”></div> in that one. ??

    I thought it would be appropriate here since it is the same issue. I’ll post a new topic.

    I’m having the same issue. The User Name and Password fields are on one line, the checkbox is down on the next line, remember me is below that, then the login button is even below that.

    Through editing of the out.php file I was able to remove some “span” code that got the remember me on the same line as the username and password input boxes, but I can’t for the life of me ascertain what I need to to get the check box and login button on the same line.

    What exactly did those who found solutions change in the code to get it to work?

    webpage in question is at flyfisherscorner.com/forums

    Thanks in advance for any help that can be offered!

Viewing 4 replies - 1 through 4 (of 4 total)