Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
3 little questions about the team page and staff entries :
1 – is it possible to reduce the size display (my staff pictures are not very good quality)
2 – Can I had somewhere an custom css to open the links in another window (target blank?)
3 – Is it possible to add some html code in the staff entry (</br>; strong,…)
Kind regards,
Hello,
1-You can reduce image size in functions.php file. Find these lines:
add_image_size( 'staff', 400, 270, true );
add_image_size( 'staff_full', 500, 340, true );
Edit the values to your need. But afterward you will have to reupload images again and install a plugin to recreate thumbnails.
2-To open social links in new tab, go to file vc_templates\staff.php and find these lines here: link. Replace with this code here: link
3- Yes, it is possible. In text editor choose the ‘text’ tab, not ‘visual’. Add html code there.
Best regards!
Hello,
Please add these lines into your custom css box:
@media (min-width: 1101px){
.container { height: 104px; }
}
Best regards!
Thank you very much !
Have a nice day !
Marioncha
You must be logged in to reply to this topic.