Hello Kenneth,
Thanks for take your time to provide us with the customize file,
I have tried to put all your file to my
JoomlaFolder/templates/myTemplate/html/com_easyblog, then i hitting this parse error.
Parse error: syntax error, unexpected '}' in C:\Program Files (x86)\xampp\htdocs\goodjob32.com\templates\protostar\html\com_easyblog\blog.item.php on line 38
You should remove this code from this file ->
blog.item.php
<? /* php if( $row->isFeatured ) { ?>
<!-- Show a featured tag if the entry is featured -->
<sup class="tag-featured"><?php echo Jtext::_('COM_EASYBLOG_FEATURED_FEATURED'); ?></sup>
<?php } */?>
And I also noticed that styles.css file also get loaded in my local, check my screenshot below.
Because if you put your customization file in easyblog theme file, it will not safe. If you trying to update the Easyblog latest version, it will remove with your customization file from the theme, the best way is you should overridden the file from your template.