Home Forums WoodMart support forum Team member links in new tab

Team member links in new tab

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101577

    Mishkat
    Participant

    Hello,

    How can I open team member social links in new tab?

    #101586

    Hello,

    Please add this snippet to the Theme settings > Custom JS on document ready:

    jQuery('.member-social a').click(function() {
      jQuery(this).attr('target', '_blank');
    });

    Best Regards

    #101594

    Mishkat
    Participant

    Hello,

    This didn’t work.

    #101597

    Hello,

    Please provide your site admin access to the private area as well as provide the page URL where you display the members.

    Best Regards

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