I would like to say thank you to the Joomlart Team for helping me in a really professional way. 🙂
Here some solutions that worked for me perfectly.
Double Image issu in article
Open templates/ja_wall/themes/color_block/css/theme.css file and add the css style
.item-page .content .facebook-item {
display: none !important;
}
Disable Source Link above article image
into templates/ja_wall/css/template-j30.css file
.item-page .content-links {
display: none;
}
Full width ? Big Screen
templates/ja_wall/css/layout-hd.css
.main {
max-width: 1920px;
}
HIDE FB COMMENT
It should be this file instead: ja_wall/html/com_content/article/default.php
<div class=”fb-comments” data-href=”<?php echo JURI::getInstance()->toString(array(‘scheme’, ‘host’, ‘port’)) . $this->item->readmore_link; ?>” data-num-posts=”2″ data-width=”576″></div>