PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

form not working

s2Member Plugin. A Membership plugin for WordPress®.

form not working

Postby s1r0n » December 9th, 2011, 10:02 am

probably me doing something wrong again but, the proforms on my installation are NOT working when loaded in MSIE

https://curriculum.thelightningpath.com ... s2-ssl=yes

works in all other browsers but not explorer?

any ideas why this might be
User avatar
s1r0n
Registered User
Registered User
 
Posts: 57
Joined: May 12, 2011

Re: form not working

Postby Cristián Lávaque » December 10th, 2011, 8:21 pm

What version of MSIE and what exactly isn't working? Do you have a screenshot?

Also, what version of s2Member and s2Member Pro?

Thanks!
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: form not working

Postby s1r0n » December 11th, 2011, 6:44 pm

explorer 9.0

the "submit button" doesn't work. nothing happens when its clicked. it works fine in all other browsers, but not MSIE 9.0 (maybe ealier versions to?

screen shot attached
Attachments
deletethis.png
User avatar
s1r0n
Registered User
Registered User
 
Posts: 57
Joined: May 12, 2011

Re: form not working

Postby s1r0n » December 11th, 2011, 7:00 pm

also, i just upgraded to latest version of s2member pro. still no luck
User avatar
s1r0n
Registered User
Registered User
 
Posts: 57
Joined: May 12, 2011

Re: form not working

Postby s1r0n » December 13th, 2011, 11:20 am

i still can't get it to work. i took out all the sidebars and just put it on a plain page, still nothing. are others having this trouble with their proforms?
User avatar
s1r0n
Registered User
Registered User
 
Posts: 57
Joined: May 12, 2011

Re: form not working

Postby Cristián Lávaque » December 15th, 2011, 4:16 am

Maybe it's a JS conflict caused by another plugin or the theme in IE.

Could you try changing the theme to the default as a test and see if the button works? If not, deactivate other plugins one by one and see if the problem goes with one of them.
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: form not working

Postby s1r0n » December 15th, 2011, 3:31 pm

ya, it is apparantely conflicting with wp-amazon-associate. unfortunately, I need that plugin. how to resolve this conflict now
User avatar
s1r0n
Registered User
Registered User
 
Posts: 57
Joined: May 12, 2011

Re: form not working

Postby s1r0n » December 16th, 2011, 11:45 am

is it possible to pay for support?
User avatar
s1r0n
Registered User
Registered User
 
Posts: 57
Joined: May 12, 2011

Re: form not working

Postby Cristián Lávaque » December 17th, 2011, 5:31 am

If you really need that plugin you had causing the problem, you can tell the developer to look into it and improve it. Or you can try doing it yourself if you know how to do it.

This is part of a conversation I had with Jason some months ago regarding JavaScript conflicts.

Cristián: I still don't understand how the JS conflicts work... If the library is the same in both plugins, why is there a conflict? Same var names?

Jason Caldwell: Well, I call it a conflict. Sometimes it's a conflict in jQuery because of a bad plugin, which attempts to load jQuery on it's own, instead of doing it the WP way. Or sometimes, it just a bad plugin that causes a JavaScript error, which may result in all JavaScript failing ( the nature of JavaScript ). Not really a "conflict" in that case, really an error due to a bad plugin/theme.

Jason Caldwell: I've also see some conflicts between frameworks. That's rare, but there are some plugins that use the ProtoType framework, and combined with another framework like MooTools, there is a possibility for a conflict to arise. Rare though, and it's usually attributed to the way their loaded ( i.e. by a bad plugin/theme ).

Cristián: Does WP load JQuery already? If so, why do plugins load it too?

Jason Caldwell: Yea, WP already loads it. But some plugin authors don't know that, or they just hard code it into their plugin not realizing that. Other times they'll try to include a dependency on jQuery, but they name it wrong, and WordPress gets confused.

Cristián: Does s2Member load it again or uses WP's?

Jason Caldwell: Hmm, not really, because in the Dashboard, it's already loaded by WordPress. s2Member enques scripts that is uses, which rely on jQuery being present. In the call to wp_enqueue_script(), s2Member will list jQuery as a dependency, which forces WP to load it, though it's already loaded in the Dashboard anyway. That's the proper way to handle it.

On the front-end of a site, s2Member will load jQuery if it's not already loaded, but again, using the same technique. A call to wp_enqueue_script() with a dependency on jQuery forces WP to load jQuery. If 10 plugins all do it this way ( i.e. the right way ), WordPress loads jQuery in the proper order and only one time.

Cristián: Ah, got it. I understand WP has a QC team, don't they check this?

Jason Caldwell: Not in my experience. They look mostly for security issues and really bad code. They usually don't catch minute details like this.

Cristián: I see. Well, they do look at how the db is used, iirc.

Cristián: I see, but these details do cause trouble for the users. Maybe it'd be good to write an article about JS conflicts as you explained above and post it in the forums, and then show it to the QC guys for consideration to include in their quality checklist.

Jason Caldwell: Yea, that's a good idea. On the WP side though, they're aware of this problem, and that's why they created the wp_enqueue_script() wp_enqueue_style() functions. Although, I wish this were more prominent in this article: http://codex.wordpress.org/Writing_a_Pl ... uggestions

It is mentioned, but it's all the way at the bottom:

Try not to echo <script> and <style> tags directly - instead use the recommended wp_enqueue_style() and wp_enqueue_script() functions. They help eliminate including duplicate scripts and styles as well as introduce dependency support. See posts by the following people for more info: Ozh Richard, Artem Russakovskii, and Vladimir Prelovac.


I hope it helps you recognize what the plugin is doing wrong and fix it. :)

I hope it helps!
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010


Return to s2Member Plugin

Who is online

Users browsing this forum: No registered users and 2 guests

cron