Community Support Forums — WordPress® ( Users Helping Users ) — 2011-05-13T03:05:18-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6365 2011-05-13T03:05:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14827#p14827 <![CDATA[Re: Free Registration From disabled submit button]]> Nice to meet you too ( @mdelacruzperu ).
Thanks for the kudos! It's really great to hear that :D

Statistics: Posted by Jason Caldwell — May 13th, 2011, 3:05 am


]]>
2011-05-11T17:49:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14650#p14650 <![CDATA[Re: Free Registration From disabled submit button]]> Statistics: Posted by mdelacruzperu — May 11th, 2011, 5:49 pm


]]>
2011-05-10T19:53:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14601#p14601 <![CDATA[Re: Free Registration From disabled submit button]]> Thanks for reporting this important issue.
~ and thanks for bringing this to my attention Cristián.

The construction of this link is designed to pull the latest release of jQuery in the 1.x.x series. Although this is a very cool feature provided by the Google API; with WordPress and WordPress plugins ( including s2Member ), we expect to see the version of jQuery that was shipped with WordPress, or at least a version within the same series.

So for instance, this URL you have now pulls jQuery v1.6
( jQuery v1.6 is bleeding edge, and could raise conflicts with plugins running on WP v3.1 ).
Code:
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

If you're going to employ a script like this, I would suggest this alternative, and then update the minor release number to match what WordPress ships with.
Code:
http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js

( this will pull jQuery v1.4.4, the latest in the 1.4 series )

WordPress v3.1 ships with jQuery v1.4.4.


In either case, I thank you VERY much for reporting this important issue, and we'll be sure to test s2Member against the latest version of jQuery before the next release.

@TODO: test against jQuery v1.5.x and jQuery v1.6.x.

Statistics: Posted by Jason Caldwell — May 10th, 2011, 7:53 pm


]]>
2011-05-09T15:30:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14481#p14481 <![CDATA[Re: Free Registration From disabled submit button]]> Statistics: Posted by mdelacruzperu — May 9th, 2011, 3:30 pm


]]>
2011-05-09T13:34:35-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14475#p14475 <![CDATA[Re: Free Registration From disabled submit button]]>

I'll let Jason know of this conflict so he prevents future conflicts if possible.

Statistics: Posted by Cristián Lávaque — May 9th, 2011, 1:34 pm


]]>
2011-05-09T13:16:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14472#p14472 <![CDATA[Re: Free Registration From disabled submit button]]>
Code:
/** Load jQuery latest **/
if ( !is_admin() ) {
   wp_deregister_script('jquery');
   wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false);
   wp_enqueue_script('jquery');
}
 


That breaks s2member Free Registration Form javascript, any ideas how to deal with this?

It's possible for us to have troubles with s2member when Wordpress upgrades jQuery in any next release.

Statistics: Posted by mdelacruzperu — May 9th, 2011, 1:16 pm


]]>
2011-05-09T12:26:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14468#p14468 <![CDATA[Re: Free Registration From disabled submit button]]> s2member is generating this code for the button:

<input type="submit" id="s2member-pro-paypal-registration-submit" class="s2member-pro-paypal-submit s2member-pro-paypal-registration-submit" value="Submit Form" tabindex="310" disabled="">

I'm not finding where he adds the disabled option I think it is managed through js line 147 at:
\wp-content\plugins\s2member-pro\includes\separates\gateways\paypal\paypal.js

Statistics: Posted by mdelacruzperu — May 9th, 2011, 12:26 pm


]]>
2011-05-09T12:09:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14464#p14464 <![CDATA[Re: Free Registration From disabled submit button]]> http://s2member.com/contact/

Statistics: Posted by Cristián Lávaque — May 9th, 2011, 12:09 pm


]]>
2011-05-09T11:59:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14463#p14463 <![CDATA[Re: Free Registration From disabled submit button]]> Statistics: Posted by mdelacruzperu — May 9th, 2011, 11:59 am


]]>
2011-05-09T11:17:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14459#p14459 <![CDATA[Re: Free Registration From disabled submit button]]>
Can I see your page with the problem?

Statistics: Posted by Cristián Lávaque — May 9th, 2011, 11:17 am


]]>
2011-05-09T10:21:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14455#p14455 <![CDATA[Re: Free Registration From disabled submit button]]> Statistics: Posted by mdelacruzperu — May 9th, 2011, 10:21 am


]]>
2011-05-09T10:19:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14454#p14454 <![CDATA[Re: Free Registration From disabled submit button]]>
Have you enabled free registrations? WP Admin -> s2Member -> General Options -> Open Registration / Free Subscribers

Statistics: Posted by Cristián Lávaque — May 9th, 2011, 10:19 am


]]>
2011-05-09T10:16:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6365&p=14452#p14452 <![CDATA[Free Registration From disabled submit button]]>
[s2Member-Pro-PayPal-Form register="1" level="0" ccaps="" desc="Signup now, it's Free!" custom="www.mydomain.com" tp="0" tt="D" captcha="clean" /]

As instructions recommendation.

But when I go there I can't click the submit button, it's disabled. Any clue what could be happening?

Statistics: Posted by mdelacruzperu — May 9th, 2011, 10:16 am


]]>