Clean Canvas and Gallery 3.0.3

xcoaster1

Joined: 2012-04-28
Posts: 8
Posted: Sat, 2012-04-28 01:31

I recently upgraded to gallery 3.0.3 and ran into the overlapping photos via the Clean Canvas theme. Downloaded the new update and everything is now fixed somewhat.

Now I am seeing the main gallery page photos very close together, but the within the albums, those albums are spaced correctly as they were before.

Anyone know where these are stored in the files by default?

Normal View:
http://www.lonestarthrills.com/gallery/index.php/Canadas-Wonderland

Compressed View:
http://www.lonestarthrills.com/gallery/index.php/

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2012-04-28 05:58

This theme needs somebody to maintain. I have seen lots of small issues with it and needs somebody to go over it and give it some love.
Anyway in css/screen_layout.css you need to adjust the width a bit wider as you are using bigger thumbs than what it was designed for:

#g-content #g-album-grid .g-item {
  float: left;
  padding: 1.6em 8px;
  position: relative;
  width: 213px;
  z-index: 1;
}

it has a fixed width of 213px; Adjust it a bit bigger and you should be good to go.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
xcoaster1

Joined: 2012-04-28
Posts: 8
Posted: Wed, 2012-05-02 14:51

Awesome, thanks for the help. I think it would have taken me way to long to locate that on my own!

 
xcoaster1

Joined: 2012-04-28
Posts: 8
Posted: Wed, 2012-05-02 20:10

Another issue, not seeing the titles of the albums or photos anymore as well. This seems that this theme is kinda of on the fritz after the update to 3.0.3

No album title or detail: http://www.lonestarthrills.com/gallery/index.php/Canadas-Wonderland
No photo title: http://www.lonestarthrills.com/gallery/index.php/Hersheypark/Great-Bear/hp-greatbear038

 
xcoaster1

Joined: 2012-04-28
Posts: 8
Posted: Wed, 2012-05-02 20:46

nm, I fixed that.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-05-03 00:56

And it was?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
xcoaster1

Joined: 2012-04-28
Posts: 8
Posted: Thu, 2012-05-03 17:12

File: themes/clean_canvas/css/dark/screen_candy.css

Remove:

#g-info
    {
      display: none;
    }