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
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?? http://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?