Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • 2khaat Friend
    #133525

    Hi
    I wanted to know how to move say the featured products under the front page article on the front page. When I do this the background of the featured products becomes gray and the title bar is no longer there, so the pictures i have with white backgrounds look out of place. Also is their a way to do this on the shop pages, or to just have it on the main shop page and not under each category. I can’t seem to figure that part out. If I go to the module page you are not able to select the virtuemart cart pages on there, just the shop page.

    http://www.2khaat.com

    Sherlock Friend
    #271666

    Hi 2khaat !
    for moving featured products module to under frontpage article you can do it following way below :
    Open index.php file in templates/ja_mesolite folder , find following code section at about line 160 :


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

    cut it and paste to under following code below at about line 174 :


    <?php if($tmpTools->getParam('showFrontPage') || !$tmpTools->isFrontPage()) : ?>
    <div id="ja-content" class="clearfix">
    <jdoc:include type="component" />
    </div>
    <?php endif; ?>

    <!-- paste here -->

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

This topic contains 2 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