Pages: 1
Hello/Hi/Greetings,
After updating my Piwigo from 15 to 16 the photo information panel in photo view page became as high as the image, so very big, mainly empty. In version 15 it was just as high as needed to fit the contents. I was thinking it is some problem with my update, but then tried to set up a new clean copy of Piwigo 16.1 - and see the same long empty information panel.
Is this change done on purpose? Is it possible to replace some file from Piwigo 16 to a file from Piwigo 15 to get back the small info panel? Or edit some code? I deally dislike this long panel :(
Offline
You should be able to use the LocalFiles Editor plugin CSS panel to add a rule that will fix this for most browsers.
#thePicturePage #imageInfos {
height: fit-content;
}Offline
Hi,
Thanks first. But I think something wrong with editing photo section has a mistage. After editing a photo the link of returning back to the photo fronthend page is impossible because I think the link has been forgoten.
Offline
I have found the link below. Thanks anyway.
Offline
neon wrote:
Is this change done on purpose? Is it possible to replace some file from Piwigo 16 to a file from Piwigo 15 to get back the small info panel? Or edit some code? I deally dislike this long panel :(
Would it be possible to see a screenshot of your page?
Offline
moberley wrote:
You should be able to use the LocalFiles Editor plugin CSS panel to add a rule that will fix this for most browsers.
Code:
#thePicturePage #imageInfos { height: fit-content; }
Thanks a million! It works perfectly now!
Offline
plg wrote:
Would it be possible to see a screenshot of your page?
Will try... ![]()
https://www.dropbox.com/scl/fi/sd7pw3h0 … o&dl=0
before the fix![]()
https://www.dropbox.com/scl/fi/7zsc0f0k … c&dl=0
after the fix from moberley
Offline
I fully agree. There is a bug with Modus. Let's ask @hannah :-)
Offline
I have fixed this using the fix suggested by moberley, this will be available with the next version of Modus
Offline
hannah wrote:
I have fixed this using the fix suggested by moberley, this will be available with the next version of Modus
Thank you very much!
Offline
Pages: 1