News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.