Thumbnails Stacked Up Revisited

nekochan
nekochan's picture

Joined: 2005-12-22
Posts: 43
Posted: Thu, 2014-07-31 18:20

I just upgraded from Gallery 3.0 to 3.0.9 and am getting the same issue of "Thumbnails stacked up" as reported in the first sticky above. Posting there seems to be closed, however.

Kohana.php has the fix mentioned in the sticky updated so I'm not sure where to even begin looking for a solution.

Program Versions
Apache: 2.2.26
MySQL: 5.5.37-35.1
Perl: 5.8.8
PHP: 5.4.29

Cheers...

Brian Grover
http://www.car-free.ca/gallery/

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Fri, 2014-08-01 16:32

Just looked at your site http://www.car-free.ca/gallery/ from your sig above and don't see the issue so I'm assuming you resolved it.

If you still see the issue on your side, try clearing your cache (or looking in a different browser) and check again.

 
nekochan
nekochan's picture

Joined: 2005-12-22
Posts: 43
Posted: Fri, 2014-08-01 16:58

I switched themes and that resolved it. I was using an old wind-based theme and I guess there were some legacy issues. Now using clean canvas with a few tweaks.

Cheers...

Brian Grover
http://www.car-free.ca/gallery/

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Fri, 2014-08-01 23:06
nekochan wrote:
I was using an old wind-based theme and I guess there were some legacy issues.

Yes, the wind theme (and other themes) was updated at G3.?. If you want to go back to Wind, the standalone download should be up to date; you should be able to download it and overwrite the one on your server. (It's always a good idea to have a current copy of Wind available for fallback/troubleshooting.)

Glad you worked it out without too much hassle.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2014-08-02 00:28
Quote:
old wind-based theme

what was the name or is it your customization? It is a simple fix as far as I recall to most themes.
Post the name or the code here and I can help out.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
nekochan
nekochan's picture

Joined: 2005-12-22
Posts: 43
Posted: Sat, 2014-08-02 18:41

Thanks for the offer Dave. It was a customization and I'm just going to abandon it. Clean Canvas Dark Wide suits my purposes fine though I wouldn't mind getting rid of the highlight effect on mouse-over. No biggy though.

Cheers...

Brian Grover
http://www.car-free.ca/gallery/

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2014-08-04 03:44
Quote:
I wouldn't mind getting rid of the highlight effect on mouse-over.

Edit themes/clean_canvas/css/dark/screen_colors.css
remove:

#g-content #g-album-grid .g-hover-item {
  background-color: #171717;
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
nekochan
nekochan's picture

Joined: 2005-12-22
Posts: 43
Posted: Mon, 2014-08-04 18:19

Thanx, that certainly did it, Dave. There's also light drop shadow that outlines the background change on hover. Can't seem to find that in the CSS. I don't mind the drop shadow under the thumbnail -- it's subtle enough -- but this thing is a bit annoying.

Cheers...

Brian Grover
http://www.car-free.ca/gallery/

 
nekochan
nekochan's picture

Joined: 2005-12-22
Posts: 43
Posted: Mon, 2014-08-04 18:28

Found it. Comment out the following in a different file: /clean_canvas/css/dark/screen_candy.css

Quote:
#g-content #g-album-grid .g-hover-item {
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-khtml-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;

box-shadow: 3px 3px 8px #333;
-moz-box-shadow: 3px 3px 8px #333;
-webkit-box-shadow: 3px 3px 8px #333;
}

Cheers...

Brian Grover
http://www.car-free.ca/gallery/