Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • trak Friend
    #374058

    <em>@prbalge 152618 wrote:</em><blockquote>Ok,

    The problem is occuring because as there are 6 boxes, what it does is sets the three boxes on the first row.
    Then what happens is that the padding for the other box remains, and that is creating the problem as the boxes are shifting a bit to the right.

    What you would need to do is modify the script (index.php) a bit. create a new module position and then call the remaining 3 in the row below. this would solve your problem.

    the code for modifying can be found here

    <!-- TOPBLOCK -->
    <?php if( $this->countModules('user5') ) { ?>
    <div id="ja-topsl" class="wrap clearfix">
    <jdoc:include type="modules" name="user5" style="jamodule" />
    </div>
    <?php } ?>
    <!-- //TOPBLOCK -->

    where its written jdoc:include …..user5…

    just after that (copy the line and paste it again) then say give module name user5a

    now in module positions call 3 images in the 5a position and it will display fine</blockquote>

    Hello,

    Could you show me please how the code should look after changes done?
    What does it mean “copy the line” the whole line or just part of it, where I should paste it exactly?
    I trying different combinations without result:(

    trak Friend
    #374134

    Is that corect? It does’t work. What I’m doing wrong? Please support!

    <!– TOPBLOCK –>
    <?php if( $this->countModules(‘user5’) ) { ?>
    <div id=”ja-topsl” class=”wrap clearfix”>
    <jdoc:include type=”modules” name=”user5″ style=”jamodule” />
    <jdoc:include type=”modules” name=”user5a” style=”jamodule” />
    </div>
    <?php } ?>
    <!– //TOPBLOCK –>

Viewing 2 posts - 16 through 17 (of 17 total)

This topic contains 17 replies, has 4 voices, and was last updated by  trak 13 years, 3 months ago.

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