-
AuthorPosts
-
November 22, 2008 at 8:31 pm #135616
Hi all,
I been trying to shift the first article in frontpage on my JA_MESOLITE to the position where is the productslide and features products with no luck. I tried changing LatestNews module but only move the list of latest news instead of the article. Any help please? Thanks!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 24, 2008 at 9:30 am #280104Hi auroracomunicacion !
What’s the first article ? I really don’t see it. if posible , please send a screenshot with comment on it.November 24, 2008 at 11:15 pm #280183Hi Hain84 thanks for the response,
Here is the screenshot of what i’m talking about, sorry if my english isn’t good at all not english speaker jiji
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 25, 2008 at 4:47 am #280212Hi auroracomunicacion !
You can do it following way below :
Open index.php file in templates/ja_mesolite folder, find following code section at about line 152 :
<?php if($this->countModules('vm-lp')) : ?>
<!-- BEGIN: LATEST PRODUCTS -->
<div id="ja-topsl2">
<jdoc:include type="modules" name="vm-lp" style="xhtml" />
</div>
<!-- END: LATEST PRODUCTS -->
<?php endif; ?><?php if($this->countModules('vm-fp')) : ?>
<!-- BEGIN: FEATURE PRODUCTS -->
<div id="ja-topsl3">
<jdoc:include type="modules" name="vm-fp" style="xhtml" />
</div>
<!-- END: FEATURE PRODUCTS -->
<?php endif; ?><?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<strong>You are here:</strong><jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif ; ?><?php if($tmpTools->getParam('showFrontPage') || !$tmpTools->isFrontPage()) : ?>
<div id="ja-content" class="clearfix">
<jdoc:include type="component" />
</div>
<?php endif; ?>
and change to :
<?php if($tmpTools->getParam('showFrontPage') || !$tmpTools->isFrontPage()) : ?>
<div id="ja-content" class="clearfix">
<jdoc:include type="component" />
</div>
<?php endif; ?>
<?php if($this->countModules('vm-lp')) : ?>
<!-- BEGIN: LATEST PRODUCTS -->
<div id="ja-topsl2">
<jdoc:include type="modules" name="vm-lp" style="xhtml" />
</div>
<!-- END: LATEST PRODUCTS -->
<?php endif; ?><?php if($this->countModules('vm-fp')) : ?>
<!-- BEGIN: FEATURE PRODUCTS -->
<div id="ja-topsl3">
<jdoc:include type="modules" name="vm-fp" style="xhtml" />
</div>
<!-- END: FEATURE PRODUCTS -->
<?php endif; ?><?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<strong>You are here:</strong><jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif ; ?>
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum