K2 Items don't show the name of file attach

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu May 08, 2014 12:43 pm
Reply with quote
Report this post
K2 in the list view of categories show the file name attach in the item, but in the view item don't show. Is a bug?
thanks for all.
User avatar
Fresh Boarder

GK User
Thu May 08, 2014 5:41 pm
Reply with quote
Report this post
Hi,
yes - it's a bug, a color link bug, those file names have white font color that's why you don't see them.
Can you add here URL of page where you added those files.
User avatar
Platinum Boarder

GK User
Thu May 08, 2014 5:48 pm
Reply with quote
Report this post
General fix is:
Please open in edit mode this file: templates/gk_news2/css/k2.css
find line ~380

Code: Select all
.itemLinks .itemAttachmentsBlock ul li a {
    color: #FFFFFF !important;
    font-weight: 400;
    margin-left: 12px;
}


Change
from
color: #FFFFFF !important;
to
color: red !important;
or different color
User avatar
Platinum Boarder

GK User
Mon May 12, 2014 1:39 pm
Reply with quote
Report this post
Thank a lot for your eficiency Pavel, Thank other time
User avatar
Fresh Boarder


cron