We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Terry Rugg
  2. General Discussion
  3. Friday, 05 December 2014
  4.  Subscribe via email
Hi,
I've activated the breadcrumbs module but I'm not seeing it being displayed in the front end of the site :(

Also I can't see it in LAYOUT should it be in there with all the other blocks?

ALSO:
Can I say that I've been all over the Net trying to find the right framework and T3 is by far the best framework I've ever seen and The T3 BS3 Blank is a beautifully clean base template from which to work. Fantastic - thank you :)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, can anyone advise on this breadcrumb problem?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Terry Rugg,

Did you assign it to display in all pages? The position is also very important, please make sure it's assigned to position: navhelper. However the position is not included in the "home" layout.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I had the same problem, I leave my solution:

FILE:
"/templates/t3_bs3_blank/tpls/blocks/mainbody/one-sidebar-left.php"

NOTE: The file can change. You need edit the file for the layout you're using. (one side bar left, one sidebar right, default...)

INSERT:

<!-- BREADCRUMBS -->
<a class="breadcrumbs">
<jdoc:include type="modules" name="<?php $this->_p('breadcrumbs') ?>" style="raw" />
</a>
<!-- //BREADCRUMBS -->

On line 17, (under "<div class="row">";)

-----------------------------------------------------------

CSS:
FICHERO: "template.css"

Line820.

CHANGE TO:

.breadcrumb {
background: transparent;
position: absolute;
margin-top: -25px;

I hope I've been helpful.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks @Darkaht for the great share ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.