*

Pavel

  • **
  • 6 posts
Oprava
« on: April 09, 2018, 06:22:21 PM »
Dobrý den
Problém v Elena Osclass
viz. foto


Děkuji moc  za opravu

*

jcarrolo01

  • *****
  • 256 posts
Re: Oprava
« Reply #1 on: April 28, 2018, 06:43:36 PM »
Hello...

The theme still have the code for reCaptcha V1, is descontinued at the moment...

With this code when a user try to create a message is telling the reCaptcha it's not completed

Code: [Select]
            <div style="float:left;clear:both;width:100%;margin:5px 0 10px 0;">
              <?php osc_run_hook("anr_captcha_form_field"); ?>
            </div>

To solve this i change to

Code: [Select]
            <div style="float:left;clear:both;width:100%;margin:5px 0 10px 0;">
              <!-- <?php osc_run_hook("anr_captcha_form_field"); ?> -->
  <?php osc_show_recaptcha(); ?>
            </div>

Now the users can create their accounts but i still having the fields desaligned on right side when i'm in responsive format....

I'm trying to solve, but time is one of the thinsks i don't have...

Best Regards
JCarrolo