New Landing How can we help? Themeforest Theme Support Dante Team members: length excerpt does not work

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #238127
    TheHomepage
    Member
    Post count: 97

    Hello and Happy New Year !

    Please find in attachment the team members carousel. I’ve set the settings of the excerpt of the team members intro to 20 characters.
    (excertp_length=”20″) but it’s not respected. I would like to have the link ” View Profile” on the same height and this is not the case.
    It should be as the members’ introtext should be everywhere 20.

    The main reason is that I want “View Profile” to appear on the same height everywhere.

    Thanks for helping out.

    Attachments:
    You must be logged in to view attached files.
    #238408
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    If you locate and open this file: swift-framework/page-builder/builder/shortcodes/team-carousel.php.

    On line 85, please find this:

    $member_bio = sf_custom_excerpt($custom_excerpt, 1000);

    and replace it with this:

    $member_bio = sf_custom_excerpt($custom_excerpt, $excerpt_length);

    How does that work out for you?

    Thanks.

    #238414
    TheHomepage
    Member
    Post count: 97

    Hello,

    Thanks for helping out, but it still does not work.
    The excerpt text of each profile is different and should be the same (4 lines for example everywhere)

    Thanks !

    #238418
    David Martin – Support
    Moderator
    Post count: 20834

    What page URL is that for?

    Thanks.

    #238774
    TheHomepage
    Member
    Post count: 97

    Hi,

    The website is online on http://www.bluecliff.be.
    It’s on the homepage, on the section with the team members.
    Please make sure the excerpt of the team members has everywhere the same height.

    Thanks in advance!

    #238796
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The option is working fine, it’s number of words not characters

    – Kyle

    #238834
    TheHomepage
    Member
    Post count: 97

    Hi,

    Thanks for the update, but the end result is not what I want.
    Can’t you provide me some CSS or other PHP code in order to have all the “view profile” to appear on the same height, or either
    that the profile text descriptions all appear on 4 lines everywhere?

    Many thanks in advance!

    #238835
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .team-member.span3 .team-member-bio > p {
      min-height: 135px;
    }

    – Kyle

    #238845
    TheHomepage
    Member
    Post count: 97

    Works perfect ! Thanks

    #238848
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register