Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • rodboyd Friend
    #145101

    Hi there

    I’m just evaluating Voice – so far so good!

    Can anyone advise me on how to turn off the breadcrumbs in Voice so they don’t display? (as now we have two sets ie one with Joomla template and one with Voice)

    Thanks

    Rod.

    Hung Dinh Friend
    #320243

    quite an easy job

    Admin >> JA Voice >> CSS & Template >> Voice Main Layout

    administrator/index.php?option=com_javoice&view=customtmpl&task=edit&folder=items&file=default.php

    Find and remove these lines

    <!-- Path way -->
    <?php if($types){?>
    <div style="height:30px; ">
    <?php foreach ($types as $k=>$type){ ?>
    <div id="jav-pathway-<?php echo $type->id?>" class="jav-pathway-main" <?php echo $k != 0 ? 'style="display:none"' : '' ?>>
    <?php if($type_default->id==$type->id) echo $this->getPatway();?>
    </div>
    <?php }?>
    </div>
    <?php }?>

    Hung Dinh Friend
    #320248

    You may want to remove folowing in the Pathway Layout template

    /administrator/index.php?option=com_javoice&view=customtmpl&task=edit&folder=items&file=default_pathway.php


    <span class="jav-pathway">
    <?php for ($i = 0; $i < $count; $i ++) :

    // If not the last item in the breadcrumbs add the separator
    if ($i < $count -1) {
    if(!empty($list[$i]->link)) {
    echo '<a href="'.$list[$i]->link.'" class="pathway">'.$list[$i]->name.'</a>';
    } else {
    echo $list[$i]->name;
    }
    echo ' '.$separator.' ';
    } else { // when $i == $count -1 and 'showLast' is true
    echo $list[$i]->name;
    }
    endfor; ?>
    </span>

    rodboyd Friend
    #320895

    Thank-you – worked perfectly

    R.

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

This topic contains 4 replies, has 2 voices, and was last updated by  rodboyd 14 years, 6 months ago.

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