Search in support tickets

#130 – ReCaptcha on User registration form not centered

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Thursday, 23 November 2017 15:03 CET
inteligent
Joomla! version :3.8.2
PHP version :7.1.11
AdsManager version :3.1.11

Hi there

How I can get the reCaptcha centered on the User registration form?
As you can see in attachment, it's moved to the left side.
Custom Fields
Joomla Version
3.8.2
PHP Version
7.1.11
Product
AdsManager
Product Version
3.1.11
Attachment
Friday, 24 November 2017 09:28 CET
loic
Hello,

Could you give me a link to that page ?

Best regards.
 
Friday, 24 November 2017 10:08 CET
inteligent
loic

Here is the link: http://www.infocentr.ie/board/register
Monday, 27 November 2017 09:24 CET
loic
Hello,

In templates/adsclarity/css/template.css, you can add that code :
#jform_captcha div {
    margin: auto;
}


Best regards.
 
Monday, 27 November 2017 10:10 CET
inteligent
loic

Many thanks.
Looks better now, but is there any chance to line down reCaptcha with other fields above?
Monday, 27 November 2017 10:11 CET
inteligent
Monday, 27 November 2017 10:14 CET
inteligent
See attached
Monday, 27 November 2017 10:15 CET
inteligent
Some problems to upload an attachment
Attachment
Tuesday, 28 November 2017 08:24 CET
loic
Hello,

For now, the best I can do is the solution I gave you.

The iframe containing the captcha ignore the css applied to it, so I need to find why.

Best regards.
 
Sunday, 24 December 2017 07:43 CET
inteligent
I found solution, it works perfect if anybody need.

Added line on custom.css file:

div#jform_captcha {
    float: left !important;
}
Tuesday, 02 January 2018 09:07 CET
loic
Hello,

Thank you for the information.

I will test that on the test site and add it to the software code.

Best regards.
 

Please rate this ticket

Help us improve our support services by rating this ticket from one to five stars, according to how much you are satisfied from the handling of this ticket, one being not satisfied and five being very satisfied.