Hi just to share my problem is resolved by disabling rocket loader. thanks
HI
me too have been having this issue ever since I update my webpage. when I try editing my page, it opens with text editor.
anyway i manage to solve my issue by changing the input field white and my text black by adding this in my CSS
.wpcf7 input[type=”text”], .wpcf7 textarea {
background-color: #f7f7f7; color: black;
}
.wpcf7 input[type=”email”], .wpcf7 textarea {
background-color: #f7f7f7; color: black;
}
.wpcf7 input[type=”tel”], .wpcf7 textarea {
background-color: #f7f7f7; color: black;
}