-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to set "col-auto" and "col" for certain breakpoints in "column" plugin #127
Comments
col-auto
and col
for certain breakpoints in column
plugin
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 any class via "Advanced settings"'s ATTRIBUTES. But, like the original reporter, I also believe this control should be available in "Responsive settings". |
Hello, one of our contributors recently started to build a package which vastly improves on this app while also bringing bootstrap5 support and being able to support other frameworks. Furthermore it can migrate your content built in this bs4 app. It doesn't currently have bootstrap4 but that could easily be added and you may wish to take the opportunity to move to 5? https://pypi.org/project/djangocms-frontend/ The repo is currently located at https://github.com/fsbraun/djangocms-frontend |
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 Links: |
@tacc-wbomar @marksweb @sergeywd djangocms-frontend (https://github.com/fsbraun/djangocms-frontend) is supporting auto columns. I would like to get your opinions on the UI, however. I've got three options on my mind:
What do you think? Thanks for your input! |
I appreciate the thought and opportunity. Thank you.
I have ideas:
Well, I lied. I only had that one other idea. |
@tacc-wbomar Thanks very much for your thoughts! Indeed, 4 is also an option! Since the column form already is quite crowded I guess the checkbox would have to be below the input field. This leads to another idea:
|
Ah, solution 5 is nice. Seems a bit trickier to implement. My votes are dependent:
|
For 5, if you change the |
Right now there is no way to set neither
col-auto
,col-sm-auto
,col-md-auto
,col-lg-auto
,col-xl-auto
norcol
,col-sm
,col-md
,col-lg
,col-xl
classes in column plugin.It makes impossible to build some layouts.
The text was updated successfully, but these errors were encountered: