Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1132333

    Hi, after updating to 4.6. the checkbox-text (text describing the checkbox) is not shown any more – any idea?
    Thanks, Sven

    #1132792

    Hey 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,
    Rikard

    #1132913

    Hi 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, Sven

    #1133233

    Hi 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,
    Rikard

    #1133268

    Same 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.
    #1133278

    Solution is:

    label.input_checkbox_label{
        position: initial !important;
    }
    #1133286

    @bur2000:thanks a lot, that working fine :-)

    #1133629

    Hi,

    Thanks for sharing your solution @bur2000, it’s much appreciated :-)

    Please let us know if you should need any further help on the topic or if we can close it @SvHa.

    Best regards,
    Rikard

    #1134386

    No, 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.
    #1135077

    Hi bur2000,

    Have you tried the Enfold 4.6.1 version?

    Best regards,
    Victoria

    #1136048

    Yes, do not work with 4.6.1. and a new Error
    Shortcode for [av_breadcrumbs] do not work

    #1137147

    Hi bur2000,

    Please update to the latest Enfold 4.6.2 and see if the issue persists.

    Best regards,
    Victoria

    #1137436

    No sorry, Update 4.6.2 will not work for me
    – Checkbox Label Text will not shown if you choose “Hide Labels” in the Contact Form

    #1138638

    Hi,
    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.