Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Eugene Friend
    #192981

    Hi all!
    I want to use “Dynamic Mode” in “Module Articles Category” module with Hide on at the “Show on Article Page” parameter,nevertheless the template is still loud the empty INSET position. I want to display articles in full width at t3-content-main div.


    1. empty_inset
    Ninja Lead Moderator
    #515573

    This needs much customization on JA Argo template and you must understand JA Argo template and T3 framework before changing it.

    I would like to clarify that for heavy customization, you should hire a developer to carry out such work, customization support is out of JA support scope.

    If you are a developer you can try to do with my suggestion

    + Go to Admin of JA Argo Template

    + Clone default layout to full layout

    + Remove INSET position from php code

    Clone templates/ja_argo/tpls/blocks/mainbody-content-left.php to templates/ja_argo/tpls/blocks/mainbody-content-full.php

    Open templates/ja_argo/tpls/blocks/mainbody-content-full.php file and change

    From

    $inset = 'inset';
    To

    $inset = '';

    Open templates/ja_argo/tpls/full-layout.php file and change

    From

    <?php $this->loadBlock ('mainbody-content-left') ?>
    To

    <?php $this->loadBlock ('mainbody-content-full') ?>

    + Clone template style same as my screenshot

    + Set clone template style with full layout

    + Set clone template style with menu item need to show full


    1. duplicate_layout
    2. Clone_template_styles
    3. Clone_template_styles_1
    Eugene Friend
    #515697

    Ninja Lead, thank you very much for your soution. I decided to use Advanced Module Manager for my needs and problem has gone. Thanks anyway .

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

This topic contains 3 replies, has 2 voices, and was last updated by  Eugene 10 years, 11 months ago.

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