Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • spitfirex Friend
    #174119

    I’d like to enable breadcrumbs in elastica. I know I can create a breadcrumbs module but I could only place it in position-5 or position-7 like every other module in elastica. I want the breadcrumbs to appear first on the page, even before the content block (or perhaps on top of it).

    Is it possible?

    khoand Friend
    #439255

    You login backend > extensions > template manager > ja_elastica > layout tab > edit default layout > replace the code

    <block name="header" type="header" main-inner="1"></block>
    with


    <block name="header" type="header" main-inner="1"></block>
    <block name="breadcrumbs" type="modules" main-inner="1">breadcrumbs</block>

    And you set position of breadcrumbs module is breadcrumbs

    khoand Friend
    #440134

    Do you solve it?

    khoand Friend
    #442321

    Do you solve it?

    mountainman Friend
    #442546

    I followed your advice and the breadcrumb trail appeared.

    A limitation of the solution is that the trail appears in its own row and in the leftmost column. A small white box to the top left. It was titled with the word Breadcrumbs. I removed the title with a bit of PHP but when I tried various places to make it present itself as a full width breadcrumb each attempt cheerfully broke something else. Is there an easy fix to achieve full width breadcrumb trails?

    khoand Friend
    #442738

    I don’t understand what you mean clearly. Could you give me a snapshot of your website with your comment to illustrate your issue and a link to your website?

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

This topic contains 6 replies, has 3 voices, and was last updated by  khoand 12 years, 8 months ago.

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