-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 6, 2010 at 3:59 am #357873please 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 fileOctober 26, 2010 at 3:59 pm #360650Hello 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!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 30, 2010 at 3:21 am #361092Hello 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
October 31, 2010 at 4:30 am #361156Hello tienhc,
thanks for your advice! It’s worked
December 29, 2015 at 8:54 am #833841Hi,
how to change module position ja-search to the left and logo to the right? Could you help me please?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 31, 2015 at 2:39 am #835558Hi @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.
January 1, 2016 at 12:18 pm #836550Thanks, It works now.
Is it not overwrite update template?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 4, 2016 at 2:03 am #837655When 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.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by slawek2010 8 years, 10 months ago.
The topic ‘Change module position’ is closed to new replies.
Change module position
Viewing 8 posts - 1 through 8 (of 8 total)