Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • uniquebiz Friend
    #153738

    Hi all
    anyone changed the location of the breadcrumbs display back to the traditional top area? I looked in the forum and couldn’t see anything re this. I’m a bit unsure how to do this and do not wish to play trial & error. I want to take the whole breadcrumb display border and all and position it under the horizontal menu in what is the small white area. Clear concise step by step info is appreciated
    Blessings Shannon

    Saguaros Moderator
    #353598

    Hello

    you copy two files:
    plugins/system/jat3/base-themes/default/blocks/content.php and

    plugins/system/jat3/base-themes/default/blocks/navhelper.php

    and put them into the /templates/ja_anion/blocks/ and then you open those files:
    1) navhelper.php file you remove the following code:
    [PHP]
    <div class=”ja-breadcrums”>

    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />

    </div>
    [/PHP]

    2) you open the content.phpfile and add the following code at the top of the file:
    [PHP]
    <div class=”ja-breadcrums”>

    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />

    </div>

    [/PHP]

    uniquebiz Friend
    #353658

    Hi Tienhc
    Thank you for the help, however after following your instructions I find the breadcrumbs is not appearing at the top and the container for the breadcrumbs is appearing at the bottom but is empty.

    You can view the site here http://www.monsoftwebdesign.net/bhministries, can you spare some time to check the site please?
    Blessings Shannon

    Saguaros Moderator
    #353713

    <em>@uniquebiz 191588 wrote:</em><blockquote>2) you open the content.phpfile and add the following code at the top of the file: </blockquote>

    i guess that you add those code at the bottom of the file: please add them at the top of the file

    uniquebiz Friend
    #353734

    Hi Tienhc
    code is most definitely inserted at the top in the content.php file and removed from the navhelper as requested. Still does not show crumb trail at top or shift border & container to top position. Cache has been deleted and refreshed many times
    Any thing else we can try?
    Blessings Shannon

    uniquebiz Friend
    #354091

    Any other suggestions? or action for this one?
    Shannon

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

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

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