Buddy press profile pic not showing on mobile

Hi

So i don’t know if this problem is specific to buddypress or the pro theme renew that im working with but the mobile version of the website does not display profile pictures this looks like intentional design. But i really need the profile picture to be displayed i tried looking for the minimum width or the break point in css but couldn’t really find anything and i am a bit new to css.

Any help would be much appreciated.

Thanks

Hi,

Can you provide us the exact url of the page where we can see the issue.

I checked talknz site and the profile pictures are showing up fine in mobile.

Thanks

Hi Paul

Thanks for your response so yes the website is talknz.org if you follow the people link on the sticky footer while on your mobile and go to any of the buddypress profiles in the list then you should see the issue where the profile picture is non existent. Even in the pro themeoptions or content editor when i choose to show 480px or smaller the profile photo instantly disappears as if intended. And as expected it doesnt display on my android mobile so im not quite sure whats going on. if not stated before its a wordpress website i dont think its a plugin conflict. Is there any css or any code i can edit to make the profile photo display on all devices ?

https://talknz.org/demo-home/members/talknz/profile/

this is the admin profile, also notice how the url includes “demo-home” id love to get rid of this ive messed round with some of the permalink settings but havent had any luck.

Thanks

Matt

Hi Matt,

It was hidden by default, you can add this CSS code to (Theme Options > CSS) to show it:

@media (max-width: 767px){
    .buddypress #item-header-content {
        width: 70%;
    }

    .buddypress #item-header-avatar, .buddypress #latest-update {
        display: inline-block;
        width: 25%;
    }
}

Thanks.

Problem solved!! Awesome thank you so much
really appreciate your support!

Much thanks

Matt

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.