Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • augengott Friend
    #163587

    hello,
    using this template with joomla 1.6 the breadcrumbs navigation is not shown..
    I tried it in several positions – of course “breadcrumbs” first – but it’s not shown…
    what’s wrong here?

    khoand Friend
    #389837

    Hi,
    You add this code into default layout (login backend–>extensions–>template manager–>pyro–>layout tab–>edit default layout)

    <block name="navhelper" type="navhelper"></block>
    before

    <block name="footer" type="footer"></block>

    augengott Friend
    #389858

    thanks for your reply.
    Entering your code gives me a navigation at bottom of the page and also a “wrong” styling.
    But usually and also useful breadcrumbs navigation is between top menu and content so everyone can navigate through this as well…
    so I need my breadcumbs menu there as well – at bottom of page doesn’t make sense 😉
    by the way: why can I choose a module position “breadcrumbs” in the joomla 1.6 menu which is not working…
    hope you have another idea to get a REAL breadcrumbs navigation to my page

    khoand Friend
    #389890

    You replace this code in default layout


    <blocks name="topbody" style="xhtml">
    <block name="mainnav" type="mainnav"></block>
    <block name="top" type="modules" no-main="1">top</block>
    </blocks>

    with

    <blocks name="topbody" style="xhtml">
    <block name="mainnav" type="mainnav"></block>
    <block name="top" type="modules" no-main="1">top</block>
    <block name="breadcrums" type="navhelper" main-inner="1">breadcrumbs</block>
    </blocks>

    <blockquote>by the way: why can I choose a module position “breadcrumbs” in the joomla 1.6 menu which is not working…</blockquote>
    – breadcrumbs is just position is declared in <joomla url>pyro16templatesja_pyrotemplateDetails.xml. So, you can add any position if you want. To active a position, you must define it in layout (ex:default layout) or block files

    Ing. Ervin Zatko EASY Friend
    #397819

    Hi

    I try this to display breadcrumbs, but the navigation is not shown.
    Any idea how I can turn on the breadcrumbs navigation?

    Thanx

    khoand Friend
    #398009

    Could you give me usename+password of ftp and backend?

    Ing. Ervin Zatko EASY Friend
    #398010

    I made it on localhost…Did you have any idea?

    khoand Friend
    #398017

    You replace


    <block name="breadcrums" type="navhelper" main-inner="1">breadcrumbs</block>

    with

    <block name="navhelper" type="navhelper"></block>

    Ing. Ervin Zatko EASY Friend
    #398019

    In a modulposition view “domain.com/index.php?tp=1” I see the modul breadcrumbs in a correct place. The modul is active.
    But in these position on webpage I dont show navigation…

    khoand Friend
    #398031

    Sorry about inconvenience. Could you give me a snapshot with your annotation?

    Ing. Ervin Zatko EASY Friend
    #398037

    Here are some screenshot:

    If it not enought I try upload page to my server.

    Tahnx


    1. admin
    2. front
    3. front2
    khoand Friend
    #398473

    <em>@khoand 249123 wrote:</em><blockquote>You replace


    <block name="breadcrums" type="navhelper" main-inner="1">breadcrumbs</block>

    with

    <block name="navhelper" type="navhelper"></block>
    </blockquote>

    My website like this


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

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

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