Home › Forums › Themes Support › Formota › Errors with Team members on About Us
- This topic has 6 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
admin.
-
AuthorPosts
-
November 10, 2022 at 12:44 pm #10122
Hi,
We’re struggling with the Team Members carussel at the bottom of the About Us page.
Only one person name is clickable (Hobi Jarnes). The other two names does’nt lead to their page.And none of the Social Media LinkedIn buttons on the photos work – how do we fix that as well?
Kind Regards
VelourfilmNovember 10, 2022 at 4:10 pm #10124Hi,
Thanks for contacting us and choosing our product!
We have just checked your site and see you don’t set link to detail for member and need to remove # tag here:
https://prnt.sc/DOWIPa-a4rB6
After that all will works fine.
Hope this helps!****
Regards,
HaruThemeDecember 7, 2022 at 10:29 am #10202Thank you!
And how do we get rid of the unnecessary titles on the team member pages like “My story”, “My Filmography” and “My Award”?
December 7, 2022 at 10:38 am #10203And how do we change so that not all of them are titled Directors. For instance here on Nils Fridén I want it to say Visual Artist instead of Director.
December 7, 2022 at 3:24 pm #10204Hi,
About this question you should use child theme to do it:
In your case the template for customize is:
wp-content/themes/formota/templates/single/content-haru-director.php
https://prnt.sc/I5yqsArvw0qG
Hope this helps!****
Regards,
HaruThemeDecember 8, 2022 at 1:11 pm #10208Okay we will try that!
And how do we get rid of the unnecessary titles on the team member pages like “My story”, “My Filmography” and “My Award”?
December 8, 2022 at 3:49 pm #10211Hi,
All already have in the answer we replied.
You can follow it to change or remove anything you want.
If you need CSS code to hide it. You can go to Appearance -> Customize -> Additional CSS & add this code:.haru-single-director .single-content .single-wrapper article .single-director-story .description-heading { display: none; } .haru-single-director .single-content .single-wrapper article .single-director-film .film-heading { display: none; } .haru-single-director .single-content .single-wrapper article .single-director-award .award-heading { display: none; }
The code to hide section:
.haru-single-director .single-content .single-wrapper article .single-director-award { display: none; } .haru-single-director .single-content .single-wrapper article .single-director-film { display: none; } .single-director-story { display: none; }
Hope this helps!
****
Regards,
HaruTheme -
AuthorPosts
You must be logged in to reply to this topic.