Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Saguaros Moderator
    #357873

    please open the file; templatesja_oreslayoutsblockstopsl.php and find the following code:

    [PHP]
    <?php if ( $this->countModules(‘slideshow’) ) : ?>
    <!– JA SLIDESHOW –>
    <div id=”ja-slideshow” class=”wrap”>
    <div id=”ja-slideshow-inner1″><div id=”ja-slideshow-inner2″>
    <div class=”main clearfix”>
    <jdoc:include type=”modules” name=”slideshow” style=”JAxhtml” />
    </div>
    </div></div>
    </div>
    <!– //JA SLIDESHOW –>
    <?php endif; ?>
    [/PHP]you move those codes from TOP to Bottom of the file

    doananh Friend
    #360650

    Hello there,

    Please adivse me how to replace col-mass1 position with left/right position and vice versa as i drafted in attached file

    Many thanks in advance!


    1. layout
    Saguaros Moderator
    #361092

    Hello DoanAnh!

    I recommend you should read, research the wiki, it’s helpful get acknowledges about t3 version 1 in detail :), and you will make your customization easier than.

    With you case: you should define a new position: you open the file: templatesja_oreslayoutsdefault.php and find the following code:

    [PHP]’right-mass-top’ =>’col-mass1′,[/PHP]

    replace:

    [PHP]
    ‘right-mass-top’ =>’col-mass1′,
    ‘right-mass-bottom’ =>”,
    [/PHP]
    [PHP]
    ‘right-mass-top’ =>’col-mass1′,
    ‘right-mass-bottom’ =>’col-mass2′,
    [/PHP]

    when done, your template has a new position, its name is col-mass2

    doananh Friend
    #361156

    Hello tienhc,

    thanks for your advice! It’s worked

    mutaallim Friend
    #833841

    Hi,
    how to change module position ja-search to the left and logo to the right? Could you help me please?

    Saguaros Moderator
    #835558

    Hi @targheeb,

    This is an old template from us, in order to switch position between logo and the search block, you will need to customise the style a little bit. Below is my tweak:

    • Go to file: ** ROOT/templates/ja_ores (your default template)/css/template.css
    • Add this css rule:

    h1.logo { float: right; }
    div#ja-search { left: 0; }

    Then go to Back-end of your site > click the ‘JAT3 Clean Cache’ link on the right top corner to clean cache.

    Hope this helps.

    mutaallim Friend
    #836550

    Thanks, It works now.
    Is it not overwrite update template?

    Saguaros Moderator
    #837655

    When updating template (or JA Extensions) please use our JA Extension Manager component (JAEM) – a free extension to update. It provides options so that you can check which files/folder will be updated/modified and you can take a backup of them.

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

This topic contains 8 replies, has 4 voices, and was last updated by  slawek2010 8 years, 4 months ago.

The topic ‘Change module position’ is closed to new replies.