Ari Stathopoulos
Ari Stathopoulos
@josefjezek don't we already have this?
This seems to be a problem with Bootstrap itself.... See https://github.com/twbs/bootstrap/issues/10601#issuecomment-30591255 It won't be fixed until Bootstrap 4.0 @fovoc any idea how we can fix this with some custom js?
We're currently working on the customizer... The problem is that if we use the less.php compiler on the customizer, then the stylesheet will be compiled not only for the admin...
Unfortunately I can't offer an ETA... We're currently fixing some minor bugs. If all goes well this week. If not, then next week. :smiley:
Hey there! Try commenting out this line in your theme: https://github.com/shoestrap/shoestrap-3/blob/master/framework/bootstrap/class-SS_Framework_Bootstrap.php#L1013 Save the file and try to login again. This line parses the custom LESS... so it should allow you...
Reopening this one because #40464 is getting reverted.
Regarding allowing elements other than H1-H6 + p: This is not something we currently do. It is not something we currently need. If at some point in the future we...
> Let's keep using `wp_add_inline_style` for now. Then, we can change the callback hook and printing method based on feedback. What do you think? Sounds good to me 👍
Regarding the conflict between custom-css in the customizer and global styles: It's not an insurmountable problem. It's easy to get the custom-css from the customizer, inject it in global-styles (to...
Agreed. Just pointing out that we should not consider the customizer legacy implementation a blocker for any improvements we make. These problems can be solved with some additional code 👍