Pro conflict with invisable recapture

http://horseriding.com.au/ is the site

I am implementing invisable recapture via a plugin called invisible recapture and the recapture box is meant to just show the white part on the right of the screen and expand out when mouse over. is there any way I can fix this ?

Hey @wicara,

We want to know first if Pro is causing the issue before we investigate what is going on. Please switch to the default WordPress theme, setup a test page and check if the third party plugin works. If it does, give us the URL of test page and also provide screenshots of how it looks like in Pro and how it looks in the default WordPress theme.

Also note that we do not have support for third party plugins. With that said, we could not guarantee an immediate solution in case we find that Pro is causing the issue.

Thanks.

yep I take it off pro and it works fine

the white one is how the recapture should look and the cream is how it does on pro

Hi,

To fix this, you can add the code below in Theme Options > CSS

.home .grecaptcha-badge {
   position:absolute;
   bottom:10px;
}

.home .wpcf7-form {
       display: block;
    overflow: hidden;
    position: relative;
    z-index: 9999999;
    padding-bottom: 15px;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.