javascript - color, insert link and insert image popup not showing in wysihtml5 -


hey every 1 have following issues color, insert link , insert image popup not showing in wysihtml5. when check inspect element div insert image button after update , in inspect element

<div class="bootstrap-wysihtml5-insert-image-modal modal fade in" style="display: none;"> 

and automatically add when click button style="display: none;"

this have modal class , modal class inherit bootstrap. modal class have 2 properties

overflow: 'hidden';  display : none; 

when remove property inspect element popup showing other wise popup not showing should please me..

the overflow: 'hidden'; part wrong. remove display: none; done programmatically. code should be:

overflow: hidden; 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -