Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • hariorama Friend
    #188569

    modul breadcrumbs in position “breadcrumbs” is not working ! they do work in other positions. why is that?

    pb66 Friend
    #497390

    If you go into ‘Template Manager’ and the ‘Layout’ tab you will see there is no ‘Breadcrumb’ position activation.

    I would expect you would need to activate the position and locate it to make it work. I would suggest that because this template is designed to work with infinite scroll they have left the breadcrumb position inactive as you’ll never reach it!

    Hope this helps.

    Regards,

    hariorama Friend
    #497391

    thanks for the feedback.

    would be nice, to have it work in article layout.

    i’ll keep trying.

    marinolab Friend
    #497394

    Actually the breadcrumbs module occupies a space too high in content-top.
    Is possible to insert it into component?

    phong nam Friend
    #497479

    Hi,

    <blockquote>Is possible to insert it into component?</blockquote>
    No. But you can try to put the new position before component, then put your breadcrumbs module at there.
    Open templatesja_argotplsblocksmainbody-content-left.php, then put your codes before lines:

    <div class="span9 t3-content-main">
    <jdoc:include type="component" />
    </div>

    marinolab Friend
    #497508

    I’m sorry but I have some difficulty in understanding the dynamics of the action.
    I found this piece of code in the mainbody-content-left.php

    <!– MAIN CONTENT WITH INSET –>
    …….
    …..
    ……
    …..
    <div class=”span9 t3-content-main”>
    <jdoc:include type=”component” />
    </div>
    </div>

    …. then?

    phong nam Friend
    #497509

    Hi marinolab,

    I meant you need to put the codes to create new position:

    <div class="new_position">
    <jdoc:include type="modules" name="new_position" />
    </div>

    before

    <div class="span9 t3-content-main">
    <jdoc:include type="component" />
    </div>
    </div>

    Then create a Breadcrumbs module at new position.

    * You can replace “new_position” with your desired texts.

    marinolab Friend
    #497633

    Done, but it generates a big empty space and component overlaps with inset…

    hariorama Friend
    #497634

    i have the same issue with overlaping like marinolab.

    phong nam Friend
    #497657

    Hi marinolab, hariorama,

    <blockquote>Done, but it generates a big empty space and component overlaps with inset…</blockquote>
    You need to adjust the new module css styles also. Lets put your extra css codes into templates/ja_argo/css/custom.css file.

    marinolab Friend
    #497684

    I seen the file….
    An example?

    phong nam Friend
    #497689

    Hi marinolab,

    <blockquote>An example?</blockquote>
    Excuse me. What did you mean ?
    As I mentioned that you need to adjust your new module position css style (width, height, padding …). This will make new positon look better, not big empty space. The below tutorial can be helfpul for you: http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position-6/

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

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

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