-
AuthorPosts
-
ar2solutions Friend
ar2solutions
- Join date:
- August 2009
- Posts:
- 74
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
October 20, 2009 at 7:52 pm #145376Hi,
i’m having trouble changing the position of JA-TABs underneath RIGHT + LEFT
module positions.for some reason, joomla doens’t like it. I tired changing the tab position to right and left,
but that didn’t work out either.Any suggestions?

Anonymous
Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 27, 2009 at 7:10 am #321717Hi ar2solutions
I have checked your idea and saw that this tab is working fine but the left or right column is very small so you think it is not working.
ar2solutions Friend
ar2solutions
- Join date:
- August 2009
- Posts:
- 74
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
October 27, 2009 at 7:13 am #321718Hi JA Developer, Thanks for the response.
Im aware that the TABS are working correctly but my questions was:
How can i put the TABS underneath the LEFT + RIGHT Module(s)
So i want the LEFT + RIGHT to come first, then the TABS underneath.
any ideas?
Thanks,
Anonymous
Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 27, 2009 at 7:21 am #321719Hi ar2solutions
Open templates/ja_uvite/index.php file, find following code section:
<?php if ($ja_left || $ja_right || $ja_masscol) { ?>
<div id="ja-colwrap"><?php if ($ja_masscol) { ?>
<!-- BEGIN: MASSCOL -->
<div id="ja-colmass" class="clearfix">
<div class="ja-innerpad">
<jdoc:include type="modules" name="user5" style="jamodule" />
</div>
</div>
<?php } ?><?php if ($ja_left) { ?>
<!-- BEGIN: LEFT COLUMN -->
<div id="ja-col1">
<div class="ja-innerpad">
<?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="moduletable_menu">
<h3>On this page</h3>
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div>
<?php endif; ?><jdoc:include type="modules" name="left" style="jamodule" />
</div>
</div>
<!-- END: LEFT COLUMN -->
<?php } ?><?php if ($ja_right) { ?>
<!-- BEGIN: RIGHT COLUMN -->
<div id="ja-col2">
<div class="ja-innerpad">
<jdoc:include type="modules" name="right" style="jamodule" />
</div>
</div>
<br />
<!-- END: RIGHT COLUMN -->
<?php } ?></div>
<?php } ?>
and change to:
<?php if ($ja_left || $ja_right || $ja_masscol) { ?>
<div id="ja-colwrap"><?php if ($ja_left) { ?>
<!-- BEGIN: LEFT COLUMN -->
<div id="ja-col1">
<div class="ja-innerpad">
<?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="moduletable_menu">
<h3>On this page</h3>
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div>
<?php endif; ?><jdoc:include type="modules" name="left" style="jamodule" />
</div>
</div>
<!-- END: LEFT COLUMN -->
<?php } ?><?php if ($ja_right) { ?>
<!-- BEGIN: RIGHT COLUMN -->
<div id="ja-col2">
<div class="ja-innerpad">
<jdoc:include type="modules" name="right" style="jamodule" />
</div>
</div>
<br />
<!-- END: RIGHT COLUMN -->
<?php } ?><?php if ($ja_masscol) { ?>
<!-- BEGIN: MASSCOL -->
<div id="ja-colmass" class="clearfix">
<div class="ja-innerpad">
<jdoc:include type="modules" name="user5" style="jamodule" />
</div>
</div>
<?php } ?></div>
<?php } ?>
1 user says Thank You to JA Developer for this useful post
Anonymous
Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 27, 2009 at 7:24 am #321721and then add following code to the end of template.css file:
#ja-colmass {
float: left;
}
ar2solutions Friend
ar2solutions
- Join date:
- August 2009
- Posts:
- 74
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
November 2, 2009 at 3:07 am #322297for the above, its
#ja-colmass {
float: left;
}to
#ja-colmass {
float: left;
width: 100%;
}Works great!!
Cheers
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by ar2solutions 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum