-
AuthorPosts
-
katew Friend
katew
- Join date:
- June 2008
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 8, 2008 at 7:43 pm #133115Hi There
I am have an issue with my breadcrumbs. I am using Menu Item Separator in my navigation because I did not want these to be links. Although when I click on my link the name of the Menu Item Separator appears in my breadcrumbs without any space between it and the article name. Is there any way to solve this? Here is a pic showing the issue.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 10, 2008 at 9:11 am #269905Hi katew !
I have checked your problem , this is problem in joomla pathway code . you only can fix it by way : to show image in pathway .
to show image in pathway you can do it following way :
open template.css file in templates/ja_antares/css folder , find following code section at about line 1053 :
#ja-pathway img {
display:none;
}
change to :
#ja-pathway img {
display:block;
}
then you disable background for <a> tag in path way by way :
Open template.css file in templates/ja_antares/css folder, find following code section at about line 1057 :
#ja-pathway a {
background:transparent url(../images/slash.gif) no-repeat scroll right center;
color:#6D3FA8;
padding-right:22px;
}
change to :
#ja-pathway a {
color:#6D3FA8;
padding-right:22px;
}
1 user says Thank You to Sherlock for this useful post
katew Friendkatew
- Join date:
- June 2008
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 10, 2008 at 12:39 pm #269933Hi Hainn84
Thank you so much! I just had to change the the code from block to inline-block so that it would display correctly.
#ja-pathway img {
display:inline-block;
}I also made the padding a little smaller.
#ja-pathway a {
padding-right: 3px;
color: #6d3fa8;
}This one is solved!
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Sherlock 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum