Community Support Forums— WordPress® ( Users Helping Users ) —2010-10-05T22:48:10-05:00http://www.primothemes.com/forums/feed.php?f=4&t=3802010-10-05T22:48:10-05:00http://www.primothemes.com/forums/viewtopic.php?t=380&p=3786#p3786 Thanks
Statistics: Posted by grayskyes — October 5th, 2010, 10:48 pm
]]>2010-07-14T17:09:25-05:00http://www.primothemes.com/forums/viewtopic.php?t=380&p=1546#p1546 Yea, I'm aware this causes conflicts under certain circumstances. It's a difficult thing to fine-tune. The reason for 10, 20, 30, 40, etc, is to leave plenty of room for Hooks/Filters and other Custom Fields to be inserted between them. Also, depending on your theme, your sidebar, etc, these tabindex numbers can either work beautifully, or cause other changes to be needed.
If anyone has any suggestions, I'm open to hearing them. To address your immediate problem with reCapchya, you can use their API, which already addresses this issue:
Code:
<script> var RecaptchaOptions = { tabindex : 50 }; </script>
Statistics: Posted by Jason Caldwell — July 14th, 2010, 5:09 pm
]]>2010-07-14T16:27:06-05:00http://www.primothemes.com/forums/viewtopic.php?t=380&p=1540#p1540 I have found a small problem with s2Member when reCaptcha is enabled on the registration page. It has to do with the tabindex order. Its currently set to 10, 20, 30, 40 with first name having a value of 30 and last name 40. The reCaptcha plugin has a value of 30 so when you get to the first name field it jumps next to reCaptcha skipping the last name field.
Nick
Statistics: Posted by Guest — July 14th, 2010, 4:27 pm