0
Welcome Guest! Login
0 items Join Now

Search

Search by Keyword
Search by User Name

Advanced Search

Results to Show
Find Posts from
Sort Results by
Search in Categories
Showing 1 - 10 results of 100 total hits (0.032 seconds)
Score 176.5

Re: [ ( Free Stuff / Free Joomla Stuff )

MrT's Avatar

This is a clash between joomla recaptcha and k2 recaptcha. You can't have both on - so I went to user manager > options and disabled captcha there - your registration form now works with recaptcha ok. Regards, Mark.

Score 167.5

Re: [ ( Gantry Framework / Gantry Solved Threads )

MrT's Avatar

It won't be Callisto itself that is causing the spam. If you have left the contact form unprotected (no recaptcha) this is the most likely reason. Yes you can obtain recaptcha keys from coogle captcha site and then enter them in the recaptcha plugin and enable recaptcha in global config - this will protect the form. I also suggest that you add a good security product to your joomla installation such as Akeeba Admin Tools PRo or RSFirewall. Regards, Mark.

Score 157.7

Re: C ( General / General Discussion )

MrT's Avatar

It's your recaptcha cuasing this... Use this code... .g-recaptcha > div { width: auto !important; } To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet. Remember to recompile CSS from base outline too. Regards, Mark.

Score 153.7

Re: F ( General / Configuration and Security )

MrT's Avatar

Rsforms is probably the most popular form application followed by breezingforms. Both can use recaptcha. Regards, Mark.

Score 149.2

Re: [ ( Free Stuff / Free Joomla Stuff )

MrT's Avatar

1. you're using sclogin 2. you're using K2 registration 3. you haven't put the recaptcha keys into K2 parameters. Regards, Mark.

Score 136.0

R ( Free Stuff / Free Joomla Stuff )

Marco's Avatar

Hi all, I just updated my Joomla installation to 3.4.0 version and also updated my Recaptcha keypair to 2.0 version. But after that the Recaptcha widget doesn't show anymore. I can see only this message in the browser console: Uncaught ReferenceError: grecaptcha is not defined The Recaptcha correctly show on default Protostar template. Any ideas? Tnx Marco

Score 135.8

r ( General / General Discussion )

osee's Avatar

reCAPTCHA is two big. Is there anyway to resize it? Customization instruction is given in google : http://code.google.com/apis/recaptcha/docs/customization.html But no idea how to incorporate into the the template.

Written by osee » 13 years 10 months ago
/forum/general-discussion/134959-recaptcha-too-wide
Score 133.0

L ( General / Configuration and Security )

Matt M's Avatar

We're using the default reCaptcha that comes with Joomla 3.0 but we recently have been getting lots of bots registering and bypassing reCaptcha. What is a good extension with some better Captcha or a Captcha replacement?

Score 132.6

r ( General / General Discussion )

oceano's Avatar

Every 5 minute, I brwosing or not the forum, the system put me out and I have to give the captcha.....just you know. Thank you

Written by oceano » 4 years 4 months ago
/forum/general-discussion/285595-recaptcha
Score 130.5

[ ( Gantry Framework / Gantry Solved Threads )

mustafa_s's Avatar

Hello, I have the following code in my rt_audacity-custom.css file which works fine, I can see the overried apply on front-end: div#g-recaptcha { margin-left: 74px; } .recaptcha { padding-left: 103px; } However this applies to all devices (mobiles, tablets and desktops). How can I ensure this does not apply to mobiles and tablets but only to desktop? I tried the following but the mobile/tablet view didn't change and kept the overrides from the previous custom css: // Mobile Modes @media (max-width: 767px) { div#g-recaptcha { margin-left: 0px; } } // Mobile Modes @media (max-width: 767px) { .recaptcha { padding-left: 0px; } } Thanks.

Time to create page: 0.131 seconds