Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can anyone help here pleaseee!!

    @pcwriter: thanks for your help, still having some trouble displaying. I think the trouble is lying within the
    on the edit.php where all of these fields are displaying. I added a border to the wrapper just to see what was happening. It looks like the loop is actually looping the profile-wrap, even though I only have it for first name, middle name, last name. I tried removing the while loop all together, and then no fields are visible. Any ideas on what I can do here?

    `#profile-wrap{
    width:100%;
    border:1px solid #dbdbdb;
    }

    #profile-wrap #edit-profile-right-column-firstname, #profile-wrap #edit-profile-right-column-middlename, #profile-wrap #edit-profile-right-column-lastname{
    display:inline-block;
    width:50%;
    margin-right:2%;
    }`

    In my html, I’m referencing as shown below , but BP is just defaulting to the standard profile page formatting putting those 3 fields one below each other instead of on the same line. You can login again and see what I mean (un: jahmakan5 , pw:test)

    `

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    `

    Any help here?

    login username is just jahmakan5 password:test
    I’ll replace the html comments, but thats not affecting the white space. Its the hidden fields for sure.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar