Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • waseemhussain Friend
    #156728

    Hi There,

    I’ve been playing around with JA Rave, but I can’t seem to locate any module-position for breadcrumbs…?

    How can I implement it?

    Thanks!

    Saguaros Moderator
    #364053

    now,
    1) you go to the template’s configuration,
    2) Click to the Layouts Tabs and edit the default Layout
    3) find:

    <blocks name=”bottom” style=”xhtml”>

    replace:

    <blocks name=”bottom” style=”xhtml”>
    <block name=”navhelper” type=”navhelper” main-inner=”1″></block>

    waseemhussain Friend
    #364150

    Hi

    neat, thanks for your help!

    But a problem occued. It “breaks” the borders of the site.
    It does not fit into the existing width, but is slightly too wide.
    I can’t locate where to modify that. Any suggestions?

    Saguaros Moderator
    #364208

    <em>@waseemhussain 205171 wrote:</em><blockquote>Hi

    neat, thanks for your help!

    But a problem occued. It “breaks” the borders of the site.
    It does not fit into the existing width, but is slightly too wide.
    I can’t locate where to modify that. Any suggestions?</blockquote>

    o, you try adding this into the template.css file

    #ja-navhelper .main {
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    padding:20px 0 0;
    }

    waseemhussain Friend
    #364487

    Brilliant.

    Thanks!

    waseemhussain Friend
    #364555

    Okay…

    Follow-up question.

    How do I move the breadcrumbs into the default position they were in, in “JA Purity I”?

    See attached image…


    1. screen
    Saguaros Moderator
    #364610

    you open the file: templates/ja_purity_ii/layouts/blocks/footer.php and remove the following code:

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

    2) add above code into this file templates/ja_purity_ii/layouts/blocks/main.php and below the following code:

    <div id=”ja-main” style=”width:<?php echo $this->getColumnWidth(‘m’) ?>%”>

    waseemhussain Friend
    #364890

    Sorry,

    Maybe I was unclear,

    I am using JA Rave as a template, but I want to move the breadcrumbs into the same position as they used to have in “JA Purity I”.

    Meaning, I want to move breadcrumbs in JA Rave into the position right above the title in the article content.

    Khanh Le Moderator
    #364921

    Goto template JA Rave in template manager, click on tab “Layouts” and edit the current layout (should be default), and add this block in to blocks “middle”

    <blocks name=”middle” ..>

    <block name=”content-top”>breadcrumb</block>
    </blocks>

    (… means keep other things unchanged).

    waseemhussain Friend
    #365012

    Superb.
    That worked.

    Thanks for your support

    abrill Friend
    #395544

    Hi, is that just for 1.5 Joomla version as the breadcrumb did not move for me?

    Anonymous Moderator
    #395693

    <em>@abrill 245991 wrote:</em><blockquote>Hi, is that just for 1.5 Joomla version as the breadcrumb did not move for me?</blockquote>

    Hi,

    Sorry that i am still not being clear. Please clarify your questions in more details then we shall help you.

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

This topic contains 12 replies, has 5 voices, and was last updated by Anonymous 13 years, 3 months ago.

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