-
Hello, i have two questions:
1. How can i change on the page where the teammembers can be seen following things:
– Less Previews Text unter the picture…
– Not squares with sozial media icons when you go on the pics, but circles as the pics are2. When you open a team member you go on the staff description as on the pic.
– the pic should be on computerscreen much smaler, its tooo big. i dont want it to be that big i want it to be much smaler.
– i dont want the share buttons, the comment field and the textes: who has write it, when and so on. it should be simple name and text and the picture and maybe sozial media profiles thats it.–> where can i change all those things?
thank you very much!
i can not ad pictures anymore… is there any support package i can buy?
Hello,
You can buy more support time from theme’s profile in Themeforest. Follow the link: https://themeforest.net/item/the-simple-responsive-multipurpose-business-theme/18406495?s_rank=5
Best regards!
Hi, thank you for the link!
I have bought new Support for 6 Months. But its not appeared in my profile… can you please check`?
and can you then reply to my questions because of team site? 🙂 thank you so much!
Hello,
Sorry for the late reply.
1- Team page, less Previews Text under the picture:
In file vc_templates/staff.php, find this line:
$output .= '<p>'.simple_text_limit(get_the_excerpt(), 25).'</p>';
Change the value 25 to your wish. That’s the number of words to show under staff picture.2-Having the hover style to be a circle in stead of the current style is a personal customization. You can add this css to edit it:
.single_staff .overlay .bg { border-radius: 50%; }
Make sure to have selected style: ‘with white box’.
3-Staff profile pic in desktop:
Add this css in the page’s Custom Css box, to change the dimension of staff photo:.staff .media { width: 30% !important; }
4-Add this css to remove the comment section:
.staff .extra_info {display: none;} .staff #comments {display: none;}
Let me know.
Best regards!Hi Mirela,
Thank you very much for the solutions. All works perfectly!
check this picture pls:
https://www.foundership.ch/wp-content/uploads/2018/09/bild-issue.pngJust two more things:
1. How can i remove the two fields with:
– written from and so on.
– 0 comments on ….2. how can i increase the space between the header and the pic + contenct ?
thank you so much!
best regards
hamedHello,
1. You can remove the two fields by adding these two lines of code:
.single-staff ul.info li:first-child{ display:none; } .single-staff #comments{ display:none; }
2. You can change the margin-top by adding these lines:
.single-staff .blog-article.standard-style .media{ margin-top:40px;}
Regards!
Thank you very much… only one problem still.. the name is away but there is still the other textes as on the pic..
i want to remove it fully..
thank you
https://www.foundership.ch/wp-content/uploads/2018/09/pic.png
i did it myself i just added this line:
.single-staff ul.info { display:none; }
thanks so much!
You must be logged in to reply to this topic.