• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: reCaptcha

reCaptcha 14 years 3 days ago #13392

  • andywt
  • andywt's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
When reCapcha is enabled, it appears at the top of the page which is a bit unintuitive. Especially when the label "Please write ther antispam code is at the bottom. Here is a link: http://www.totherescuedfw.com/join-the-club/subscribe-to/1-rescueclub.html
Last Edit: 14 years 3 days ago by andywt.
The administrator has disabled public write access.

Re:reCaptcha 14 years 22 hours ago #13417

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

Please try editing the file "templates" > "rt_tachyon_j15" > "css" "joomla.css". Here, around line 164, you will find the following code lines:
#recaptcha_widget_div {
    position: absolute;
    top: -140px;
}

Which styles you will have to delete/comment. After this the ReCaptcha field will be displayed properly.
The administrator has disabled public write access.

Re:reCaptcha 13 years 11 months ago #13442

  • andywt
  • andywt's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I found the code I changed the code to:
#recaptcha_widget_div {
     position: relative;
     top: 0px;
 }
And it works like a charm.
The administrator has disabled public write access.

Re:reCaptcha 13 years 10 months ago #13719

I'm having this same problem with a RocketTheme template (same company that made the template that the original post was about). I edited the joomla.css file and commented the section out that was suggested to no avail.

Anyone have any other suggestiong to relocate the captcha box to the bottom of the page?

http://www.hammersmithrecords.com/index.php?option=com_rsform&formId=3
The administrator has disabled public write access.

reCaptcha 12 years 4 months ago #20442

This I also added the code to the end of my template.css file and it is now working for me.

THANKS
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!