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
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
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
Hey!
I wanted to check your website but i got “Your access to this site has been limited” error.
Regards,
Yigit
Hi Yigit,
Can you please try it again, I think it should work for you now.
Sorry,
Dave
Hey!
Please add following code to Quick CSS as well
.team-social-inner, .team-social a { padding: 0; }
Cheers!
Yigit
That worked perfectly Yigit!!! Thank you.
Best,
Dave