test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Kerman Rodriguez Friend
    #158559

    Hi.

    I need to put breadcrumbs at the top position, at the left. Is it possible?

    Thanks.

    aman204 Friend
    #371170

    To avoid confusion, Can you please provide in screenshot marked with annotations as to where you wish to have it seen

    Kerman Rodriguez Friend
    #371173

    Hi, please see attached thumbnail. Thanks.


    1. Welcome-to-JA-Portfolio_129
    aman204 Friend
    #371177

    1) You can move this code::

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

    from plugins/system/jat3/base-themes/default/blocks/navhelper.php file and add the below updated code at end of plugins/system/jat3/base-themes/default/blocks/head.php file

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

    2) Now, you can change this::

    .ja-breadcrums {template.css (line 715)
    margin-top: 2px;
    float:left;
    width: 80%;
    }

    to

    .ja-breadcrums {template.css (line 715)
    margin-top: 2px;
    position: absolute;
    top:5px;
    width: 80%;
    }

    Kerman Rodriguez Friend
    #371403

    Thanks a lot, it works perfect!

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

This topic contains 5 replies, has 2 voices, and was last updated by  Kerman Rodriguez 13 years, 10 months ago.

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