Viewing 1 replies (of 1 total)
  • Thread Starter wy4tt34rp

    (@ratputin)

    How strange…I found a solution. The original source code is:

    <div><a href="<?php echo esc_url($profile->publicProfileUrl); ?>"><img class="picture alignleft"
    		src="<?php echo $profile->pictureUrl; ?>" width="<?php echo $picture_width; ?>"
    		alt="<?php echo $profile->firstName; ?> <?php echo $profile->lastName; ?>"></a></div>

    I removed the breaks so it looks like this:

    <div><a href="<?php echo esc_url($profile->publicProfileUrl); ?>"><img class="picture alignleft" src="<?php echo $profile->pictureUrl; ?>" width="<?php echo $picture_width; ?>" alt="<?php echo $profile->firstName; ?> <?php echo $profile->lastName; ?>"></a></div>

    And now the image shows.

Viewing 1 replies (of 1 total)
  • The topic ‘LI Card Avatar not displaying’ is closed to new replies.