• Hi everyone, I am trying to create my startup web page with sidney theme but when I add employees with their photo and information, only appear the name and the description.

    Can someone help me please?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    Could you please confirm if the featured image has been set already? If possible, please share the link to the page in question, so I can take a closer look.

    Regards,
    Kharis

    Thread Starter stgosalamanca

    (@stgosalamanca)

    Hi Kharis, thanks for answer me, how can I see if the featured image has been set already?

    Here is the link of my web https://www.shutup-startup.com/

    Hello there,

    Edit your employee item and see the “Featured Image” metabox.

    Ref:

    * WordPress codex

    Regards,
    Kharis

    Thread Starter stgosalamanca

    (@stgosalamanca)

    I looked at that and the Featured Image was checked and the photos still don′t appear…

    Hello there,

    Please go to Appearance > Editor > select Sydney theme > select fp-employees.php file. Then compare with this one. Does this code block exist there?

    <?php if ( has_post_thumbnail() ) : ?>
    <div class="avatar">
    	<?php the_post_thumbnail('sydney-medium-thumb'); ?>
    </div>
    <?php endif; ?>

    Regards,
    Kharis

    Thread Starter stgosalamanca

    (@stgosalamanca)

    Hi Kharis,
    yes, that code block is there!

    I looked at google chrome inspector and compare my web with the Sydney demo and there is a code block that isn′t showing on my code.

    This is the block code

    <div class="avatar">
    
        <img width="400" height="400" src="https://demo.athemes.com/sydney/wp-content/uploads/sites/35/2015/03/emp5.jpg" class="attachment-sydney-medium-thumb size-sydney-medium-thumb wp-post-image" alt="emp5" srcset="https://demo.athemes.com/sydney/wp-content/uploads/sites/35/2015/03/emp5.jpg 400w, https://demo.athemes.com/sydney/wp-content/uploads/sites/35/2015/03/emp5-150x150.jpg 150w, https://demo.athemes.com/sydney/wp-content/uploads/sites/35/2015/03/emp5-300x300.jpg 300w, https://demo.athemes.com/sydney/wp-content/uploads/sites/35/2015/03/emp5-180x180.jpg 180w" sizes="(max-width: 400px) 100vw, 400px">
    				</div>
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Employees Photo don′t appear’ is closed to new replies.