Ticket #163 (closed defect: fixed)
classic theme - overflow
| Reported by: | anonymous | Owned by: | kimparsell |
|---|---|---|---|
| Priority: | high | Milestone: | 1.0 |
| Component: | General | Version: | 1.0b3 |
| Severity: | major | Keywords: | overflow classic theme |
| Cc: |
Description
Hi there,
I have a problem integrating the gallery in my site. My Gallery
Everything is working normal exept one thing.
In the album view the gallery "overflows" the positioning "div". It's working fine with the collection and the individual photo view.
I use the "classic" theme. I guess somthing is wrong with it.
Apriciate if you'll fix it.
ps. I hope you understood my problem. English is not my native language.
Change History
comment:2 Changed 4 years ago by virtualblackfox
I think that i solved something like that in the path attached to #166.
comment:3 Changed 4 years ago by kimparsell
- Owner changed from mike to kimparsell
- Status changed from new to assigned
- Milestone set to 1.0
comment:4 Changed 4 years ago by kimparsell
- Status changed from assigned to closed
- Resolution set to fixed
Per changeset 557, confirmed fix in place to resolve this issue.
Note: See
TracTickets for help on using
tickets.

Hi,
it's me again. I found the misstake in the code. There was one <form> closed to early in the default theme. I had to delete the "</form>" and then it was working like it was suposed to be. I deletet the </form> in the "\themes\default\collection.php" in line 34.
maybe you can correct that in the code?
Anyway, by