-
AuthorPosts
-
February 27, 2009 at 7:09 pm #138644
I want to make my web such as this position.
http://img19.imageshack.us/my.php?image=zeole0.jpg
Any help please…………………….
ThanxAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 10, 2009 at 8:05 am #295151Hi ochlin_imut,
For this case, please open index.php file in templates/ja_zeolite folder, at about line 154, find following code:
[PHP]<div id=”ja-contentwrapper”>
<?php if ( !$tmpTools->isContentEdit() && ($this->countModules(‘vm-fp’) || $this->countModules(‘ja-slider’)) ) { ?>
<div id=”ja-productwrap”><div id=”ja-product-bot”><div id=”ja-product-top” class=”clearfix”><?php if ( $this->countModules(‘vm-fp’) ) { ?>
<div id=”ja-fp”>
<jdoc:include type=”modules” name=”vm-fp” style=”xhtml” />
</div>
<?php } ?><?php if ( $this->countModules(‘ja-slider’) ) { ?>
<div id=”ja-slider”>
<jdoc:include type=”modules” name=”ja-slider” style=”xhtml” />
</div>
<?php } ?></div></div></div>
<?php } ?><jdoc:include type=”message” />
<!– BEGIN: CONTENT –>
<div id=”ja-contentwrap”><div id=”ja-content”><div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
</div></div>
<!– END: CONTENT –></div>
[/PHP]and change to:
[PHP]<div id=”ja-contentwrapper”>
<!– BEGIN: CONTENT –>
<div id=”ja-contentwrap”><div id=”ja-content”><div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
</div></div>
<!– END: CONTENT –><?php if ( !$tmpTools->isContentEdit() && ($this->countModules(‘vm-fp’) || $this->countModules(‘ja-slider’)) ) { ?>
<div id=”ja-productwrap”><div id=”ja-product-bot”><div id=”ja-product-top” class=”clearfix”><?php if ( $this->countModules(‘vm-fp’) ) { ?>
<div id=”ja-fp”>
<jdoc:include type=”modules” name=”vm-fp” style=”xhtml” />
</div>
<?php } ?><?php if ( $this->countModules(‘ja-slider’) ) { ?>
<div id=”ja-slider”>
<jdoc:include type=”modules” name=”ja-slider” style=”xhtml” />
</div>
<?php } ?></div></div></div>
<?php } ?><jdoc:include type=”message” />
</div>
[/PHP]3 users say Thank You to JA Developer for this useful post
March 10, 2009 at 5:39 pm #295262Thx very much
It’s work ….. -
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by ochlin_imut 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum