Tips and Tricks HQ Support Portal › Forums › WP eMember › script errors with login code on IE 7
Tagged: eMember, flowplayer, jquery, password, password won't work, plugin conflict, video player
- This topic has 7 replies, 5 voices, and was last updated 13 years, 8 months ago by amin007.
-
AuthorPosts
-
August 4, 2010 at 11:55 pm #1630besttherapyMember
Hi there,
using IE 7.0.6001 i get a script error
“Microsoft JScript runtime error: Object doesn’t support this property or method”
at beginning of the following code, firefox is fine and if i click “break” then i seem to be able to login but an annoying error. is there a way to fix this?
$forgot_pass_overlay = jQuery(“.forgot_pass_link”).click(function(e){
jQuery(“#mailMsg”).html(“”).hide();
jQuery(“#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
});
August 5, 2010 at 2:13 am #23098IvyMemberHi, We will need to take a closer look at your site to see what is happening. I have sent you a site access request via email. Please let me know if you do not receive this email.
August 10, 2010 at 12:18 am #23099besttherapyMemberHi Ivy
i think i found the cause. it was the wordpress Flowplayer plugin causing a conflict as it uses jQuery as well. Have change to a video player that doesn’t use jquery and the script errors don’t occur on IE 6 any more.
thanks
February 17, 2011 at 5:18 pm #23100jetsetpeasantMemberbest therapy,
I’m having a similar problem with fv wordpress flowplayer, and was wondering what video player plugin you ended up going with to avoid that JQuery conflict. It’s a shame too, because otherwise I really like that video plugin and it’s free.
February 18, 2011 at 12:31 am #23101IvyMemberHi, Would the following plugin work for you:
February 21, 2011 at 3:47 am #23102jetsetpeasantMemberHi Ivy, thanks for your help. I’ll have to check that one out too, but for now got it working well with one called WP JW Player.
March 14, 2011 at 4:24 pm #23103Master Money MakerMemberJust to let you know there is a jquery conflict with a “sliding read more” plugin too. To bad to because it was one of the few that I found to work and did what I needed it to do.
Any suggestions guys?
March 15, 2011 at 1:12 am #23104amin007ParticipantPlease contact the developer of the plugin and request him to fix the JQuery stuff. Basically, when using JQuery in WordPress plugin follow WordPress’s guideline. Enqueu the jquery from WordPress and run it in no conflict mode. All the plugins that code the JQuery stuff properly usually will never conflict with each other.
-
AuthorPosts
- You must be logged in to reply to this topic.