Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vernontee Friend
    #1068707

    Hello 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!

    • This topic was modified 6 years, 6 months ago by  vernontee.
    • This topic was modified 6 years, 6 months ago by  vernontee.
    pavit Moderator
    #1068728

    Hello

    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


    1. Screenshot-at-ott-19-08-20-43
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 6 years, 6 months ago.

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