Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gokuz Friend
    #156111

    we really like the uvite template. however it looks like it’s not developed with latest t3 framework v2 and not easy to customize it. I need couple of changes in the template and don’t know how to start. My site will not have news so pretty much news feeds which looks like main modules in it are useless for us. Instead we ‘d like to display articles in the first page. but the template doesn’t display joomla’s firstpage module at all. How we can change the modules in the template and replace the modules we’d like to display ? any help really appreciated

    Saguaros Moderator
    #362242

    Hello

    To disable the template frontend overrides do the following.

    Please open the file: templates/ja_uvite/index.php and find the following:

    [PHP]

    <?php if(!$tmpTools->isFrontPage()) : ?>

    <div id=”ja-current-content” class=”clearfix”>

    <!– BEGIN: PATHWAY –>

    <?php if(!$tmpTools->isFrontPage()) : ?>

    <div id=”ja-pathway”>

    <jdoc:include type=”module” name=”breadcrumbs” />

    </div>

    <?php endif; ?>

    <!– END: PATHWAY –>

    <jdoc:include type=”component” />

    </div>

    <?php endif; ?>
    [/PHP]
    replace:
    [PHP]
    <div id=”ja-current-content” class=”clearfix”>

    <!– BEGIN: PATHWAY –>

    <?php if(!$tmpTools->isFrontPage()) : ?>

    <div id=”ja-pathway”>

    <jdoc:include type=”module” name=”breadcrumbs” />

    </div>

    <?php endif; ?>

    <!– END: PATHWAY –>

    <jdoc:include type=”component” />

    </div>
    [/PHP]

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum