*

adyfloat

  • ***
  • 42 posts
noCaptcha reCaptcha display(design) issue
« on: July 06, 2017, 04:05:10 PM »
Hello,

I have installed a plugin noCaptcha reCaptcha. And saved keys also correctly. Ticked all 8 (Show Captcha On) options.
But among those only 3 are working fine. Admin Login, Registration Form and New Listing Form.
Others have issue displaying Captcha.


noCaptcha reCaptcha on Admin Panel Settings : All are checked.
https://gyazo.com/673e1f48d50885228dccf4722e8f0fe5

List of the issues:

noCaptcha reCaptcha on Login Page not displayed
https://gyazo.com/0f3d0d40df44d4d5a65eb08db245081d
https://gyazo.com/8e7bafb3cb38f9fd273111bb07269e65

noCaptcha reCaptcha on Contact Listing(Publisher) via mail form not displayed
https://gyazo.com/9aa2ac4ac7ce3b57e1c906012389f32a
https://gyazo.com/a3e0b654613b55df75ca34472877fe2c

noCaptcha reCaptcha on Send to a Friend form design issue
https://gyazo.com/7ac4068ce4fb6b4a0ad9b1bfa324adce

noCaptcha reCaptcha on Add Comment form not displated
https://gyazo.com/47b428cd7d98677b97c91f30bd33a8ca
https://gyazo.com/8f2731e0c4740507afd045338ab60615

Please help us to solve the issue.
Thanks

 
« Last Edit: July 06, 2017, 04:22:16 PM by adyflik »

*

MB Themes

Re: noCaptcha reCaptcha display(design) issue
« Reply #1 on: July 06, 2017, 04:31:18 PM »
Thanks, i will take a look on it on monday. Note that it will not show on login page.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: noCaptcha reCaptcha display(design) issue
« Reply #2 on: July 10, 2017, 10:05:28 AM »
@adyflik
To fix design issues, add following to your style.css:
Code: [Select]
#sendfriend #anr_captcha_field_1 {float:left;clear:both;width:100%;margin-bottom:12px;}

noCaptcha Recaptcha may not be integrated anywhere or may not be supported on specific forms.
Basic problem is that there can be just one form with recaptcha on 1 page, however veronika theme may combine multiple forms on same page to avoid reloads. In such case you need to choose just one.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

adyfloat

  • ***
  • 42 posts
Re: noCaptcha reCaptcha display(design) issue
« Reply #3 on: July 12, 2017, 03:45:47 PM »
@frosticek

Hello,

Yes it worked for send to a friend form..!!
But for comment form again we need to add below line in style.css

Code: [Select]
#comment_form #anr_captcha_field_1{float:left;clear:both;width:100%;margin-bottom:10px;}

And I also put recaptcha code in between div tag, so it perfectly worked.

Code: [Select]
<div class="row" >
      <?php veronika_show_recaptcha(); ?>
</div>

Now any solution to use captcha for Login page.?

Thanks

*

MB Themes

Re: noCaptcha reCaptcha display(design) issue
« Reply #4 on: August 03, 2017, 08:36:56 AM »
@adyflik
There is no solution as on 1 page can be only and only 1 recaptcha. Not 2.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

apibio

  • ***
  • 68 posts
Re: noCaptcha reCaptcha display(design) issue
« Reply #5 on: September 05, 2017, 02:10:11 PM »
On the ad publish page the captcha code does not appear and on other pages it works smoothly. We have not changed anything anywhere but worked ....... :-[


https://anunturi-apibio.ro/anunt-nou

Tanks

*

MB Themes

Re: noCaptcha reCaptcha display(design) issue
« Reply #6 on: September 05, 2017, 02:17:32 PM »
@apibio
Try to go to last step of publish process.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

apibio

  • ***
  • 68 posts
Re: noCaptcha reCaptcha display(design) issue
« Reply #7 on: September 05, 2017, 03:14:00 PM »
The same does not work

*

apibio

  • ***
  • 68 posts
Re: noCaptcha reCaptcha display(design) issue
« Reply #8 on: September 05, 2017, 03:18:42 PM »
So .... at the moment I add a picture I get an error, the one in the picture, and in step 3 of course the code captcha

*

MB Themes

Re: noCaptcha reCaptcha display(design) issue
« Reply #9 on: September 05, 2017, 03:22:29 PM »
@apibio
Image uploads are not handled by theme. I believe that error message is self-explanatory.
Check osclass docs.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

apibio

  • ***
  • 68 posts
Re: noCaptcha reCaptcha display(design) issue
« Reply #10 on: September 05, 2017, 03:24:34 PM »
But why captcha code does not work for registered users?

*

apibio

  • ***
  • 68 posts
Re: noCaptcha reCaptcha display(design) issue
« Reply #11 on: September 05, 2017, 03:28:19 PM »
We have disabled the ad code from the plugin

*

MB Themes

Re: noCaptcha reCaptcha display(design) issue
« Reply #12 on: September 05, 2017, 03:34:25 PM »
@apibio
I do not see any problem with theme here. You have error message that explains what happened.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots