-
AuthorPosts
-
sobe Friend
sobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
March 28, 2015 at 10:50 pm #205099pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 29, 2015 at 5:42 am #564953Hi
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 user says Thank You to pavit for this useful post
AuthorPostsViewing 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
Jump to forum