Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #794900

    Hello,

    I have entered the member element into my page: http://bit.ly/2qQSvRN but is it possible to change the size of the picture bigger?

    Also second question is, is it possible to make the links inside the team member description text to open in a new window (there should be some sort of HTML code to add to the link I guess).

    Best Regards,

    #795080

    Hey!

    1- It seems like you are adding your images in 300x200px. Please choose to insert them in full size :)

    2- Please add following code to Functions.php file in Appearance > Editor

    function av_team_desc_link_target(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.team-member-description a').attr('target','_blank');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_team_desc_link_target');

    Best regards,
    Yigit

    #795709

    Hello Yigit,

    The picture I added is 500 × 333 but can you remind me, where can I change the default size of images?

    Regards,

    #795733

    Hi,

    Please make sure to choose full size while uploading your image :)

    Best regards,
    Yigit

    #797300

    Thanks, sorry for that:)!

    #797335

    Hi!

    No worries at all :)
    Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Is it possible to change the picture size of the team member element?’ is closed to new replies.