Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress Template Pack: The Members Loop


  • HorrorUK
    Participant

    @horroruk

    I’m using the WP-Smooth theme from Solostream, and have got just about everything looking right using the BuddyPress Template Pack.

    However, I’m having trouble with the members loop, as it seems to be ignoring the CSS I’m adding to my style.css file. With everything else, adding the corresponding CSS element to my style.css file has fixed problems.

    You can see what the problem is here:
    http://fareham.co/members

    It seems that the problem is here:
    `

      `

      Doign a hatchet job, buy removing bits and putting bits back, it seems that the item-list class may be the actual culprit, but adding either of the two elements has no effect.

      I’ve narrowed down the area that to this:
      http://pastebin.com/C0FCLd77

      If anybody could help me, it would be very much appreciated, as I’m running out of hair to pull out.

      Thanks.

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

  • @mercime
    Keymaster

    @mercime

    Looking at the current HTML structure of your Members, Groups and other BP template files, each is missing some original theme divs which add background color and padding. You removed the div.padder container from BP templates and then added a new div#bp-block around the item-list-tabs to try to contain it.

    Recommend the following:

    1.Add back the opening div.padder and closing div per original BP template files

    2. Remove the #bp-block container div you surrounded div.item-list-tabs with

    3. Add the following to your stylesheet to compensate for the missing divs
    `/* BuddyPress Mods */
    #content div.padder {
    background: #eee none;
    border: 1px solid #ccc;
    clear:both;
    font-size: 9pt;
    margin: 0 0 10px;
    padding: 15px;
    }`

    4. Use the BP style modifications used in Twenty Ten Child theme for BuddyPress https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    5. Adjust style to taste.


    HorrorUK
    Participant

    @horroruk

    Thanks for that.

    I’ll take a look at all that and get it sorted :0)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BuddyPress Template Pack: The Members Loop’ is closed to new replies.
Skip to toolbar