-
AuthorPosts
-
joomlanews Friend
joomlanews
- Join date:
- November 2008
- Posts:
- 29
- Downloads:
- 16
- Uploads:
- 10
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
July 19, 2013 at 4:01 pm #189094Hi
I want to show the K2 “featured” Badge to my articles in JA FUBIX.
Is this possible to show, without code hacking? e.g. with a custom css override?
Link: http://news.joomlaclub.ch/start.html
see the file attached
joomlanews Friendjoomlanews
- Join date:
- November 2008
- Posts:
- 29
- Downloads:
- 16
- Uploads:
- 10
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
July 20, 2013 at 6:08 am #499668I’ ve just added these lines to a custom.css in the fubix template folder
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
background:url(../images/system/featuredItem.png) no-repeat 100% 0;
}
But nothing appears…
but in the source I see, the custom.css work and the flag is loaded…
s. Attach:
joomlanews Friendjoomlanews
- Join date:
- November 2008
- Posts:
- 29
- Downloads:
- 16
- Uploads:
- 10
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
July 20, 2013 at 6:50 am #499670I saw now, where the problem is…
the Flag is normally in the Item title area on the top of right side.
but the fubix k2 override switches the title to the second position and the teaser image is on the first position, now.
and the problem is: the teaser image overlaps the flag.in the detail item view the flag is there, because the title is in the first position.
Now, I need only a “overlapthis”- div in the category_item.php… any ideas? or a better way to solve this?
Thanks in advancephong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 20, 2013 at 10:30 am #499683Hi Joomlanews,
The background image of itemIsFeatured class always appears behind the thumbnail image & the intro part of K2 items on category view. That is why you can see the badge only in a second while loading the page, then is hidden. Indeed, there is no css properties can help you in this case. But, I suggest you hiring a PHP developer to overwrite templatesja_fubixhtmlcom_k2ja_fubixcategory_item.php to display a <span class=”featured“><span> line to the K2 featured item, then adjust the overriden css styles of “featured” class. The badge will display correctly.
Hope this helps you !
-
1 user says Thank You to phong nam for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by phong nam 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum