Also i would like to know if it’s possible to remove the Recaptcha feature on the guest view?
Thanks!
Mark
Hi there,
Please edit page in text mode where you inserted shortcode and make sure that shortcode [wp_support_plus] is not enclosed by HTML elements like code, small etc.
Also i would like to know if it’s possible to remove the Recaptcha feature on the guest view?
No, it is not possible to remove this. This is spam presentation functionality and we can not compromise with security.
Hello,
I have inserted the shortcode in text mode and the page appears the same.
The page appears fine for a user that is logged in, however when viewing the page as a guest the issue occurs.
Thanks,
Mark
Also i would like to know if it’s possible to remove the Recaptcha feature on the guest view?
No, it is not possible to remove this. This is spam presentation functionality and we can not compromise with security.
Thank you for replying to this.
For anyone experiencing an issue with the guest view you can edit this by inserting the below custom css in the editor in the backend of the plugin.
support_bs .form-control {
height: 100%;
}
For some reason the guest fields were minimised and could not be read when text was entered.
This resolved the issue.
Thanks,
Mark