the problem is, when i try to manage frontpage and using JA News Frontpage Module the another preview of the content that appeared in the module wrap still appearing in another side (content-top position), i wanna make it nice by erase that disturbing part, because must be not cool to show same managed content group at same frontpage.
here the solving way:
---------------------
go to the directory of the "main.php" file
[ja_teline_iii\template\ja_teline_iii.v1.4.1\layouts\blocks]
---------------------
by comparative methode with the page source code that shown right at the front page (i use inspect elements in mozilla firefox), the problem that i want to unwise is a div class named "ja-content-main-clearfix"
---------------------
then i found it ("ja-content-main-clearfix" class), in the "main.php" file of the layout blocks folder of the template installation packet.
by considering that the problem must be in layout, not merely in module that already installed. because in joomla this module (JA News Frontpage module), it standalone module that not affect to the original setting of the layout. and layout focused in blocks, then main.php must be the main articles of the web body.
---------------------
then i decided to delete these lines from "main.php" of the directory:
<div class="ja-content-main clearfix">
<jdoc:include type="component" />
</div>
----------------------
so far my problem for this matter still solved.
thank for reading ... ;)
No comments:
Post a Comment