Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity Page is messy and disjointed.

  • Hi All,

    I am new to Buddypress so please be patient. I have started to play around with BP and like what I see so far. I have many questions, for which I will create seperate posts, but would like to kick off with this.

    I have created a few posts etc, but when I look at the activity page it shows up a little messy – I think due to an image size. The page is here http://www.ukushosting.com/testshop/activity/

    I did try and paste a SS but I guess you can’t do that on these forums?

    Any help greatly appreciated.

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

  • pcwriter
    Participant

    @pcwriter

    @Scotty501

    Sometimes, themes seem to be missing a few essential style elements for Buddypress, but you can fix that. Open your Fishbook theme’s style.css file and scroll to line 966 where you’ll see the style rules for `ul.activity-list li`
    Add the following to make sure everything in each activity item sits snugly inside the container:
    `display:inline-block;`

    The styling for images added to the activity stream by BP-Album plugin also needs a slight adjustment for your theme. You can add a bit of extra space beneath activity item images so they don’t crowd the divider line. Open bp-alnum/includes/css/general and scroll to line 197. Add the following to `.picture-activity-thumb img`:
    `margin-bottom:10px;`

    Thanks @pcwriter – much appreciated. When I got to line 966 (via notepad+) it is related to the tabs – code as below

    ‘div.item-list-tabs ul li a span {
    display: inline;
    padding: 0;
    color: inherit;
    }’

    So I search the line ‘ul.activity-list li’ and found it on line 1931 and it now looks like the below

    ‘ul.activity-list li {
    padding: 20px 0 0 0;
    display:inline-block;
    }’

    All seems to be working well – thank you for your help. Now on to my next rounds of tweaks :)


    pcwriter
    Participant

    @pcwriter

    @Scotty501

    You’re welcome… and have fun :-)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Activity Page is messy and disjointed.’ is closed to new replies.
Skip to toolbar