-
AuthorPosts
-
August 30, 2019 at 4:05 pm #1132333
Hi, after updating to 4.6. the checkbox-text (text describing the checkbox) is not shown any more – any idea?
Thanks, SvenSeptember 2, 2019 at 4:30 am #1132792Hey SvHa,
It looks like this CSS is causing that:
.avia_ajax_form.av-form-labels-hidden label { position: fixed; top: -1000px; left: -2000px; }
I’m not sure where it’s coming from since you have file compression active. Could you check if it’s in your Quick CSS box? If so then please try to remove it to see if that helps.
Best regards,
RikardSeptember 2, 2019 at 10:31 am #1132913Hi Rikard,thanks so far. It is not in my Quick CSS. I just deactivated CSS compression – I hope that helps for your search… If you need a LogIn let me know ;-)
Regards, SvenSeptember 3, 2019 at 6:59 am #1133233Hi Sven,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia_ajax_form.av-form-labels-hidden label { position: initial !important; }
Best regards,
RikardSeptember 3, 2019 at 9:04 am #1133268Same Problem here, double labels if i checked the “hidden label field”
with your Solution above. Checkbox Text is not showing , after 4.6 Update- This reply was modified 5 years, 2 months ago by bur2000.
September 3, 2019 at 9:17 am #1133278Solution is:
label.input_checkbox_label{ position: initial !important; }
September 3, 2019 at 9:35 am #1133286@bur2000:thanks a lot, that working fine :-)
September 4, 2019 at 6:51 am #1133629September 5, 2019 at 1:11 pm #1134386No, does not work if you have Checkbox Labels or the value_verifier_label. Quick solution will be fine, its after the 4.6 Update
- This reply was modified 5 years, 2 months ago by bur2000.
September 6, 2019 at 6:57 pm #1135077Hi bur2000,
Have you tried the Enfold 4.6.1 version?
Best regards,
VictoriaSeptember 9, 2019 at 2:53 pm #1136048Yes, do not work with 4.6.1. and a new Error
Shortcode for [av_breadcrumbs] do not workSeptember 11, 2019 at 6:11 pm #1137147Hi bur2000,
Please update to the latest Enfold 4.6.2 and see if the issue persists.
Best regards,
VictoriaSeptember 12, 2019 at 9:36 am #1137436No sorry, Update 4.6.2 will not work for me
– Checkbox Label Text will not shown if you choose “Hide Labels” in the Contact FormSeptember 16, 2019 at 3:43 am #1138638Hi,
Sorry for the late reply, for the checkbox label on the contact form please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia_ajax_form.av-form-labels-hidden .av_form_privacy_check label{ position: initial !important; top: initial !important; left: initial !important; }
Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.