Re: Django-cms 3.5.2 Toolbar overlapping with navbar

2018-12-20 Thread Nicolas Pascal
hi, Maybe with something like that. {% if request.toolbar and user.is_authenticated and request.toolbar.edit_mode_active %} {% endif %} Le dimanche 4 novembre 2018 01:10:26 UTC+1, pakwesii...@gmail.com a écrit : > > Dear Reader, > > I am new in Django-cms. right now I have an issue with

Feature Request: add the ability to hide the modal according to a plugin (for inline frontend edit)

2018-12-20 Thread Nicolas Pascal
Hi, Add the possibility to hide the modal (display:none) according to a plugin, will allow to add for example the mode inline editor as here https://ckeditor.com/docs/ckeditor4/latest/examples/inline.html. This via a bind or requestAnimationFrame javascript or else another type of modal/sidefra

[ feature request ] Ability to add plugin child restricted in interface mode edit

2017-06-02 Thread Nicolas Pascal
Ability to add plugin child restricted in interface edit mode, such {% render_plugin_child_add %}. This is to avoid access to the structure mode for a user who enriches only the exsiting content. 1) In the template parent plugin, we could add {% render_plugin_child_add 'samplechildAplugin'