Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #242968

    Hi,

    We are using the team member content element for our Board of Directors page and we have added some Social Service / Icon Links to the profiles, but they are not showing below the persons information. In the Enfold demo I see the social icons appear over top the persons photos, but we do not use photos for our directors.

    You can see how it is looking now, by going here: http://www.mosfoundation.org/foundation/board-of-directors/

    Thank you for any help you can provide.

    Dave

    #243159

    Hey dmpitzer!

    Please insert an image place holder (maybe a plain image with white background, any size) for each team member elements. Add this on Quick CSS or custom.css:

    .avia-team-member .team-social {
    position: relative;
    visibility: visible !important;
    text-align: left;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    opacity: 1 !important;
    border: none;
    }
    
    .avia_image_team {
    display: none !important;
    }

    Best regards,
    Ismael

    #243444

    Thanks Ismael!!!

    That has fixed it, we have started to add photos and we like the look better with the icons showing below the photos! How would I get the icons to start to the far left aligned with the text and photo?

    If you look at the page now and scroll down to my name you will see what I mean.

    Thanks,

    Dave

    #243452

    Hey!

    I wanted to check your website but i got “Your access to this site has been limited” error.

    Regards,
    Yigit

    #243496

    Hi Yigit,

    Can you please try it again, I think it should work for you now.

    Sorry,

    Dave

    #243502

    Hey!

    Please add following code to Quick CSS as well

    .team-social-inner, .team-social a { padding: 0; }

    Cheers!
    Yigit

    #243540

    That worked perfectly Yigit!!! Thank you.

    Best,

    Dave

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Team Member, Social Service or Icon Links not showing’ is closed to new replies.