Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file css and reCaptcha V2 Google

More
8 years 11 months ago #4188 by maxmonti
css and reCaptcha V2 Google was created by maxmonti
I ask for two questions:

1. how can I use the CSS for modifing the Captha aspect? can you suggest an example?

2. Is it possible using Google version 2 with your plugin?
Thanks.
Max

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #4189 by admin
Replied by admin on topic css and reCaptcha V2 Google
Hello Max,

1 - I am not sure what you need to know about the CSS. The documentation associated with this free plugin tells you all the elements that can be modified and that are generated by the Google widget.

For instance :
.recaptcha_reload { color: red; } will color the 'get a new challenge' link into a red color.

2 - this plugin does not apply to version 2 of the Google widget.

It was meant to make version 1 more flexible and take advantage of its possible customization as stated in Google's API guidelines (and not be constrained by the default themes).

If you need to use version 2 of the Google reCaptcha, the reCaptcha plugin, packaged with the Joomla framework, is all you need.

Olivier.
The following user(s) said Thank You: maxmonti

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago - 8 years 11 months ago #4190 by maxmonti
Replied by maxmonti on topic css and reCaptcha V2 Google
So, I attach a file:
1. I'd like to change the red background color,
2. change the font color
3. and change the word in Italian language
Can you help me?
Many many thanks
Max
Attachments:
Last edit: 8 years 11 months ago by maxmonti. Reason: error in writing

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #4191 by maxmonti
Replied by maxmonti on topic css and reCaptcha V2 Google
Hi Olivier,
I've recideva an e-mail but I can't see your reply.
Is it so?

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #4192 by admin
Replied by admin on topic css and reCaptcha V2 Google
#recaptcha_widget a { background-color: none !important; color: #CCC !important; }

will make the links grey and the background white in the plugin. But I am guessing since I don't see your source code.

To change the 'captcha' word, you will have to create a language override (this word is part of Joomla, not of the plugin).

Go to Extensions -> Language manager -> Overrides.

You will have to replace
COM_CONTACT_CAPTCHA_LABEL and/or
COM_USERS_CAPTCHA_LABEL
with whatever you want.

Olivier.
The following user(s) said Thank You: maxmonti

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #4193 by admin
Replied by admin on topic css and reCaptcha V2 Google
Max,
replies are visible in the forum :-)

Olivier.
The following user(s) said Thank You: maxmonti

Please Log in or Create an account to join the conversation.