Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • louisdadj Friend
    #123635

    Hi eveyone! Again, well done JoomlArt with yet another awesome template! Job well done!

    I have a question. And I hope that this can be done

    Would it be possible to have a normal left and right module for this template.
    Meaning that the Left module is on the left and the right module is on the right?

    Can this be done? Anyone?
    This would be a great help! 😎

    louisdadj Friend
    #232546

    Okay, so people are viewing this posting….but no replies!

    Can this be done or not? :confused:

    kashxo Friend
    #232550

    Hi louisdadj,
    Sorry for the late reply.
    Please note that changing module positions in a template usually destroy the whole template structure.
    In JA Genista, when you change left column to the very left, it will make content overlap ‘user5’ position. If you like to do so, you have to disable module at user5.

    Okay, I will run out of support rules one time. Please open index.php in template/ja_genista folder.
    go to the line 166 and copy this code:
    [PHP]<?php if ($ja_left) { ?>
    <div id=”ja-col1″>
    <?php if ($hasSubnav) {?>
    <div id=”ja-subnav” class=”moduletable”>
    <h3>On This Page</h3>
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <?php echo mosLoadModules ( ‘left’,-2 ); ?>
    </div>
    <?php } ?>[/PHP]
    and move them to line 142, above the code:
    [PHP]<?php mosMainBody(); ?>[/PHP]

    Next open file template_css.css in templates/ja_genista/css folder, goto line 860
    see this code:

    #ja-col1 {template_css.css (line 860)
    float:left;
    overflow:hidden;
    width:50%;
    }

    change width: 50%; to width: 30%;
    Now go to your Administrator area, and disable modules at user5 position.

    Addition:
    template_css.css:
    – goto line 829 and delete background: …
    – goto line 898 and delete background: …
    above action will remove the background image under your content.

    Goodluck.

    louisdadj Friend
    #233419

    Thank you very much! Great suport as always! 😉

    masterpaul Friend
    #235746

    Thanks again for the reply but can you help with Joomla 1.5R4. I am trying to do the same thing i don’t see <?php mosMainBody(); ?> anywhere in the code

    Paul

    Seth Sullivan Friend
    #251782

    <em>@masterpaul 36069 wrote:</em><blockquote>Thanks again for the reply but can you help with Joomla 1.5R4. I am trying to do the same thing i don’t see <?php mosMainBody(); ?> anywhere in the code

    Paul</blockquote>

    I am trying to accomplish the same thing, but have the same problem as the one above me. Running 1.5.2

    Sherlock Friend
    #252303

    Hi.
    That support only help in Joomla 1.0

    Seth Sullivan Friend
    #252774

    Ah ok, thanks for the response on this.

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

This topic contains 8 replies, has 5 voices, and was last updated by  Seth Sullivan 16 years, 5 months ago.

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