impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 179 forks source link

HTML Editor (Pop up) Grayed out #844

Closed DGIANZ closed 7 years ago

DGIANZ commented 7 years ago

Hey guys! I am developing a theme and when I try to drag and drop a HTML widget, the pop up editor is grayed out. On the included themes, Air and QuickStart, the editor works fine. I have provided a screenshot.

image

wannaco commented 7 years ago

Are you using bootstrap and loading its resources in the admin panel? https://www.impresspages.org/docs/javascript

DGIANZ commented 7 years ago

Thank you, wannaco for responding! I appreciate you taking the time to help me. :)

I am using the bootstrap.min.css file, but not the .js file. I have provided my theme files.

I would like to thank anyone that takes the time to respond to this post.

basetheme.zip

maverikt commented 7 years ago

Hi, Please try this:

Open main.less in the theme asset folder. add z-index: 1051; to the .ip .modal-dialog class. You should end up with something like: .ip .modal-dialog { width: 800px; z-index: 1051; } This should fix the bug.

If your not using less then just add this to one of you css files.

Tony

DGIANZ commented 7 years ago

Maverikt, your solution has worked. Thank you very much! Thank you to all who took the time to respond to this issue. I will now close it.