Home › Forums › Parallax Me Forum › Formatting Team member info and Testimonials
- This topic has 5 replies, 2 voices, and was last updated 3 years, 12 months ago by Sonl Sinha.
-
AuthorPosts
-
December 14, 2020 at 3:32 pm #170665
Currently using the SKT Parallax Me Pro theme
1. I need to remove the brackets that appear around the Team member designation, see demo: http://rochford.arvox.com/our-team/stefanie-rochford/
Currently displays the designation with brackets (President)
I wish to display the designation only PresidentWhich php page is used for the Team members?
2. Testimonials randomly display the company name and designation for each Testimonial, I would like to always show the Company name and designation and hide the Image. I am already hiding the Testimonial image and using the full width to show the Tesimonial text only with this custom CSS:
.testimonial-image { display:none}
.testimonilacontent { width:95%}
.bx-viewport {height:300px;}Could this css be the cause for the company name and designation appearing randomly?
December 15, 2020 at 12:59 pm #170845Hi,
1. I need to remove the brackets that appear around the Team member designation?
Ans: Kindly go to sktframe >> core-function.php >> line number 599 >> replace this code:
$ourtm .= ''.($designation!='') ? '<h4>'.$designation.'</h4>' : ''.'';
2. Testimonials randomly display the company name and designation for each Testimonial, I would like to always show the Company name and designation and hide the Image. I am already hiding the Testimonial image and using the full width to show the Tesimonial text only with this custom CSS:
Ans: I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in https://imgbb.com/ and share the link here.
Regards,
ChrisDecember 15, 2020 at 2:34 pm #170853Hi, thanks for your help.
I changed the line 599, but the () still appears around the designation on this page http://rochford.arvox.com/our-team/stefanie-rochford/
The html for this page is as follows:
<!–POST START–>
<div class=”single_post_content”>
<h1 class=”postitle entry-title”>Stefanie Rochford</h1><span>(President)</span>This is the page that loads after you click the image of the Team member on the homepage, I need to remove the () around the designation. It is not in the core-function.php, is there another page that controls the Team member expanded page?
2. Regarding the Testimonials:
How do I increase the height of the Testimonial pane so I can ensure the page will always display the name and designation?
How to I hide the Testimonial image? I am using this CSS >> .testimonial-image { display:none}
How do I have the Testimonial text fill the full width of the pane? I am using this CSS .testimonilacontent { width:95%}Robert
December 16, 2020 at 8:07 am #170942Hi,
1. Please send us your WordPress credentials to [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We will solve this issue directly on your server.
Regards,
ChrisDecember 16, 2020 at 3:22 pm #170983I found it myself, the php file (single-team.php) in the Theme root folder, line 29
I replaced <h1 class=”postitle entry-title”><?php the_title(); ?></h1><span>(<?php echo $designation; ?>)</span>
with <h1 class=”postitle entry-title”><?php the_title(); ?></h1><span><?php echo $designation; ?></span>Can you tell me the CSS to increase the height of the viewing pane for the Testimonials on this page? http://rochford.arvox.com/
When I have a long Testimonial, sometimes the persons name, and designation do not appear in the pane
Thanks
December 17, 2020 at 11:21 am #171045Hi,
We added long Testimonial for checking, and it is working fine. persons name, and designation are appeared.
See screenshot;
https://imgur.com/a/OPCHxzORegards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.