Heelo everybody,
I have an issue with the display of my Coppermine 1.4.9
In the admin panel, I set the width of the main table to 80%
It works well everywhere except in the album list ...
Here is what I get :
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fusers.cybernet.be%2Fptsalos%2Fcpg149.jpg&hash=bcb736309c325fdff9af80cda9f6a9f076941339)
I only have this issue with Fiapple template
Does anyone knows how to fix this problem ?
Thanks
here is what I want
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fusers.cybernet.be%2Fptsalos%2Fcpg149b.jpg&hash=2c5e7ca61e39e41b4bfd9cac6df2cf66187354e4)
Printscreen done with Classic template, I would have this kind of display with fiapple
Actually, I guess, in fiapple, the columns enlarge with text and with Classic template, the columns are settled to 80%
Thanks for you help.
I checked the demo and it seems to have the same issue you are describing. I've downloaded it and will take a look to see if I can spot the issue. Give me a couple of hours.
Gizmo
This theme is for CPG 1.3x and has not been upgraded to be used with CPG 1.4x. I will make the necessary changes today and upload it.
My mistake, I grabbed the wrong theme version from the temporary download server. Didn't have my glasses on and couldn't read the fine print. :P
OK, I think I've found the issue. If you notice the very long text in the categories and albums description aren't wrapping. You can see this in the demo gallery for sure - http://coppermine-gallery.net/demo/cpg14x/index.php?theme=fiapple (http://coppermine-gallery.net/demo/cpg14x/index.php?theme=fiapple) and on yours. There is a "nowrap" selector in the style.css file that IE will ignore hence why it looks OK but with FF, it's not wrapping. To fix this, you will need to either remove or comment out the 5 lines that contain
white-space: nowrap;
I've attached the style.css with the lines commented out. Try this and let me know if this works.
perfect !!!
thank you very much Gyzmo ;D