-
AuthorPosts
-
isofall Friend
isofall
- Join date:
- December 2006
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
May 12, 2009 at 7:17 pm #141122Hi all,
I really need help to resolve this. I’ve tried different things and my project due date is near. For the JA_Nickel template that I love so much, I WOULD LIKE TO SWITCH THE POSITIONS OF THE SLIDESHOW AND THE LEFT SIDE POSITION. I’D LIKE THE SLIDESHOW TO BE ON THE LEFT SIDE AND THE LEFTSIDE TO APPEAR ON THE RIGHT SIDE.
You’d think that I’d be easy to do but it is not. Please help asap.
Thanks
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 13, 2009 at 7:55 am #304499U need to edit Css file and Index.php files.
May 13, 2009 at 8:54 am #304509This question was asked many many time, can a master of template customizing help us ? Many thanks for your support.
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 13, 2009 at 10:33 am #304513<em>@quang268 128472 wrote:</em><blockquote>U need to edit Css file and Index.php files.</blockquote>
alot of files need to edit. cant show it here
May 13, 2009 at 5:04 pm #304553Please help!
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 14, 2009 at 11:40 am #304610could you send Live site?
I’ll check it for youMay 15, 2009 at 2:55 pm #304714Hello,
You can find a live site here with this problem: http://www.yves-roduit.ch
Thanks in advance for your help.
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 15, 2009 at 3:10 pm #304721<em>@osso 128761 wrote:</em><blockquote>Hello,
You can find a live site here with this problem: http://www.yves-roduit.ch
Thanks in advance for your help.</blockquote>
Hello, I said that: need to edit alot of files.
U need to redesign this template again (reorder all module positions)isofall Friendisofall
- Join date:
- December 2006
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
May 29, 2009 at 3:16 pm #306125Hi Quang,
I really need help with this. Can we talk off the forum? How can I contact u?
Ismaila Fall
May 29, 2009 at 3:47 pm #306129Hello Ismaila,
I’ve found y solution without changing the CSS files. In the file index.php of the template look at the lines containing this text: <!– CONTENT –> and this one <!– //CONTENT –>
Between this two texts, replace the content with this one:
<div id="ja-content">
<div class="main clearfix">
<jdoc:include type="message" />
<?php if ($this->countModules('ja-slideshow') ) { ?>
<!-- TOP SPOTLIGHT -->
<div id="ja-topsl" class="wrap">
<div class="main">
<div class="inner clearfix">
<div id="ja-slideshow"><?php if ( $ja_right): ?>
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="jamodule" />
</div>
<?php endif; ?><jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div>
</div>
</div>
</div>
<!-- //TOP SPOTLIGHT -->
<?php } ?>
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div><?php if ($this->countModules('ja-slideshow') == false) { ?>
<?php if ( $ja_right): ?>
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="jamodule" />
</div>
<?php endif; ?>
<?php } ?>
</div>Don’t forget to save a backup of the file index.php before !
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by osso 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum