-
AuthorPosts
-
tishelpdesk42 Friend
tishelpdesk42
- Join date:
- February 2014
- Posts:
- 195
- Downloads:
- 22
- Uploads:
- 70
- Thanks:
- 25
- Thanked:
- 2 times in 2 posts
November 29, 2015 at 7:42 pm #758556Dear Admin,
Kindly need your help to change the position of Breadcrumbs "Navhelper" in my JA University Template? I want to place it under JA Masshead Module.
Kindly for your reply and thank you for your cooperation and support.
Regards,
Ahmad
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 29, 2015 at 7:52 pm #758781Hi Again
Open this file templatesja_university_t3tplsdefault.php
Change :
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<?php $this->loadBlock('header') ?>
<?php $this->loadBlock('mainnav') ?>
<?php $this->loadBlock('masthead') ?>
<?php $this->loadBlock('mainbody') ?>
<?php $this->loadBlock('spotlight-2') ?>
<?php $this->loadBlock('spotlight-3') ?>
<?php $this->loadBlock('spotlight-4') ?>
<?php $this->loadBlock('navhelper') ?>
<?php $this->loadBlock('footer') ?>
</div>
To :
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<?php $this->loadBlock('header') ?>
<?php $this->loadBlock('mainnav') ?>
<?php $this->loadBlock('masthead') ?>
<?php $this->loadBlock('navhelper') ?>
<?php $this->loadBlock('mainbody') ?>
<?php $this->loadBlock('spotlight-2') ?>
<?php $this->loadBlock('spotlight-3') ?>
<?php $this->loadBlock('spotlight-4') ?>
<?php $this->loadBlock('footer') ?>
</div>
Here result
Remember this is default layout ( where is the masthead block), if you want to change also Home layout ( main menu item home ) you should move navhelper block also for this file templatesja_university_t3tplshome.php
Best regards
1 user says Thank You to pavit for this useful post
March 2, 2016 at 4:19 am #893270Good morning.
I want to remove sidebar-1 and sidebar-2, and increase the sise ot content-mass-top to take the whole width.
Please help.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 2, 2016 at 6:56 am #893295Hi @ericdeumo
You should edit this file /templates/ja_university_t3/tpls/blocks/home.php and remove the 2 sidebar blocks and file should be like this below
<div id="t3-mainbody" class="container t3-mainbody" > <div class="main"> <div class="row"> <!-- MAIN CONTENT --> <div id="t3-content" class="t3-content col-xs-12"> <?php if($this->hasMessage()) : ?> <jdoc:include type="message" ></jdoc:include> <?php endif ?> <?php if ($this->countModules('content-mass-top')) : ?> <!-- CONTENT MASS TOP --> <div class="content-mass-top <?php $this->_c('content-mass-top') ?>"> <jdoc:include type="modules" name="<?php $this->_p('content-mass-top') ?>" style="T3Xhtml" /> </div> <!-- CONTENT MASS TOP --> <?php endif ?> <jdoc:include type="component" ></jdoc:include> </div> <!-- //MAIN CONTENT --> </div> </div> </div>
Take first a backup of your original file
Below the home layout modified, in attach you can find the modified home.php file too
March 2, 2016 at 9:28 pm #893698Thank you very much.
But you have not shown me how to increase the size ot content-mass-top to take the whole width.
Regards.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 3, 2016 at 6:33 am #893956But you have not shown me how to increase the size ot content-mass-top to take the whole width.
If you look at my screenshot content-mass-top takes the whole space , you just need to apply the code i showed above, do not need to edit anything else since the <div class="row"> let module take the whole space available.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 3 voices, and was last updated by pavit 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA University Breadcrumbs changing position
Viewing 6 posts - 1 through 6 (of 6 total)