3.0.3 to 3.0.4 upgrade caused overlap issues on the main page
pshuman
Joined: 2006-04-12
Posts: 8 |
![]() |
|||||
I just did the update from Gallery 3.0.3 to 3.0.4 and I'm having a problem on the main page. All of the album thumbnails are squished together. The images are the same size as before, but are overlapping. I'm using the stock wind theme. After doing a side by side diff with my old gallery3 folder, I see this new entry in themes/wind/views/page.html.php. If I comment it out, the main page renders correctly. Quote:
<style type="text/css"> Any idea what might be wrong in my install? Operating system: Linux 2.6.23.17-88.fc7
|
||||||
punctuation
Joined: 2012-12-11
Posts: 37 |
![]() |
|||||
pshuman
Joined: 2006-04-12
Posts: 8 |
![]() |
|||||
I'm using the default wind theme that came as part of the gallery-3.0.4.zip. I assumed that would be the latest. |
||||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||||
pshuman, punctuation is right I bet you have some other css issue or did not overwrite/replace the file properly. Or some custom theme. Dave |
||||||
pshuman
Joined: 2006-04-12
Posts: 8 |
![]() |
|||||
Just tried it again and I've still got the problem. Here are the steps I took:
My gallery/var directory does not have any custom themes or css. I'm using the default wind theme from gallery-3.0.4.zip |
||||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||||
Did you run the upgrader? Don't know if that would help or not but worth a try: Other than that a experimental version is all I can think of as all other reports of this have been down to the theme. Dave |
||||||
pshuman
Joined: 2006-04-12
Posts: 8 |
![]() |
|||||
Sorry, yes. I ran the updater both times with no errors reported. When I leave the style tag enabled, the output is <style type="text/css"> .g-view #g-content #g-album-grid .g-item { width: 98px; height: 110px; /* 0.46 */ } </style> I don't see any of those numbers in the admin/advanced_settings page. I will look though the DB to see if I can find those there. |
||||||