Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #890794
    peterjitg@yahoo.com
    Participant

    Hello,

    I’d like to hyperlink my authors’ names and profile pics to our general contact us page. So that when anyone clicks on author name or their profile pic, it would redirect them to our contact page where they can see the author’s contact info.

    I’m using Ethos.

    #890797
    peterjitg@yahoo.com
    Participant
    This reply has been marked as private.
    #891511
    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery(".author_detail_section img, .author_namez b").wrap('<a href="http://yourcontactpage.com/"></a>');

    You can replace http://yourcontactpage.com with your contact page URL.

    Hope it helps 🙂

    #892103
    peterjitg@yahoo.com
    Participant

    Worked like a charm. Amazing support! Thank you.

    #892884
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

  • <script> jQuery(function($){ $("#no-reply-890794 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>