Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1360010

    Please check: Google ReCaptcha element is going underneath the content

    #1360047

    Hey Michael,

    Thank you for the inquiry.

    Where can we check the issue? please provide a link to the page containing the contact form element and a screenshot using imgur, savvyify or dropbox. Thanks.

    Best regards,
    Ismael

    #1360076

    Thanx! See private content.

    #1360081

    Hi,

    Thank you for the update.

    We can use this css code to adjust the stack order of the section containing the contact form element.

    #aanmeldformulier {
        position: relative;
        z-index: 1000;
    }
    
    #aanmeldformulier .flex_column.av-2jcs4r-e6e0241146eab263c23e4ca54896e118 {
        z-index: 1000;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1360919

    Thanx Ismael,

    This is however not only happening with #aanmeldformulier , but also with the other elements.
    Michael

    #1361034

    Hi,

    but also with the other elements.

    Would you mind providing links to the elements or pages? The idea above is to increase the z-index of the section with the ID #aanmeldformulier and the column containing the contact form to ensure sure that they are higher in the stack order or that they are above the other elements or sections in the page. Applying the same style or css to the rest of the elements displaying the same issue should help.

    Best regards,
    Ismael

    #1361285

    sorry code is not working

    #1361296

    Hi,

    Can we have access to the site and links to the pages displaying the same issue? Please provide the info in the private field.

    Best regards,
    Ismael

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