New Landing How can we help? Themeforest Theme Support Dante Remove Team Member links

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #65377
    logicbroker
    Member
    Post count: 21

    Apologies if this simple question has been asked/answered before, but is there a way to remove the link from team member images? We are putting an image up for every member of our company and no one needs a dedicated profile page for them.

    Thanks

    #65378
    logicbroker
    Member
    Post count: 21

    Of course just minutes after I ask this question, I figure out the solution. For anyone else who may be searching for this solution, open up: \dante\swift-framework\page-builder\builder\team.php and around line 86, you should see this:

    if ($image) {$items .= '<a href="'.get_permalink().'"><img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" /></a>';}

    All you need to do is remove:

    <a href="'.get_permalink().'">

    #65536
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks for sharing the solution 🙂

    Glad you managed it

    – Kyle

    #211596
    solidsn2004
    Member
    Post count: 208

    Hi,

    Is there a way to achieve this result without touching the code? I find it weird that there is no option to disable links in team members from the back end.

    #211615
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS/JS -> Custom JS -> Insert given below code and update options.

    <script>
    jQuery('.team-member a').click(function(e) {
      e.preventDefault();
    });
    </script>

    Thanks
    Mohammad

    #211627
    solidsn2004
    Member
    Post count: 208

    Thanks so much Mohammad!!!

    #211631
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

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

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

License required for one of the following items
Login and Registration Log in · Register