Sorry for the late reply. Since we are trying to put this in our production environment we are not ready yet to activate this plugin as it would look not good in IE. These are the things I tried:
– Deactivated all plugins – The placeholder is still not visible in IE
– Switched to a default theme – The placeholder is still not visible in IE.
– Tried the below CSS styling in plugin CSS – The placeholder doesnt display in IE.
#wpcomm ::-webkit-input-placeholder {color: #777!important;}
#wpcomm :-moz-placeholder {color: #777!important;opacity:1;}
#wpcomm ::-moz-placeholder {color: #777!important;opacity:1;}
#wpcomm :-ms-input-placeholder {color: #777!important;}
Please let me know what else I can try from my end.