This topic has 4 replies, 2 voices, and was last updated 9 years by akashtalele.

  • Author
  • #21403
     akashtalele
    Participant

    The GROUPS MASONRY Avatars have only 50*50 px resolution no matter how large or small the uploades avatar is. In Kleo Demo of GROUPS MASONRY Also avatars are lookin brul. Is there any way to increase resolution?Thanks..

    #21431
     Catalin
    Moderator

    Hello,

    Normally should be 80*80px as the theme template is coded. Please send me a link to your page where you have 50*50 px dimensions. Did you use shortcodes for masonry?

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21451
     akashtalele
    Participant

    You are right,the thumb has size 80*80 but the image use to display there has 50*50 resolution which is less than thumb size & hence looking brul. U can see it by inspect element and point on image link.
    see kleo demo of GROUPS MASONRY :http://themeforest.net/item/kleo-next-level-premium-wordpress-theme/full_screen_preview/6776630
    U Cant Clearly See brul thumbs.

    #21562
     Catalin
    Moderator

    Hello,

    Please modify the file from:

    ..\wp-content\plugins\k-elements\shortcodes\templates\buddypress\kleo_bp_groups_masonry.php

    and replace this:

    COPY CODE
    
    <a>"><?php bp_group_avatar( 'type=thumb&width=80&height=80' ); echo  kleo_get_img_overlay(); ?></a>
    

    with this

    COPY CODE
    
    <a>"><?php bp_group_avatar( 'type=full&width=80&height=80' ); echo  kleo_get_img_overlay(); ?></a>
    

    Let me know if it works for you.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21569
     akashtalele
    Participant

    Yeah..! Now its looking good.Thank U Very Much Catalin.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘GROUPS MASONRY Thumb Is So Brul’ is closed to new replies.

Log in with your credentials

Forgot your details?