Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problems with the login widget

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

  • Henry Wright
    Moderator

    @henrywright

    Hi @ipnotico

    This is likely a problem with your theme’s CSS. Which theme are you using?


    ipnotico
    Participant

    @ipnotico

    hi @henrywright, i’m using Nexsus theme by elegantheme.
    Is there a plugin to make BuddyPress compatible also with themes not specifically designed for it?


    Henry Wright
    Moderator

    @henrywright

    Is there a plugin to make BuddyPress compatible also with themes not specifically designed for it?

    Not that I know of.

    That said, if the display of the widget fields is the only problem you’re having then a fix shouldn’t be too much of a problem. Do you have a link to your site?


    ipnotico
    Participant

    @ipnotico

    the site is not yet public, this is a screen shot


    Henry Wright
    Moderator

    @henrywright

    Ah OK. No problem.

    The fix here would be to add some CSS to your theme’s style.css document.

    input.classname1 {
        width: 100%;
    }
    input.classname2 {
        width: 100%;
    }

    You could try adding that snippet and make sure to change classname1 and classname2 to the class used on the username and password inputs (If you site was live then I could tell you these but can’t tell from the screenshot).


    ipnotico
    Participant

    @ipnotico

    It works, thaks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problems with the login widget’ is closed to new replies.
Skip to toolbar