-
AuthorPosts
-
fcamineiro Friend
fcamineiro
- Join date:
- June 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 26, 2013 at 11:19 pm #193275Hello,
when I try to use the Captcha-reCaptcha plugin in my contact form it doesn’t stay aligned with its form: http://www.fcasports.com.br/index.php/en/contact
What could I do to fix it?
Thanks.
fcamineiro Friendfcamineiro
- Join date:
- June 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 27, 2013 at 12:07 am #516613I decided to removed the menu from my website until I find a solution for it. Meanwhile I attached a screenshot of the problem.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 27, 2013 at 4:37 am #516633Hi Fcamineiro,
This is error of css on our template. I reported to Dev team, we will fix and update it soon. Currently, you can try my suggestion:
– Create new file with name custom.css into /templates/ja_fixel/css directory
– Open it and add this code:
.re-captcha .control-label {
float: none;
text-align: left;
width: auto;
}
.re-captcha .controls {
margin-left: 0;
}After changing, you can see as this image:
Let me know if this helps
Regards,
-
1 user says Thank You to Nazario A for this useful post
fcamineiro Friendfcamineiro
- Join date:
- June 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 27, 2013 at 12:12 pm #516676Thanks Nazario.
This has solved the positioning problem but not how its bottom border is displayed. Is there a CSS temporary fix for that too?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 29, 2013 at 7:50 pm #516797Hi fcamineiro,
We can customize the CSS to solve the position of the Captcha only.
About the box, we can not do it. You can raise this question to the developer of the Captcha, they can help you more on this.
fcamineiro Friendfcamineiro
- Join date:
- June 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 30, 2013 at 8:41 pm #516922Thanks Nazario.
Why does it look fine when I try it with another template?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 31, 2013 at 7:59 am #516994Hi fcaminerio,
<blockquote>Why does it look fine when I try it with another template?</blockquote>
Could you send me URL of the mentioned template or screenshort where it works?
fcamineiro Friendfcamineiro
- Join date:
- June 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 3, 2014 at 8:51 am #517255In this case, I can only suggest you correct the position of captcha box in our template. All other elements inside the box like border… belong to the style loaded from Captcha, we can’t edit it.
I’m afraid that you need to contact Captcha developers to get help on this.
fcamineiro Friendfcamineiro
- Join date:
- June 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 4, 2014 at 6:51 pm #517364As I said it works fine if I change contact’s webpage template for one of the Joomla’s default templates. Therefore it must be a JA Fixel template problem or an incompatibility between reCaptcha and JA Fixel template. Frustrating…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 7, 2014 at 2:18 pm #517663This way will help you to fix the problem on your site.
Open templates/ja_fixel/css/custom.css file and add script below
#recaptcha_area .recaptcha_input_area input {
background: #ddd;
width: 153px !important;
display: inline-block;
}#recaptcha_area th,
#recaptcha_area td {
line-height: normal !important;
}#recaptcha_area .recaptchatable #recaptcha_response_field {
margin-top: 12px !important;
}
2 users say Thank You to Ninja Lead for this useful post
fcamineiro Friendfcamineiro
- Join date:
- June 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 7, 2014 at 3:30 pm #517671Thanks! Solved my problem!
1 user says Thank You to fcamineiro for this useful post
February 6, 2014 at 7:43 am #521464I ahve the same problem here.
http://www.camillafellas.com/contact.html
Added the custom code but not working. Also the contact form boxes are not the right sizes at some points when you resize the sscreen. i changed the max-witdh to componsate
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 6, 2014 at 4:54 pm #521539The issue comes from the re-captcha. Not all themes of re-captcha can display well in our template. Please try to change to other type of re-captcha (ex: red) to see how it goes.
I’m afraid this is beyond our scope of support. You should post the issue on the re-captcha forum, you may find better answers there.
February 24, 2014 at 7:23 am #524032Thanks you and yes it does look better.
The other problem we are now having is getting the captchas working everywhere, we eventually turned it off for registration in K2 but when on we get the text but no captcha. Any ideas or links to sort this??
AuthorPostsThis topic contains 16 replies, has 4 voices, and was last updated by Ninja Lead 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum