Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • davikos Friend
    #155305

    hi there!

    when i am publishing modules on left or right position of template, the modules are in the main content of template…

    i try to fix the problem with CSS styling, but with no luck.

    then only thing i manage to do is by adding the following on layout.css to have the result that i’m showing on image attached..

    /* Right Column —*/
    #ja-right { float: right;
    position:absolute;
    margin-left:500px;
    margin-top:-500px;
    }

    please help

    ps. sorry for my bad English


    1. problem
    Don Lee Friend
    #359091

    Hi,
    Plz check that the issue occurs on which browsers? Could you give me the link for further check?

    davikos Friend
    #359139

    Mozilla
    Chrome
    Opera
    IE 8

    All above updated to latest versions

    http://www.garbounisbros.gr
    username and pass on PM

    Don Lee Friend
    #359190

    Hi,
    It seems that the site is lacking a close div tag in content layout. I attached here a screenshot, just look at it and notice the comment line “<!– //MAIN CONTAINER –>“, it is cramed into “ja-container”.
    Plz open your changed layout file and check yourself first.


    1. Screenshot-5
    davikos Friend
    #359291

    hi again…

    i try to check the above.. but my knowledge on PHP are limited…

    my code is the following:

    <div id="ja-wrapper">
    <a name="Top" id="Top"></a>

    <!-- HEADER -->
    <?php $this->loadBlock('header') ?>
    <!-- //HEADER -->

    <!-- MAIN NAVIGATION -->
    <?php $this->loadBlock('mainnav') ?>
    <!-- //MAIN NAVIGATION -->

    <?php $this->loadBlock('topsl') ?>

    <!-- MAIN CONTAINER -->
    <div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">
    <div class="main">
    <div class="ja-rounded-top"></div>
    <div class="ja-rounded-center clearfix">
    <div id="ja-mainbody" style="width:<?php echo $this->getColumnWidth('mw') ?>%">

    <?php $this->loadBlock('main') ?>
    <?php $this->loadBlock('left') ?>
    <?php $this->loadBlock('right') ?>
    </div>
    </div>
    </div><div class="clear: both;"></div>
    <!-- //MAIN CONTAINER -->

    <?php $this->loadBlock('botsl') ?>

    <!-- FOOTER -->
    <?php $this->loadBlock('footer') ?>
    <!-- //FOOTER -->

    </div>

    what sould i do exactly?

    thank you in advance!

    davikos Friend
    #359308

    Someone please???

    Don Lee Friend
    #359339

    Hi,
    Replace above with:

    <div id=”ja-wrapper”>
    <a name=”Top” id=”Top”></a>

    <!– HEADER –>
    <?php $this->loadBlock(‘header’) ?>
    <!– //HEADER –>

    <!– MAIN NAVIGATION –>
    <?php $this->loadBlock(‘mainnav’) ?>
    <!– //MAIN NAVIGATION –>

    <?php $this->loadBlock(‘topsl’) ?>

    <!– MAIN CONTAINER –>
    <div id=”ja-container” class=”wrap <?php echo $this->getColumnWidth(‘cls_w’); ?>”>
    <div class=”main”>
    <div class=”ja-rounded-top”></div>
    <div class=”ja-rounded-center clearfix”>
    <div id=”ja-mainbody” style=”width:<?php echo $this->getColumnWidth(‘mw’) ?>%”>

    <?php $this->loadBlock(‘main’) ?>
    <?php $this->loadBlock(‘left’) ?>
    <?php $this->loadBlock(‘right’) ?>
    </div>
    </div>
    </div><div class=”clear: both;”></div>
    </div>
    <!– //MAIN CONTAINER –>

    <?php $this->loadBlock(‘botsl’) ?>

    <!– FOOTER –>
    <?php $this->loadBlock(‘footer’) ?>
    <!– //FOOTER –>

    </div>

    You lacked a close div tag for “ja-container”

    davikos Friend
    #359360

    thank you for your reply!

    i have add the ” </div>” that was missing but still nothing.
    I experiment with the code a little bit and i move the “right” and “left” (php load position code) as in the code that follows:

    <!-- MAIN CONTAINER -->
    <div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">
    <div class="main">
    <div class="ja-rounded-top"></div>
    <div class="ja-rounded-center clearfix">
    2)Here <div> <?php $this->loadBlock('left') ?>
    <?php $this->loadBlock('right') ?> </div>
    <div id="ja-mainbody" style="width:<?php echo $this->getColumnWidth('mw') ?>%">
    <div> <?php $this->loadBlock('main') ?> </div>
    1) From here...
    </div>
    </div>
    </div><div class="clear: both;"></div>
    </div>
    <!-- //MAIN CONTAINER -->

    <?php $this->loadBlock('botsl') ?>

    <!-- FOOTER -->
    <?php $this->loadBlock('footer') ?>
    <!-- //FOOTER -->

    </div>

    </div>

    <jdoc:include type="modules" name="debug" />

    <?php if ($this->isIE6()) : ?>
    <?php $this->loadBlock('ie6/ie6warning') ?>
    <?php endif; ?>

    </body>

    </html>

    now my left and right column is ok! but they overflow the mainbody…

    Any suggestions???

    PS.: as i can see the template on the demo (with firebug) i do not have the same PHP file!!!
    Please check it and if there is an error on the rar file on the downloads section!

    Thank you!

    davikos Friend
    #359653

    Can someone help with this issue??? :confused::confused::confused:

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  davikos 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum