• Resolved sistemassampol

    (@sistemassampol)


    We have created a pop-up on our website that announces an important event and needs to be displayed when the page loads. The problem is that AgeVerifyer loads “behind” this pop-up and we need that AgeVerifyer would be on the first layer of the website (once you accept that you’re of legal age, you would go on to see the pop-up on the website).

    Could you help us?

    Thank you very much,

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author alexstandiford

    (@alexstandiford)

    Add this CSS to your theme’s stylesheet:

    
    .taseav-age-verify{
      z-index: 100000000;
    }
    
    Thread Starter sistemassampol

    (@sistemassampol)

    Thank you very much, but where should I apply this command? Can it be in the page of the topic > Advanced > Custom CSS?

    Thread Starter sistemassampol

    (@sistemassampol)

    Where can I find additional information when I receive a notice such as “Failed to update” in a page edition? There should be some section where you can read the logs or extended information about errors.

    Plugin Author alexstandiford

    (@alexstandiford)

    You should be able to paste this inside your theme’s style.css file, or inside of the WordPress customizer.

    Check out this post on the topic: https://en.support.wordpress.com/custom-design/editing-css/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Age verifier doesn’t shows on “the first layer”’ is closed to new replies.