Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity Sticky Plugin

  • @tammy1999

    Participant

    @imath Love your Activity Sticky plugin and it works great for our BuddyPress page for announcements. One question. The profile avatar is really large. Not the size of the other avatars in the activity. Is there a way to make it smaller?

Viewing 11 replies - 1 through 11 (of 11 total)
  • @egyptimhotep

    Participant

    Of course, should you send link to inspect your website?

    Thank you.

    @tammy1999

    Participant

    residents.scgccmulti.wpengine.com/activity/

    @tammy1999

    Participant

    Anyone??

    @mcuk

    Participant

    This seems to do it. Add to your style.css file:

    1. Changes the avatar container size to match the photo size of the rest:

    #activity-sticker .avatar {
        width: 64px;    
        height: 64px;    
    }

    2. Moves the content up alongside to match style of the others below

    #activity-sticker .activity-content {
        float: left;
        margin: 0 0 0 30px;
    }

    @tammy1999

    Participant

    @mcUK Worked perfectly!!! Thank you!!!

    @mcuk

    Participant

    🙂

    @lavishdhand

    Participant

    HI!

    Where can I download the plugin from?

    Thanks

    @danbp

    Participant

    @lavishdhand,

    You can download it here: https://github.com/imath/activity-sticker

    and see a video demo here: https://vimeo.com/65053701

    Note that this plugin was developed under BP 1.7 area. And good news, he’s still fonctionnal with BP 2.6/WP 4.5

    @earl_d

    Participant

    Cool plugin. Great it still functions though it has not been updated in a while. Testimony to good coding?

    @danbp

    Participant

    Testimony to good coding?

    Yep ! @imath is one of BP Core Developer.

    About

    @af3

    Participant

    I hope this is updated to work on wp5.3 / bb. @imath
    Thanks in advance.

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Skip to toolbar