Formatting Team member info and Testimonials

Home Forums Parallax Me Forum Formatting Team member info and Testimonials

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #170665
    Robert GianfeliceRobert Gianfelice
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: October 20, 2020

    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 President

    Which 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?

    #170845
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #170853
    Robert GianfeliceRobert Gianfelice
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: October 20, 2020

    Hi, 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

    #170942
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #170983
    Robert GianfeliceRobert Gianfelice
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: October 20, 2020

    I 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

    #171045
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    We added long Testimonial for checking, and it is working fine. persons name, and designation are appeared.

    See screenshot;
    https://imgur.com/a/OPCHxzO

    Regards,
    Chris

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.