Attachments not visible
Rate this topic:
- 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
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
-
- 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.
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;
}
-
- 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
I tried, but it seems doesn't work...
Is there something wrong in my procedure?
Thanks a lot
Roberto
-
- Senior Boarder
- teitbite
- Sat May 27, 2017 11:39 am
- Reply with quote
- Report this post
Hi
Please try higher priority rule:
also this small fix to make attachments show with the same space from left:
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;
}
-
- 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
Not the second fix you suggested me, but it is less important... Anyway, if you have more ideas it would be very appreciated.
Rob
-
- 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:
I cannot see style fixes being used. This one is the most important in this case:
- Code: Select all
ul.itemAttachments {
clear: both;
}
-
- Moderator
6 posts
• Page 1 of 1