• Resolved webspatz

    (@webspatz)


    Hi, on the following page the CSS for the buttons is not working correctly. After clicking somewhere, the buttons are shown correct. I couldn’t find the error. Even in inkognito mode.

    Thank you for your help,
    Gregor

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

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

    (@philsbury)

    Hi @webspatz,

    Looks like you’ve resolved this, can you confirm?

    Thanks
    Phil

    Thread Starter webspatz

    (@webspatz)

    Hi Phil

    acutally not. If you load the page you don’t see the buttons. If you click anywhere the buttons like right. Any idea?

    Regards
    Gregor

    Plugin Author Phil

    (@philsbury)

    Hi @webspatz,

    Looks like something is awaiting an input from the user, in this case a mouse interaction which is stored in session, and then setting the styles based on [data-whatinput]. You can get round it with this CSS:

    
    .age-gate-submit-yes,
    .age-gate-submit-no {
        outline: 0;
        font-size: 18px !important;
        background-color: #8f7f62 !important;
        color: #fff !important;
        padding: 5px 20px !important;
        border: 1px solid #8f7f62 !important;
    }
    

    Thanks
    Phil

    Thread Starter webspatz

    (@webspatz)

    Perfect, thank you so much!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Buttons not visible right’ is closed to new replies.