Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • snakepit Friend
    #155933

    Hi…

    JA Ores have 4 module position in the bottom of main content: user 5, user6, user7, user8.
    But I only use 2 module..user 5 and user6

    I want to fix module widht:
    User 5: 75% :
    user 6: 25%

    Thanks and sorry my english is not very good 🙂

    lvngroom Friend
    #361621

    I also want to do something similar which is to combine User 5-8 into just one module position, I just can’t figure out how.

    aman204 Friend
    #361644

    <blockquote>I want to fix module widht:
    User 5: 75% :
    user 6: 25%</blockquote>

    You can go to::

    templates/ja_ores/layouts/blocks/botsl.php and change this::

    <?php if( $this->countModules(‘user5’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user5’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user5’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user5″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    <?php if( $this->countModules(‘user6’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user7’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user6’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user6″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    to

    <?php if( $this->countModules(‘user5’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user5’][‘class’]; ?>” style=”width: 74%;”>
    <jdoc:include type=”modules” name=”user5″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    <?php if( $this->countModules(‘user6’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user7’][‘class’]; ?>” style=”width:24%;”>
    <jdoc:include type=”modules” name=”user6″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    and update values accordingly

    snakepit Friend
    #361672

    <em>@aman204 201950 wrote:</em><blockquote>You can go to::

    templates/ja_ores/layouts/blocks/botsl.php and change this::

    <?php if( $this->countModules(‘user5’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user5’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user5’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user5″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    <?php if( $this->countModules(‘user6’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user7’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user6’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user6″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    to

    <?php if( $this->countModules(‘user5’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user5’][‘class’]; ?>” style=”width: 74%;”>
    <jdoc:include type=”modules” name=”user5″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    <?php if( $this->countModules(‘user6’) ): ?>
    <div class=”ja-box column ja-box<?php echo $botsl[‘user7’][‘class’]; ?>” style=”width:24%;”>
    <jdoc:include type=”modules” name=”user6″ style=”JAxhtml” />
    </div>
    <?php endif; ?>

    and update values accordingly</blockquote>
    Thanks for your reply..
    This modification only work for IE and firefox..not work in opera 🙂

    aman204 Friend
    #361783

    <blockquote>This modification only work for IE and firefox..not work in opera </blockquote>

    Can you please clear your browser cache in opera as I have checked it in opera and it appears fine as there arent any properties which can supersude this

    snakepit Friend
    #361823

    <em>@aman204 202142 wrote:</em><blockquote>Can you please clear your browser cache in opera as I have checked it in opera and it appears fine as there arent any properties which can supersude this</blockquote>
    Its work..thanks for your solutions 🙂

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

This topic contains 6 replies, has 3 voices, and was last updated by  snakepit 14 years ago.

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