test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • auroracomunicacion Friend
    #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 Friend
    #280104

    Hi auroracomunicacion !
    What’s the first article ? I really don’t see it. if posible , please send a screenshot with comment on it.

    auroracomunicacion Friend
    #280183

    Hi 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 Friend
    #280212

    Hi 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 ; ?>

Viewing 4 posts - 1 through 4 (of 4 total)

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