-
AuthorPosts
-
November 1, 2010 at 6:07 am #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 user6I want to fix module widht:
User 5: 75% :
user 6: 25%Thanks and sorry my english is not very good 🙂
November 4, 2010 at 7:57 am #361621I 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 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 4, 2010 at 10:27 am #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
1 user says Thank You to aman204 for this useful post
November 4, 2010 at 3:52 pm #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 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 5, 2010 at 7:08 pm #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
November 6, 2010 at 1:15 pm #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 🙂 -
AuthorPosts
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