-
AuthorPosts
-
December 6, 2017 at 4:53 am #885340
My contact 7 form does not appear as it should.
Each input has different colors.
I have tried to have this fixed before but no-one could give a correct way of fixing it.
The CSS I was given didn’t work.December 6, 2017 at 5:14 am #885352Hey Darren,
Is necessary to check if there are any conflict or custom code causing it, so, share with us your WP credentials to check this better.
Best regards,
John TorvikFebruary 9, 2018 at 6:01 pm #910332Hi John
Sorry for the delay been busy
I still have the issue with contact form 7
I have attached a link to a dropbox image that will show you want I mean.
The input areas are all different colors.
Have been given about 3 or 4 different css codes but still not right.February 9, 2018 at 6:19 pm #910349i see in your css:
#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select { border-color: #363636; background-color: #111111; color: #8c8c8c; }
and this is in your vip.entertainment.css ( don’t know where this comes from- it is no enfold including css file)
or do you have renamed your child-theme?change the background-color to your #fff
try to overwrite these rules on taking the contact-form 7 classes:
.wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text { background-color: #fff !important }
February 10, 2018 at 6:44 am #910484Hi,
Thanks for helping out @guenni007, did you try that out and did you have any luck with it @darrenvip?
Best regards,
RikardFebruary 10, 2018 at 8:41 am #910499Thanks Guenni007
All sorted.
Not sure about that css I only ever change css when told to by you guys.
Thanks for your help very much appreciated.
have a great day!
DAFebruary 12, 2018 at 4:59 am #910893Hi Darren,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardFebruary 23, 2018 at 5:19 pm #916775Can you advise what contact form is compatible with Enfold? Contact 7 doesn’t work properly with this theme.
All the input fields are different colors, the text in the message box is almost white, the same color as the background as the background so people basically can’t see what they are typing.
Can’t change any colors because there is about 5 different CSS codes that support has said to put in and changing the CSS doesn’t work anymore.
I just want a contact form that is wysiwyg and no CSS changes because thats what seems to have messed up contact 7.
A bit frustrated because it looks like crap on my site.
Link to my dropbox with a screen shot below
DarrenFebruary 24, 2018 at 7:11 am #917002Hi Darren,
It looks fine on my end, please see private. How can we reproduce the results you are getting?
Best regards,
RikardFebruary 26, 2018 at 4:11 pm #917871Rik
Look at the link below.
When you put details in you’ll see how the backgrounds are different colors.February 27, 2018 at 5:08 am #918160Hi DarrenVIP,
The color changes when the input has values, looks like the values are auto-filled by the browser. That is normal behavior.
Best regards,
VictoriaFebruary 27, 2018 at 7:42 am #918246Well can you suggest a contact form that will work in Enfold.
I have never seen input fields react this way, so I am guessing this plugin is not compatible with Enfold theme.
I’m sorry I disagree that this is NORMAL.
In the WordPress forums the opinion from people is a fault with Enfold?
It seems every time I have any issue with Enfold it never gets fixed?February 27, 2018 at 9:37 am #918288It seems every time I have any issue with Enfold it never gets fixed?
Well Darren that is not realy the truth: https://kriesi.at/support/topic/contact-7-form-issues/#post-910349
but i can not confirm to your statement – on all of my Enfold Installations where i do not use the embeded contact form alb element i use CF7.
And on all those installations it fits well to Enfold. Mostly I use it to have the Google Captcha like you.
can you post the link to the contact form which causes the troubles?Edit: Aha – only Safari shows the autofill option on your contact form. – And these fields after accepting the auto-filled content are with yellow background. And that bothers you ?
February 27, 2018 at 9:48 am #918296try this in quick css:
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #ffffff inset !important; }
and if you like to influence the font color which is filled in automatically influence both:
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #ffffff inset !important; -webkit-text-fill-color: #8c8c8c !important; }
by the way:
it is a socalled user-agent-style-sheet and has nothing to do with any theme / wordpressFebruary 27, 2018 at 10:33 am #918332February 27, 2018 at 10:37 am #918339Guenni007
Thanks for your suggestions but they don’t work.
I have put a screenshot below and also a link to the page.
The text is almost invisible.
I added the CSS as you suggested and it didn’t change anything.
Getting to the end on my frustration with Contact 7 and enfold as this has been an issue from the first day I installed enfold and there has been around 8 or 9 different changes to CSS and still it is not right.
My question is, if I delete Contact 7 and remove all CSS will a clean copy of Contact 7 install on my site with no remains of the previous install.
I will lose around 100 contact 7 forms but the way it looks now is disgusting.
Thoughts?February 27, 2018 at 11:00 am #918354i’m participant as you so is it the link above to your page?
By the way : Safari is a stange Browser – you will have to clean cache. If you do not see the developer menu – go to Safari Settings and on Advanced there is a field to mark to show developer tools.
if you done that the clean cache could be done by:
⌥ ⌘ E
do you see here any other background colors:
https://webers-testseite.de/kontaktby the way to influence the selected colors in subject or message field on safari
::selection {background-color: #eee; color: #000}
if it is your site on first topic : see here the simulation on Safari
click to enlarge:
February 27, 2018 at 3:18 pm #9185027 people spending 4 hours trying to fix this issue.
Yes we changed the CSS we even removed all CSS changes and took contact 7 back to original install and still 3 different colors in the input area’s, unable to read text in message area. Yes we can change colors in inspect but when make changes to CSS they don’t work.
Thanks for all your help but this has cost me over $400 and everyone says the same thing…. the theme has issues get a new theme.February 27, 2018 at 3:49 pm #918512can you send me the url where this is happening. If you don’t like to make it public.
Send me an e-Mail. My nick has all infos on that – leads to my homepageFebruary 28, 2018 at 9:49 am #918887Hi,
The contact form fields’ background color is now set to “black”. Was this intentional?
Best regards,
IsmaelMarch 7, 2018 at 11:15 am #922846they are white, doesn’t matter what color you put in the CSS it won’t change from white
since the last update Enfold has more and more issues.
Hides pages
You cant use Social media icons
avia won’t save templates
The list goes on and on.
Think they need to find some new developersMarch 8, 2018 at 8:34 pm #924050Hi,
We would love if you can create a new ticket so we can review the issue and help you out.
Thank you
Best regards,
BasilisDecember 18, 2018 at 6:19 pm #1046964Hi
I want the background color of the input fields of contact-7-form to change from black to white and the font color of these fields to change from white to black..
I tried Guenni007s suggestion and put the following code in the Quick CSS.wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text { background-color: #fff !important }
It successfully changed the background of the input fields name, email and subject.
– it did NOT change the field “your message”
– I need also to change the font color of the input fields to black
Any suggestion?In the Flashlight theme the following worked
.text_input, textarea, select, #commentform input{ border:1px solid #343434; background: #fbfbfb;
It doesn’t work in Enfold.
Thanks
Bruno- This reply was modified 5 years, 11 months ago by bruwa.
December 19, 2018 at 9:54 pm #1047424Hi Bruno,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaDecember 19, 2018 at 10:28 pm #1047457Hi Victoria
please find the URL in the private content.
I would like to change the background of all (but only) contact-7-form input fields to white and the font color accordingly to black (white on white background would be difficult to read ;-) …)I found this code on the plugin website:
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { background-color: #fff; color: #000; width: 50%; }
Unfortunately it did not change anything.
Cheers
Bruno- This reply was modified 5 years, 11 months ago by bruwa.
December 23, 2018 at 4:12 pm #1048804Hi,
Thanks for the update.
Replace the css code with this:
#top .main_color .wpcf7-form-control-wrap .input-text, #top .main_color .wpcf7-form-control-wrap input[type='text'], #top .main_color .wpcf7-form-control-wrap input[type='input'], #top .main_color .wpcf7-form-control-wrap input[type='password'], #top .main_color .wpcf7-form-control-wrap input[type='email'], #top .main_color .wpcf7-form-control-wrap input[type='number'], #top .main_color .wpcf7-form-control-wrap input[type='url'], #top .main_color .wpcf7-form-control-wrap input[type='tel'], #top .main_color .wpcf7-form-control-wrap input[type='search'], #top .main_color .wpcf7-form-control-wrap textarea, #top .main_color .wpcf7-form-control-wrap select { border-color: #363636; background-color: #ffffff; color: #000000; }
Best regards,
IsmaelDecember 23, 2018 at 7:59 pm #1048865Hi Ismael
thanks!
I’m afraid I was not aware of your suggestion when I sent the message below (I did not expect it today, so I didn’t refresh the page).
Now I notice that it has not been sent, instead an error message was displayed – unfortunately I was no longer on this page when it appeared.
SorryPROBLEM SOLVED
***************************************************after endless trial and error I eventually managed to find the solution.
Whenever I added “color: #000” the whole code did no longer work.
Putting color in a separate code AND putting it before the rest did the trick..wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text { color: black !important; } .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-email, .wpcf7-form .wpcf7-textarea { background-color: #f0f0f0 !important }
Best regards,
Bruno- This reply was modified 5 years, 11 months ago by bruwa.
December 23, 2018 at 9:11 pm #1048891Hi bruwa,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.