Wesley B
Wesley B
To open DjangoCMS page content links[^1] in new window, I wrote a JavaScript module: https://github.com/TACC/Core-CMS/blob/6ecb8b0/taccsite_cms/static/site_cms/js/modules/setTargetForExternalLinks.js _Maybe some of it can help if this ticket does need JavaScript._ [^1]: Use case...
I think just the combining works, there's something more specific to the problem. --- __Debugging__ 1. I do get exactly the same results when I test the problem case. 2....
I use two custom medias together successfully. I am using v8.0.0 of this plugin. The only difference _I_ think _might_ be relevant in my usage is syntax `height >= 800px`[^1]...
I have just ran into this same problem described. But it is not impossible in the column plugin. (It is impossible within the plugin's "Responsive settings".) A user may add...
**Hm, thank you.** Migration is important. The other features it touts sound very good. _I will not try it out **yet**, but I will keep my eye on it._ Issue...
I appreciate the thought and opportunity. Thank you. 1. I also believe this is not transparent to the user. If chosen, please document in context (e.g. tooltip, ``, etc... whatever...
Ah, solution 5 is nice. Seems a bit trickier to implement. My votes are dependent: - **5**, if it can be done reliably - **4**, because `type=number` is accessible -...
For 5, if you change the `input`'s `type` from `number` to `text` and back, user can type "auto" and numbers without trickery.
I've created this issue with the intent for me to learn a little `.rst` and update the documentation. Expect a PR.
I agree with @yakky. Here is some general direction for per-page CSS, _independent_ of `djangocms-page-meta`: - In development, for testing, you can easily author per-page CSS via [djangocms-snippets](https://github.com/django-cms/djangocms-snippet) - _That...