The solution has only used for the clean joomla
The sulfur overrided template of the “frontpage” layout, the template has only displayed one image.
So that you must to hard code in the template:
Now, you open the file: templatesja_sulfurhtmlcom_contentfrontpagedefault.php and find a section code at line 16 and use the comment line for this
[PHP]// $image = JA_Tools::extractImage ($this->item, true, $this->imageWidth, $this->imageHeight);[/PHP]
and remove those codes at line 39
[PHP]
<div class=”img-desc clearfix”>
<?php echo $image; ?>
</div>
[/PHP]
and then you ‘ll make the content as JA Developer said
Goodluck