-
AuthorPosts
-
alpa JA JobBoard
alpa
- Join date:
- February 2008
- Posts:
- 33
- Downloads:
- 20
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 7 times in 1 posts
May 26, 2010 at 5:38 pm #151347Dear 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 4, 2010 at 7:07 am #345938Dear 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 titlePlease 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 JobBoardalpa
- Join date:
- February 2008
- Posts:
- 33
- Downloads:
- 20
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 7 times in 1 posts
June 8, 2010 at 11:16 am #346348Dear 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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 11, 2010 at 4:05 am #346699Dear 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 JobBoardalpa
- Join date:
- February 2008
- Posts:
- 33
- Downloads:
- 20
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 7 times in 1 posts
June 11, 2010 at 9:04 am #346745Dear 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 12, 2010 at 8:07 am #346854Hello 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; }
AuthorPostsViewing 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
breadcrums length problem
Viewing 6 posts - 1 through 6 (of 6 total)