-
AuthorPosts
-
aryentain99 Friend
aryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 2, 2014 at 4:55 pm #194391Hi guys, i was wandering if it’s possible to move the breadcrumbs in Mitius (currently bellow the content) to where the “headlines” module actually is (bellow the menu) without losing its style, is it possible? Thanks! 🙂
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 4, 2014 at 3:48 am #521044Yes, you can achieve that. It will depend on the layout you’re using, suppose that you’re assigning home layout for the home page as our demo site. Then open file: /templates/ja_mitius/tpls/home.php and swap block named navhelper to position you desired: http://prntscr.com/2pcnv2
Note that the ‘headlines’ belongs to block top-bar
aryentain99 Friendaryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 8, 2014 at 8:08 am #521806thanks for your kind reply. I’ve made what you recommended, (and moving the module to the top-newsticker position and this is the result:
How could i keep the original style?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 10, 2014 at 1:54 am #521945Please post your site’s URL here, I will have a closer look.
aryentain99 Friendaryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 11, 2014 at 12:26 am #522124I’m working on local, do you need any particular file?
aryentain99 Friendaryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 11, 2014 at 4:02 am #522150I’m sorry, i forgot i have already a test site online, i changed what you suggest, take a look online:
http://www.arquespalacio.com.ar/fi31/Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 11, 2014 at 7:32 am #522165As I can see that HTML markup is different from our demo site, make sure that you have navhelper block like this: templatesja_mitiustplsblocksnavhelper.php
<!-- NAV HELPER -->
<nav class="wrap ja-navhelper">
<div class="container">
<div class="row">
<div class="span10<?php $this->_c('navhelper')?>">
<jdoc:include type="modules" name="<?php $this->_p('navhelper') ?>" />
</div><div class="span2">
<div id="back-to-top" class="backtotop">
<?php echo JText::_('JA_MITIUS_BACK_TO_TOP');?>
</div>
It should display breadcrumb module in navhelper position. Here is its backend settings: http://prntscr.com/2rggyi
aryentain99 Friendaryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 16, 2014 at 9:12 pm #522903Thanks for your reply! No, it doesn’t seem to work. Maybe i made i mistake expressing my need, this is what i need exactly:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 17, 2014 at 1:31 am #522911You can PM me ftp credentials of your site, I will have a look at this.
aryentain99 Friendaryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 18, 2014 at 12:36 am #523075Thanks Saguaros, i’ve sent you all the log in information via PM.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 18, 2014 at 7:18 am #523137Please also send me FTP credentials of your site, I need to have a closer look into the code 🙂
aryentain99 Friendaryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 19, 2014 at 10:49 am #523407Thanks Saguaros, ftp information sent.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 20, 2014 at 3:13 pm #523628Hi again,
There are 2 things which makes the breadcrumbs doesn’t look like my previous screenshot:
– You are using default layout, not the home layout (in template manager > ja mitius style > Layout tab) so you need to change in file: /templates/ja_mitius/tpls/default.php
– The breadcrumbs module is not assigned to navhelper position.I just changed for you and it looks fine now
Please take a look and let me know if this helps.
Best
1 user says Thank You to Saguaros for this useful post
aryentain99 Friendaryentain99
- Join date:
- September 2013
- Posts:
- 82
- Downloads:
- 1
- Uploads:
- 26
- Thanks:
- 35
- Thanked:
- 4 times in 1 posts
February 21, 2014 at 3:17 am #523684Thank you very much for your reply, your changes look like what i want. Unfortunately, i’ve applied the T3 plugin and latest 1.08 updates and lost that change you’ve made. I’ve changed navhelper.php and default.php files, but while it does appear in the correct position, it doesn’t look like the demo, what have i forget to modify? Thanks and sorry for that.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 21, 2014 at 4:11 am #523686Have you sorted it out? I see the breadcrumb is showing now: http://prntscr.com/2ueg19
AuthorPostsThis topic contains 22 replies, has 2 voices, and was last updated by Saguaros 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum