-
AuthorPosts
-
July 14, 2009 at 7:05 pm #142769
Thank you for this nice template.
But i need to change the layout from content / left column / right column
into
left column / content / right columnWhat is to do?
Thanks.
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
July 15, 2009 at 7:09 am #311142hi..for that you will need to modify the index.php in the template folder as well as make some changes to the css files so that the left / content /right are displayed correctly…
July 15, 2009 at 8:18 am #311148Thank you!
But I need help for the changes in detail in index.php and the css files…prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
July 15, 2009 at 8:29 am #311152hi…for this i think some one would do it under a Paid Request. because it would involve many changes – it would come under template customization work.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
July 16, 2009 at 4:15 am #311227Hi
Please kindly try with my guider:
+ Open templates/ja_sulfur/css/template.css file, at about line 824, find following code:
#ja-col1 {
float:right;
width:220px;
}and change to:
#ja-col1 {
float:left;
width:220px;
}+ Open templates/ja_sulfur/index.php file, at about line 134, find following code:
<!-- content -->
<div id="ja-contentwrap">
<div id="ja-content">
<div id="ja-current-content">
<jdoc:include type="message" />
<jdoc:include type="component" /><?php if( $this->countModules('user6') ) { ?>
<div id="ja-botblock">
<jdoc:include type="modules" name="user6" style="jamodule" />
</div>
<?php } ?>
</div>
</div><?php if ($ja_left) { ?>
<!-- columns left -->
<div id="ja-col1">
<div class="inner"><?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="moduletable_menu">
<h3><span>On this page</span></h3>
<div class="ja-boxct-wrap"><div class="ja-box-ct">
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div></div>
</div>
<?php endif; ?><jdoc:include type="modules" name="left" style="jamodule" />
</div>
</div>
<!-- //columns left -->
<?php } ?></div>
<!-- //content -->
and change to:
<!-- content -->
<div id="ja-contentwrap">
<?php if ($ja_left) { ?>
<!-- columns left -->
<div id="ja-col1">
<div class="inner"><?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="moduletable_menu">
<h3><span>On this page</span></h3>
<div class="ja-boxct-wrap"><div class="ja-box-ct">
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div></div>
</div>
<?php endif; ?><jdoc:include type="modules" name="left" style="jamodule" />
</div>
</div>
<!-- //columns left -->
<?php } ?><div id="ja-content">
<div id="ja-current-content">
<jdoc:include type="message" />
<jdoc:include type="component" /><?php if( $this->countModules('user6') ) { ?>
<div id="ja-botblock">
<jdoc:include type="modules" name="user6" style="jamodule" />
</div>
<?php } ?>
</div>
</div></div>
<!-- //content -->
Hope it helps.
1 user says Thank You to JA Developer for this useful post
July 28, 2009 at 10:27 am #312454Thank you!!!
Perfect.
Felizia
August 16, 2009 at 6:28 pm #314451I tried this and the home page seems to work fine, but all other content pages and forum page keep content in middle column, with blank left and right columns.
August 16, 2009 at 8:45 pm #314456Can someone please look at this – if they have time – and possibly tell what’s going on? I changed everthing back to default and the content will no longer expand when modules are removed.
This would be greatly appreciated! I followed the instructions above, but they did not seem to work.
-Jason
August 16, 2009 at 11:18 pm #314462OK… I fixed this. It was a css error on my part – oops!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 8, 2009 at 9:15 am #316780Hi jasonleerogers
I am terribly sorry for my delay.
Please feel free to contact us if you are in need of further assistance.
-
AuthorPosts
This topic contains 11 replies, has 5 voices, and was last updated by bridgecom 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum