Keyword

black thumbnails if used in K2 category

  • Bernard Eysan
  • Bernard Eysan's Avatar Topic Author
  • Offline
  • New Member
More
6 years 1 month ago #167014 by Bernard Eysan
black thumbnails if used in K2 category was created by Bernard Eysan
gallery displays fine if clicked, but thumbnails are black if I put {gallery} in K2 category description

SIG 3.6.0
Joomla 3.8.5

Please Log in or Create an account to join the conversation.

  • Bernard Eysan
  • Bernard Eysan's Avatar Topic Author
  • Offline
  • New Member
More
6 years 1 month ago #167015 by Bernard Eysan
Replied by Bernard Eysan on topic black thumbnails if used in K2 category
SOLVED - it was my template killing images in K2 categories (???) with this
div.itemListCategory img {
    display: none !important;
}

so I added this - ugh, nasty
div.itemListCategory img.sigFreeImg {
    display: block !important;
    float: none;
}

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
6 years 1 month ago #167028 by Krikor Boghossian
Replied by Krikor Boghossian on topic black thumbnails if used in K2 category
A bit ugly yes, but it does the trick.

I think simply removing - display: none !important; - and adding floats might be enough.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum