Results 126 comments of Raruto

Hi @caronte3d, It really depends on how other libraries work internally. BTW, usually in here, you have to make sure your layer is added to one of the rotated "panes"...

Hi @moovida, 🙏 preferably, when you want to report something, use one of provided [issue template](https://github.com/g3w-suite/g3w-admin/issues/new/choose) instead of the "blank one". ![Image](https://github.com/user-attachments/assets/a824be78-c14d-4d8e-9c85-4a6e532fcfba) Additionaly, when in doubt, create multiple issues rather...

> Is there a generic solution without custom.css? Currently (**[email protected]**), this is a edge case, as you first need to know how to manually edit the [`settings_docker.py`](https://github.com/g3w-suite/g3w-suite-docker/blob/18c5fd67242a81862020ed42bcc5d9ec147713a0/config/g3w-suite/settings_docker.py) file to reproduce...

@moovida This is what I see locally: ```py # settings_docker.py LANGUAGE_CODE = 'it' LANGUAGES= ( ('it', 'Italiano'), ) MODELTRANSLATION_DEFAULT_LANGUAGE = 'it' ``` ![Image](https://github.com/user-attachments/assets/17b0b866-8071-4267-a711-690225110fdb) It's a [custom branch](https://github.com/g3w-suite/g3w-admin/tree/standalone-ors) \* I'm working...

@moovida Try something like this (it can be improved, not the best place to make changes..): ### config/g3w-suite/settings_docker.py ```py LANGUAGE_CODE = 'it' # LANGUAGES= ( # ('it', 'Italiano'), # )...

IMHO, for these kind customizations (ie. on production sites) would be better to first try to write an own python plugin (like [WordPress' child themes](https://developer.wordpress.org/themes/advanced-topics/child-themes/)) and keep the necessary changes...

> Hm, that sounds actually like a clean way to go. Can you elaborate on that? > > > > You can also reason in a similar way for changing...

@wlorenzetti I'm still trying to configure it (as you can see the docker service is up), I get this error when saving the project: ```py ELASTICSEARCH_DSL = { 'default': {...