Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • ar2solutions Friend
    #145376

    Hi,

    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
    #321717

    Hi 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
    #321718

    Hi 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
    #321719

    Hi 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 } ?>

    Anonymous Moderator
    #321721

    and then add following code to the end of template.css file:


    #ja-colmass {
    float: left;
    }

    ar2solutions Friend
    #322297

    for the above, its

    #ja-colmass {
    float: left;
    }

    to

    #ja-colmass {
    float: left;
    width: 100%;
    }

    Works great!!

    Cheers

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

This topic contains 6 replies, has 2 voices, and was last updated by  ar2solutions 15 years ago.

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