- This topic has 2 replies, 2 voices, and was last updated 13 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › jQuery Error Message
Hey folks …
I have noticed that I receive an jQuery conflict error when I activate the WP eMember plugin. It is specific to the code below and to the one call of “closeOnClick: false”.
I have tried different themes … even the default Twenty Eleven. I have also disabled all plugins … still to no luck.
I am running the latest version of WordPress 3.2.1
Any ideas?
$forgot_pass_overlay = jQuery(“.forgot_pass_link”).click(function(e){
jQuery(“#wp_emember_email_mailMsg”).html(“”).hide();
jQuery(“#wp_emember_email_mailForm”).show();
jQuery(‘.eMember_text_input’).val(“”);
}).overlay({
// some mask tweaks suitable for modal dialogs
mask: {
color: ‘#ebecff’/*’darkred’*//*’#E7E7E7’*/,
loadSpeed: 200,
top: ‘30%’,
opacity: 0.9
},
api:true,
onBeforeLoad:function(){
trigger = this.getTrigger();
},
closeOnClick: false
});
Cheers,
Michael
First get a fresh build of the eMember plugin from here and update the plugin (in case some file got corrupted):
After you update the plugin please post a link to your site where you see this error so I can check it.
Excellent, thanks admin … the update helped.
Cheers