• Resolved whiskywijsheid

    (@whiskywijsheid)


    Hello, your age verifier works perfect, thank you!

    However, on Iphone the grey background for the buttons dissapears. Together with the darkened popup the black text is not readable. To the user it looks like the site has frozen or something and they will leave.

    Can you:
    – fix this bug so the grey background color will come back like it is displayed in android or windows OR
    – add the option to edit button layout so I can try to make the background orange and the text color white

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

    (@alexstandiford)

    Hello!

    Can you provide me a link to the website in-question? This is probably a simple CSS fix that I can send your way once I have it.

    You’re right – it would be nice to build in a way to customize the color scheme and layout of the verifier without code.

    Thread Starter whiskywijsheid

    (@whiskywijsheid)

    Sure, the website is: https://www.whiskywijsheid.nl/

    Thread Starter whiskywijsheid

    (@whiskywijsheid)

    hello???

    Plugin Author alexstandiford

    (@alexstandiford)

    Sorry, I really don’t know what’s causing this problem. I looked into it a bit and there doesn’t seem to be any apparent reason for it to behave in that manner. This is being caused by how your theme is styling buttons. In order to resolve, I’m afraid that you’ll have to reach out to them, instead.

    Usually I can get some CSS to fix the issue, but I can’t even debug the issue as it doesn’t behave in this manner on my web emulator.

    Thread Starter whiskywijsheid

    (@whiskywijsheid)

    Ok thank you!

    I had the same problem and used this CSS.

    .taseav-age-verify input {
    white-space: initial;
    padding: 10px 15px;
    color: #ffffff
    }

    Before the button text was black, now its white.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not button background color on Iphone’ is closed to new replies.