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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.