-
AuthorPosts
-
vernontee Friend
vernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
October 19, 2017 at 3:52 am #1068707Hello i have just one question on the magz 2 template….
the question is … why is there no "hide system output" in the version of T3 in the Magz2 template? https://screenpresso.com/=W3Ddb
or is there a way to create a blank page in magz 2 in some other way.
I tried duplicating the style.. called it blank.. added
.t3-content { display: none; }
to the custom code in the template style but it affects the entire site, not just the menu i assigned the blank style in.
Hope can help thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 19, 2017 at 6:21 am #1068728Hello
You can remove the mainbody block from layout php file
Duplicate this file /templates/ja_magzII/tpls/default.php and name it nomain.php
Then edit it and change from
<?php $this->loadBlock('header') ?> <?php $this->loadBlock('mainnav') ?> <?php $this->loadBlock('banner-top') ?> <?php $this->loadBlock('masthead') ?> <?php $this->loadBlock('mainbody') ?> <?php $this->loadBlock('sections') ?> <?php $this->loadBlock('banner-bottom') ?> <?php $this->loadBlock('navhelper') ?> <?php $this->loadBlock('footer') ?>
To
<?php $this->loadBlock('header') ?> <?php $this->loadBlock('mainnav') ?> <?php $this->loadBlock('banner-top') ?> <?php $this->loadBlock('masthead') ?> <?php $this->loadBlock('sections') ?> <?php $this->loadBlock('banner-bottom') ?> <?php $this->loadBlock('navhelper') ?> <?php $this->loadBlock('footer') ?>
Then duplicate style Ja_Magz II – default and name it nomain and assign as layout the newly created nomain layout .
Regards
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by pavit 7 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to create blank page on magz2 template
Viewing 2 posts - 1 through 2 (of 2 total)