Images are blurry - Page 3 Images are blurry - Page 3
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Images are blurry

Started by matheso, December 27, 2014, 06:43:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

matheso

Is there a way to remove the Date Added from showing beneath the thumbnails? I can't find the option in Config. Thank you

allvip

Quote from: matheso on December 28, 2014, 09:09:42 PM
Is there a way to remove the Date Added from showing beneath the thumbnails? I can't find the option in Config. Thank you

In config, no.
Add in style.css:


.thumb_caption_ctime {
    display: none;
}


Quote from: matheso on December 28, 2014, 09:07:01 PM
Ok, I've implemented everything you've said, and I'm satisfied with the layout from my end. Can you confirm that it looks good & even from your end?

I'll mark it as solved once I'm convinced the issue is fixed.

It looks fine.
To be even more convinced test it here: http://quirktools.com/screenfly/

matheso

Looks good to me too. Thanks for helping me through this! You are extremely helpful.