• Resolved 3cotech

    (@3cotech)


    Hello,

    I would like to show the description of the team members. I can write the short bio for each employee in a page builder but it doesn’t show anywhere and I don’t know what to do to make it happen. Would you be able to help?

    Also, I noticed there are buttons for Twitter, Facebook, Google Plus, but there is no LinkedIn button. Why?

    Thanks,
    Kat

Viewing 7 replies - 1 through 7 (of 7 total)
  • can you send link to check ?

    Dear Kat,

    To display the description, you should edit the widgets/fp-employees.php file. Enter this code:

    <div>
    	<?php echo the_content(); ?>
    </div>

    right after this line:

    <div class="pos"><?php echo esc_html($position); ?></div>

    As you are editing the theme’s file, you should take it at your own risk. The changes you’ve made will be lost after theme update in the future.

    > Also, I noticed there are buttons for Twitter, Facebook, Google Plus, but there is no LinkedIn button. Why?

    It isn’t supported by the theme’s code at the moment. I will let our developer know about it. Maybe it would be available on the next version.

    Regards,
    Kharis

    Thread Starter 3cotech

    (@3cotech)

    Kharis, thank you for your response.

    Hello @3cotech,

    No problem. Go easy on it. Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

    I have an issue with the employees section in that it’s not showing description, social links or photo – all I can see is name and role. What’s going on?? https://quietconnections.co.uk/ Thanks!

    Hello @QuitConnections,

    I just replied here on your own thread. Please kindly check.

    Regards,
    Kharis

    Dom

    (@domantas123)

    Hello, @kharisblank

    I tried applying the php code

    <div>
    <?php echo the_content(); ?>
    </div>

    However, it does not work. May I be doing the error somewhere?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sydney employee description’ is closed to new replies.