Home › Forums › WoodMart support forum › Elementor Forms: Double Arrows at select & Textarea height
Elementor Forms: Double Arrows at select & Textarea height
- This topic has 9 replies, 2 voices, and was last updated 4 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
August 17, 2020 at 5:07 pm #219342
JonasParticipantHey,
i have two layout issues with input fields and elementor at forms.
Issue 1) Select elements with two down-arrows
At dropdown selects there is the arrow defined by elementor and the down-arrow defined by woodmart.The first is defined for the parent div-container
/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.9.14
frontend-min.css:2
(Line 1435).elementor-field-group .elementor-select-wrapper::before { content: "\e92a"; font-family: eicons; font-size: 15px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 10px; pointer-events: none; }
The second is defined for the select-element itself:
/wp-content/themes/woodmart/css/style-elementor.min.css?ver=5.1.0
style-elementor.min.css:1
(Line 25125)body .select2-container--default .select2-selection--single .select2-selection__arrow, select { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==); }
and
/wp-content/themes/woodmart/style.css?ver=5.1.0
style.css:20919
(Line 20919)select, body .select2-container--default .select2-selection--single .select2-selection__arrow { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg=="); }
Issue 2) Textarea height (rows) gets ignored
Additional the rows i setted in Elementor for the textarea-field gets ignored as long as i dont deactivate this two entries in the Inspector:
/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.9.14
frontend.min.css:2
(Line 1500).elementor-field-textual.elementor-size-md { min-height: 47px; }
and
/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.9.14
frontend.min.css:2
(Line 1486).elementor-field-textual { min-height:40px; }
Because of this shouldn’t be normal i dont want to temp fix this with custom css but changing the issued setting (if there is a setting for this)
August 18, 2020 at 6:20 am #219403
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
August 18, 2020 at 10:33 am #219485
JonasParticipantThank you for your answer.
Could you give me a time when you can work on it?
BEcause of we are still working on our site i cant disable all plugins for a day to waitAugust 18, 2020 at 11:39 am #219506
Artem TemosKeymasterWe will be online for next 4 hours and ready to do the check quickly.
August 18, 2020 at 2:22 pm #219572
JonasParticipantPlugins are disabled but you can check by yourself
August 18, 2020 at 2:37 pm #219575
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.elementor-field-group .elementor-select-wrapper:before { display: none; }
And you can change the form height with Elementor option https://prnt.sc/u1oh6c
August 18, 2020 at 3:06 pm #219581
JonasParticipantHello,
1)
like i wrote i would like to find the issue instead of solving this temporary with custom css. On your demo sites this arrows are also not twice.2) The “Eingabegröße” just defined the standard padding of the fields, but the general height of the textarea which is defined by “Reihen” (Rows) when you open the field settings of the “Nachricht” field gets ignored
August 19, 2020 at 6:15 am #219655
Artem TemosKeymaster1. This issue is with Elementor Pro and will be fixed in our update. On our demo we don’t use the Pro version.
2. Yes, this will be fixed too.
August 20, 2020 at 10:35 am #220003
JonasParticipantThank you for your answer.
Could you estimate when the update will be released?August 20, 2020 at 10:58 am #220009
Artem TemosKeymasterWe hope to release the update next week.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register