New Landing How can we help? Cardinal Disable links to Team profiles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #93669
    Brentnauer
    Member
    Post count: 65

    Hi there,

    Is it possible to disable the profile pages for team members on the Team page builder element? We have a “Staff” segment on our teams page to show the paralegals and other folks, but they do not need their own page with a biography.

    #93684
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to swift-framework/page-builder/shortcodes and open up team.php and go to line 136:

    $items .= '<h4 class="team-member-name"><a href="'.get_permalink().'">'. $member_name .'</a></h4>';

    and replace with:

    $items .= '<h4 class="team-member-name">'. $member_name .'</a></h4>';

    – Kyle

    #93805
    Brentnauer
    Member
    Post count: 65

    This would remove the link for any usage of the Team element right?

    I only want to turn the links off for one of the Team elements, not all of them.

    #93944
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m afraid that’s not possible, they all use the same code

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 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