-
AuthorPosts
-
ricky_wid Friend
ricky_wid
- Join date:
- April 2009
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 2 times in 1 posts
February 24, 2011 at 7:16 am #160629My site was online using Teline IV J.1.6. On footer there are some element was missing and look not beautiful . Can someone suggest me what heapen?
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 24, 2011 at 1:07 pm #378284Hi ricky_wid,
Because </div> of <div id=”ja-container”> tag is wrong position. In your site, <div id=”ja-footer”> is child of <div id=”ja-container”> tag. But right arrangement, <div id”ja-footer” and <div id=”ja-container”> is same level.
I guest file <joomla url>pluginssystemjat3jat3base-themesdefaultpagedefault.php is modified. And </div> of <div id=”ja-container”> is put after this code (may be):
<?php
$blks = &$this->getBlocksXML (‘bottom’);
$blocks = &T3Common::node_children($blks, ‘block’);
foreach ($blocks as $block) :
if (T3Common::getBrowserSortName() == ‘ie’ && T3Common::getBrowserMajorVersion() == 7) echo “<br class=”clearfix”/>”;
$this->showBlock ($block);
endforeach;
?>
So it causes your problem.
Solution:
– Putting </div> of <div id=”ja-container”> after this code:
<?php $this->genBlockEnd ($this->getBlocksXML (‘middle’)) ?>
– Or using original file pluginssystemjat3jat3base-themesdefaultpagedefault.phpAuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by khoand 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Footer layout missing
Viewing 2 posts - 1 through 2 (of 2 total)