• Hello,

    Great plugin, thank you.

    Is it possible to have a transparent background color in order to see the website behind Age Gate ?

    Regards,

    Benjamin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would like it too ??
    I thought about adding transparent picture, but it is not so pure ??

    Thanks for your help, great plugin anyway.

    Plugin Author Phil

    (@philsbury)

    Hi,

    This is not possible – by design. Part of the reason I made the plugin is that lots out there allowed just that and anyone with a little bit of web experience could get to the good stuff simply by deleting the node in dev tools.

    The standard version of the plugin completely replaces the template and therefore any content so there isn’t anything behind it.

    However, the JS (cache bypass) version simply hides the content – I could add an option to not do this. But it could have unexpected consequences.

    .age-gate-form {
    background-color: transparent!important;
    }

    This is not possible for the whole environment. However, but a background picture is possible there, I made one with some dark tranparent overlay (opacity);

    .age-gate-wrapper {
    background: url(/wp-content/uploads/bg-image.jpg) no-repeat!important;
    };

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background transparency’ is closed to new replies.