Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • guenter1234 Friend
    #125446

    Hi,
    breadcrumbs in position “breadcrumbs” dont work! they work in position “user3” or position “slider”

    guenter

    jayanthsharma Friend
    #238246

    line 179 template php

    <?php if($tmpTools->isFrontPage()) : ?>
    <div id=”ja-breadcrumb”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    <?php endif ; ?>

    i commented the php if condition and the end if.
    The breadcrumb appears on all pages. Hope that works.

    Khanh Le Moderator
    #238317

    In the template index.php file, search this code (line 179):


    <?php if($tmpTools->isFrontPage()) : ?>

    and change to:


    <?php if(!$tmpTools->isFrontPage()) : ?>

    guenter1234 Friend
    #238891

    thankx 🙂
    does work for me ….

    pamelaj Friend
    #239554

    Thanks! This worked for me too! Thanks so VERY much.

    tldagent Friend
    #241839

    <em>@Khanh Le 39419 wrote:</em><blockquote>In the template index.php file, search this code (line 179):


    <?php if($tmpTools->isFrontPage()) : ?>

    and change to:


    <?php if(!$tmpTools->isFrontPage()) : ?>

    </blockquote>

    My code already had the ! you added and my breadcrumbs don’t show up on all the pages. Any solutions?

    planethurf Friend
    #242134

    <em>@Khanh Le 39419 wrote:</em><blockquote>In the template index.php file, search this code (line 179):


    <?php if($tmpTools->isFrontPage()) : ?>

    and change to:


    <?php if(!$tmpTools->isFrontPage()) : ?>

    </blockquote>
    spot on – thanks!

    wkodrat Friend
    #250684

    I have been using breadcrumbs in slider position for some time, but I see problem ahead if I decide to activate the product slider module later.
    So I am testing position breadcrumb again ( previously not successful ).
    My index.php is still without the “!”

    <?php if($tmpTools->isFrontPage()) : ?>

    Result in Firefox:
    The word “home” is displayed in front page, but breadcrumbs is not displayed anywhere else.
    On one of the menu, the screen went blank.
    I then added the “!”, the main frontpage does not align properly. The main article is now “positioned ” in the Masstop.
    Result in IE 6:
    In IE adding the “!” seems to work for all other menu except the frontpage where the breadcrumb does not display.

    Could somebody shed a light? Thank You very much.


    1. breadcrumbs-01
    chrispay Friend
    #263525

    Adding the “!” definitely does work where the module is placed in the breadcrumbs position, so why isn’t it in the upgraded template pack as standard?

    Sherlock Friend
    #263721

    hi chrispay
    Can you say more detail ?

    chrispay Friend
    #263772

    I was working with the 1.2 version prior to today’s v1.3

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

This topic contains 11 replies, has 9 voices, and was last updated by  chrispay 15 years, 8 months ago.

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