tdstalli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.4.2 Install – cannot edit new or existing postsGlad you found a solution. I figured out that my issue was due to a few repeated lines in my htaccess file.
Forum: Fixing WordPress
In reply to: 4.4.2 Install – cannot edit new or existing postsI just realized that I can edit or create content in text mode just not visual. Is that the case for you? I also up graded to php5.5 but that did not help.
Forum: Fixing WordPress
In reply to: 4.4.2 Install – cannot edit new or existing postsI am having the same issue. Did you find a solution?
I found the answer. In my style sheet I added styles to this
::-webkit-validation-bubble-message {}more info about it can be found here
http://stackoverflow.com/questions/5713405/how-do-you-style-the-html5-form-validation-messages
and here
http://thereforei.am/2011/07/01/css-selectors-for-html5-input-validation/
Thanks, Mike for pointing me in the right direction.
Correct, only on the email field. And for me it is only a problem with chrome, because the background is transparent, so the label for the field below is showing through.
Wow Mike, thanks for such a speedy reply. I changed the background color in the form settings, and it worked in all browsers except Chrome. I wonder if I put the code into my style page if that would help. It is even an issue on your own contact form on your thank you page, but yours does not look as bad as mine. Why do the different browsers handle this one thing differently? Firefox with a black background popup, Chrome with a transparent background popup and the others in line.
I was just going to post the same question. My theme is a twentyten child, with white background. If I could just change the css so the popup was not a transparent background, that would be great. In my case it is just an issue with Chrome. In firefox the popup is already black and the other browsers put the text inline. Not sure why this is. Anyway you can see an example here,