Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • alpa JA JobBoard
    #151347

    Dear support

    two problems.

    1. Breadcrums are still broken on the latest version I downloaded.

    I fixed it following these instructions http://www.joomlart.com/forums/topic/breadcrumbs-doesnt-work/

    Please update download file

    2. If the title of a content item is very long the breadcrums break and text is showing underneath below the article title

    Please advice on the latter.:)

    Thank you

    alpa

    Saguaros Moderator
    #345938

    Dear alpa!

    I have created a issue On PM, our developers ‘ll check and resolve this http://pm.joomlart.com/browse/JATCKYANITEII-66

    <blockquote>
    2. If the title of a content item is very long the breadcrums break and text is showing underneath below the article title

    Please advice on the latter.
    </blockquote>

    This case , you should create new a position which ‘ll put the breadcrumbs module , can you pls give me the snapshot mention about this position

    Thanks

    alpa JA JobBoard
    #346348

    Dear tienhc

    I attach a snapshot of the problem below.

    In summury when an article title or menu item description is very long then the breadcrums and the article Title overlap.

    alpa


    1. snapshot
    Saguaros Moderator
    #346699

    Dear alpa!

    The best way for you to fix this issue : you ‘ll move the breadcrumd to other position ,i ‘ll give you solution about how to move the breadcrumb below the topsl position

    1) open the file: templatesja_kyanite_iilayoutsblocksmain.php and remove the following codes:
    [PHP]<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”modules” name=”breadcrumb” />[/PHP]
    2) open the file: templatesja_kyanite_iilayoutsblockstopsl.php and add the following codes at the end of file
    [PHP]
    <div class=”breadcrumb”>
    <div class=”main”>
    <div class=”inner”>
    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”modules” name=”breadcrumb” />
    </div>
    </div>
    </div>
    [/PHP]

    Good luck

    alpa JA JobBoard
    #346745

    Dear tienhc

    Thank you very much for your help. I suppose this is a good enough solution for me.

    Is it possible thought to make the breadcrums appear within the rounded border similar to the top part of one module.

    So in other words remove the grey part and move it to the position you suggest?

    Thank you in advance

    alpa

    Saguaros Moderator
    #346854

    Hello alpa

    You replace:
    [PHP]
    <div class=”breadcrumb”>
    <div class=”main”>
    <div class=”inner”>
    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”modules” name=”breadcrumb” />
    </div>
    </div>
    </div>
    [/PHP]
    by :
    [PHP]
    <?php endif; ?>
    <div class=”breadcrumb”>
    <div class=”main”>
    <div class=”wrapper”>
    <div class=”inner”>
    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”modules” name=”breadcrumb” />
    </div>
    </div>
    </div>
    </div>
    [/PHP]

    add add the following css into the template.css file:

    .breadcrumb .wrapper{

    background: url(../images/h3-bg.gif) no-repeat left;

    height: 30px;

    line-height: 30px;

    padding: 0 0 0 15px;

    font-size: 110%;
    width:98%;
    margin:0 3px;

    }

    .breadcrumb .inner {

    background: url(../images/h3-bg.gif) no-repeat right center;

    padding: 0 10px 0 0;

    margin: 0;

    height: 30px;

    line-height: 30px;

    }

    .breadcrumb strong { margin-right: 5px; }

    .breadcrumb img { margin: 1px 5px; }

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

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

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