test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bule Friend
    #189963

    altho there is a module position named ‘breadcrumbs’ in templateDetails.xml

    <positions>
    ...
    <position>breadcrumbs</position>
    ...
    </positions>

    and of course this correctly shows up in the module selector

    But there appears to be no infrastructure in place to output anything in this position.
    Is this a mistake?
    If its a mistake:
    Is the intention to remove the position name? or provide structure to output it – if so when?

    thanks

    b.

    phong nam Friend
    #503236

    Hi bule,

    Indeed, it is our tiny mistake. We do include the breadcrumb position in templateDetails.xml file while we don’t define this position on the block. Anyways, you can try to put below codes into the blocks you want in templates/ja_fixel/tpls/blocks/.

    <!-- Breadcrumbs -->
    <nav class="wrap t3-breadcrumbs<?php $this->_c('breadcrumbs') ?>">
    <div class="container">
    <jdoc:include type="modules" name="<?php $this->_p('breadcrumbs') ?>" />
    </div>
    </nav>
    <!-- // Breadcrumbs -->

    Then go to Module Manager to create a Breadcrumbs module at breadcrumbs position.
    i.e I intend to put the codes into footer block (footer.php), the result will be:

    bule Friend
    #503250

    thanks for reply

    yes I already got it sorted
    but the info maybe helpful to someone else while waiting next update

    regards

    b.

    phong nam Friend
    #503294

    Hi bule,

    Yeah, I will talk with our dev team on this position defining in the next update.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 11 years, 3 months ago.

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