Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sobe Friend
    #205099

    How does one add the Main Menu to the blog pages/layout?

    (*see image)


    1. blog-menu
    pavit Moderator
    #564953

    Hi

    You should modify this layout file templatesja_teline_vtplsblog.php

    FROM

    <body>

    <div class="blog t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('topnav') ?>

    <?php $this->loadBlock('header-clean') ?>

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

    <?php $this->loadBlock('footer') ?>

    </div>

    </body>

    TO

    <body>

    <div class="blog t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('topnav') ?>

    <?php $this->loadBlock('header-clean') ?>

    <?php $this->loadBlock('mainnav') ?>

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

    <?php $this->loadBlock('footer') ?>

    </div>

    </body>

    Then assign as menu your menu into Ja Teline V style Blog layout


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

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 9 years, 8 months ago.

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