-
AuthorPosts
-
Eugene Friend
Eugene
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
December 14, 2013 at 4:07 pm #192981Hi 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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 16, 2013 at 11:25 am #515573This 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
- Eugene Friend
Eugene
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
December 17, 2013 at 9:32 am #515697Ninja Lead, thank you very much for your soution. I decided to use Advanced Module Manager for my needs and problem has gone. Thanks anyway .
1 user says Thank You to Eugene for this useful post
AuthorPostsViewing 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
Jump to forum