Dear tkj,
We fixed in your_site/templates/sj_plus/html/com_content/article/default.php and find:
<?php $useDefList = ($params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_create_date')
|| $params->get('show_hits'));?>
=>
<?php $useDefList = ($params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_create_date')
|| $params->get('show_hits') || ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon')));?>
Please check your site again.
Thanks!