visual composer text block bug

Viewed 5346

I would like to ask if there is anyone who was facing simmilar or exactly this problem. Yesterday was everything working well, but today when i was trying to insert text from word to wordpress text block(classic text editor), i wasn't able to select Header1 or Paragraph or anything, this dropdown window is not working.

This issue appeared on all wordpress pages i have with version of 4.8.1, it has affected visual composer as well as site origin page builders.

How can i fix this? SEE SCREEN

3 Answers

Ok a bit simpler fix is to add this to your admin css:

.mce-container, .mce-container-body {
    z-index: 100000 !important;
}

Even lazier way is to use something like http://coffee2code.com/wp-plugins/add-admin-css/ and add it there. I think this is fixed in newest version of VC.

Related