I do not have JA Comments but looking into the code i can see any Plugin display comes after SocialApi so check below for test purposes.
Two suggestions
1- Check Comment plugin settings from joomla admin plugin manager and see where its loading on..
E.g beforeContent, afterDisplayContent
If it does show afterDisplayContent then continue below if not select afterDisplayContent and recheck your website.
2- Backup your files before any changes
3 - Find this file templatesgk_musicityhtmlcom_contentarticledefault.php
4 - Edit Line 213 which is below
- Code: Select all
<?php echo $this->item->event->afterDisplayContent; ?>
Change it to
- Code: Select all
<?php echo $this->article->event->afterDisplayContent; ?>
Try to see if Comments loads after social bar if not fix is elsewhere...