test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ricky_wid Friend
    #160629

    My 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?

    My Site

    Thanks


    1. 1
    khoand Friend
    #378284

    Hi 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.php

Viewing 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