Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1316001

    Hi,
    Using Advanced Layout Builder and HTML in widget.
    Seems that css is not loading.
    For example the Submit button of contact form doesn’t have the look it should have.
    Any idea.
    Thank you.
    X.

    #1316211

    Hey koomo,

    Thank you for the inquiry.

    Did you enable the spam protection or the Google ReCAPTCHA option for the contact form? The button is not clickable because it is waiting for the security or the ReCAPTCHA widget to be validated. Please post the shortcode in the private field so that we could inspect it.

    You may need to disable the ReCAPTCHA option for this particular contact form.

    Best regards,
    Ismael

    #1316225

    Hi Ismael,
    Thank you for your message.
    The button is clickable.
    The issue is with the look and color…like the CSS doesn’t load.
    Code in private content.
    Thank you

    #1316371

    Hi,

    Thank you for the info.

    The look of the button looks different because the lightbox container is rendered outside the main container, so the default css selectors and styles that the theme is using is not applying to the contact form. You will have to adjust the style of the element (buttons, fields etc) manually.

    Best regards,
    Ismael

    #1316689

    Thank you very much Ismael.
    Seems to work with
    .widget_text.widget.clearfix.widget_custom_html div.textwidget.custom-html-widget form.avia_ajax_form.av-form-labels-hidden fieldset p.form_element input.button {background-color: #d6081a;
    color: #ffffff;
    border-color: #b40608;}

    Anyhow we have another issue you might be able to help if you don’t mind.

    On mobile the calendar doesn’t always…just from time to time.
    Any idea? Or point me to the JS file.
    Thank you.
    X.

    #1316876

    Hi,

    Glad to know that you managed to adjust the style of the button. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS in widget’ is closed to new replies.