Tagged: CONTACT FORM, enfold
-
AuthorPosts
-
November 24, 2016 at 5:03 pm #716501
Hello,
we encountered issues with our contact form.
On Safari and Mozilla, the form looks okay: https://www.dropbox.com/s/re873is6gza46nf/Safari.PNG?dl=0.
But on Chrome: the color of the font becomes white: https://www.dropbox.com/s/ntk9977d3qwv946/Chrome.jpg?dl=0
And I couldn’t find any option where to change this.Would be happy if you can help me with solutions to fix it.
- This topic was modified 7 years, 12 months ago by thrivees.
November 24, 2016 at 5:06 pm #716506November 24, 2016 at 5:56 pm #716532Yes, here it is: http://nobelcoaching.com/
November 25, 2016 at 8:00 am #716692Hi,
I’m not able to reproduce your results in Chrome, please check screenshot in private. Maybe you have an extension or something similar in your browser causing that?
Best regards,
RikardNovember 26, 2016 at 3:57 am #717122On windows 10, it shows like this. On Macs, it is normal.
I asked couple of people to try it. Are you trying on Mac or Windows?November 29, 2016 at 6:27 am #718116Hi!
Thank you for the update. Please try the following code in the functions.php file:
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var select = $('#top .entry-content-wrapper select'); select.css('color','#ffffff'); select.change(function() { var current = $('#top .entry-content-wrapper select').val(); if (current != 'null') { select.css('color','#000000'); } else { select.css('color','#ffffff'); } }); } a(); })(jQuery); </script> <?php }
And then add this css code in the Quick CSS field.
#top .entry-content-wrapper select option { color: #000000; }
Regards,
IsmaelNovember 30, 2016 at 2:15 am #718605Hello!
I tried it, It gave me that there is error in the code. Than I deleted it, but now I have this issue also:
https://drive.google.com/file/d/0BzBu-5JC0XFgMEg0SUFrNnhqQVU/view?usp=sharingDecember 2, 2016 at 3:08 pm #719733Hi,
Did you copy the code from your email? Please copy it directly from this forum.
Than I deleted it, but now I have this issue also:
https://drive.google.com/file/d/0BzBu-5JC0XFgMEg0SUFrNnhqQVU/view?usp=sharingPlease refer to the following link.
// https://kriesi.at/support/topic/warning-session_start-function-session-start/#post-447416
Best regards,
IsmaelDecember 21, 2016 at 12:55 pm #726989I did copy it directly from the forum. I tried to put it on functions.php and functions-enfold.php but the result is always the same.
December 27, 2016 at 10:54 pm #728306 -
AuthorPosts
- You must be logged in to reply to this topic.