-
AuthorPosts
-
October 29, 2024 at 9:01 pm #1470158
Hi
On one site that uses Fluent Forms Input fields are disabled.
https://www.dropbox.com/scl/fi/5950mt1zgmabk0bbuexs9/Not-able-to-click-into-input-fields.jpg?rlkey=z8ivjpd6ryj5inrqvo6vghl76&st=v6hwfklt&dl=0https://webkonsulenten.com/kontakt/
(The dev site is under maintenance mode. Making it locked for none signed in users.)I do not know why this one site is showing the form input fields as grey. Other sites the form works fine.
It would be great with some suggestions as to what I can look closer at.
Thank you.——-
UPDATE:
I switched over to the default theme Twenty Twenty Four and all the input fields work nicely there.
So it seems that this is an issue involved with the Enfold theme in some way.UPDATE 2:
I have updated to the newest version of Enfold. Version 6.0.6. The Input fields are still greyed out and I am not able to click into the Input fields.- This topic was modified 19 hours, 44 minutes ago by SHR Design. Reason: Additional testing
- This topic was modified 19 hours, 38 minutes ago by SHR Design.
October 30, 2024 at 4:59 am #1470194Hey Silje,
Thank you for the inquiry.
Have you tried adjusting the color values in the Enfold > General Styling > Main Content tab? To fix the issue temporarily, please disable the Autoptimize and cache plugin, then add this css code:
#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: black; background-color: white; color: gray; font-family: inherit; }
Best regards,
IsmaelOctober 30, 2024 at 10:52 am #1470226Hi Ismael
That worked! Adding white to the background color of the fields made it clear where to click to enter information.
I reactivated Autoptimize again and it is working nicely.October 30, 2024 at 12:13 pm #1470237 -
AuthorPosts
- You must be logged in to reply to this topic.