Hmmm .. this is my 3rd problem I have with the 12.2.0 version :-(
Not sure to describe this, so I will include this picture (reading FluxBB manual and using postimage.org):
When I'm in "edit mode" and enter more than 1 line of tags it will be difficult to 'see' all of them. The window just doesn't resize, even after saving, like it did with 11.5.0 version.
Not sure if this is a known issue, but searching for 'tags' just gives to many hits.
Is there a fix for this?
Thanks,
Matthijs
Offline
I have the same problem.
Someone told me that one should be able to fix that by adjusting the CSS. Using the dev tools I found this line - changing the height here to 85 (or other) might solve the problem:
#action_add_tags .selectize-input.items.not-full.has-options, #action_add_tags .selectize-input.items.not-full.has-options.focus.input-active.dropdown-active, .selectize-input.items.not-full, .selectize-input.items.full{padding:10px 10px;height:45px;box-shadow:none;border-radius:0px;border:1px solid #787777a6}
Unfortunately I cannot tell if this works as I have a cloudhosted piwigo, hence I have to use the LocalFiles Editor Plugin to change the css and this doesnt work. If I put the line with the changed height simply nothing happens.
I would really appreciate some help!
Offline
Hmmmm ... at least good to read that this is confirmed as an issue.
I notice that in 11.5.0 the height is 69px, where in the 12.2.0 version it is 45px. Not sure if this is CSS or calculated..... will try to look into this.
PS .. for the Piwigo Team, how is this addressed as an issue in github? I struggle if this is known or not :-(
BTW .. I guess the "height: 45px" should be removed from:
#action_add_tags .selectize-input.items.not-full.has-options.focus.input-active.dropdown-active, .selectize-input.items.not-full, .selectize-input.items.full {
Last edited by matthys (2022-02-09 14:43:42)
Offline
I tried the LocalFiles Editor as well, but I only see 2 CSS files which can be modified (under CSS);
local/css/rules.css
theme css
It has noting to do with theme as it's default Piwigo admin theme.
And I am not sure how to deal with this as the style is in:
admin/themes/default/theme.css
I tried do add in local/css/rules.css but no luck there:
#action_add_tags .selectize-input.items.not-full.has-options.focus.input-active.dropdown-active, .selectize-input.items.not-full, .selectize-input.items.full { height: auto !important; }
PS ... I just modified the admin/themes/default/theme.css itself and that works, but no option if you do not have access to the file itself :-(
Last edited by matthys (2022-02-09 15:18:57)
Offline
Great to hear that there is a possibility to change this. Unfortunately, I fear it is of no use for my case.
Anyone has an idea how I can get better access to admin/themes/default/theme.css being cloudhosted?
Or do I use LocalFile Editor wrong?
Last edited by svenran15 (2022-02-10 09:15:34)
Offline
Thanks for posting on github
LocalFile Editor doesn't allow to edit admin files
Offline