Attachments not visible

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
Sat May 20, 2017 9:03 pm
Reply with quote
Report this post
Hi,
in my site www. ecosoffi.it with gk_game template, the attachments of K2 articles are not visibles. They are present and clickable, but the related space on page results blank.
Can you help me?
Here an example: http://www.ecosoffi.it/index.php/didatt ... SBWOsYlGHs
In this page there are 7 attachments below the article: clickable, but not visible.
A mistery, for me ;)
Thx in advance to everyone.
Roberto
User avatar
Senior Boarder

teitbite
Wed May 24, 2017 7:37 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemLinks .itemAttachmentsBlock ul li a {
    color: #000;
}
User avatar
Moderator

GK User
Wed May 24, 2017 8:10 pm
Reply with quote
Report this post
Thankyou!
I tried, but it seems doesn't work...
Is there something wrong in my procedure?
Thanks a lot
Roberto
User avatar
Senior Boarder

teitbite
Sat May 27, 2017 11:39 am
Reply with quote
Report this post
Hi

Please try higher priority rule:

Code: Select all
.itemLinks .itemAttachmentsBlock ul li a {
    color: #000 !important;
}


also this small fix to make attachments show with the same space from left:

Code: Select all
ul.itemAttachmentsBlock {
    clear: both;
}
User avatar
Moderator

GK User
Sat May 27, 2017 10:39 pm
Reply with quote
Report this post
Thanks a lot!!! It works fine :)
Not the second fix you suggested me, but it is less important... Anyway, if you have more ideas it would be very appreciated.
Rob
User avatar
Senior Boarder

teitbite
Thu Jun 01, 2017 10:11 am
Reply with quote
Report this post
Hi

I cannot see style fixes being used. This one is the most important in this case:

Code: Select all
ul.itemAttachments {
clear: both;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.