ThemeForest

JS conflict - fix request - willing to pay.

372 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
  • Sold between 5 000 and 10 000 dollars
  • Vietnam
rongcon says

it not jquery or any conflict issue. it’s problem of the imageMenu.js script which use of unknown function “getStyle” which I think it support in another browsers and not in chrome.
contact me via skype and I’ll consider it for you. my skype is rongconvn89

240 posts
  • Exclusive Author
  • Has been a member for 1-2 years
  • Microlancer Beta Tester
  • Sold between 1 000 and 5 000 dollars
Typps says

it not jquery or any conflict issue. it’s problem of the imageMenu.js script which use of unknown function “getStyle” which I think it support in another browsers and not in chrome.
contact me via skype and I’ll consider it for you. my skype is rongconvn89

I respectfully disagree. It’s exactly how i stated in my post. The issues your seeing with getStyle is due to the conflict caused by the global variable $ being assigned ( note that it’s not var’d) hence global scope. imageMenu uses mootools and the assignment of the global $ variable conflicts with it.

It’s not even hard to verify, plus there is no need to have that particular line in there anyway, so removing it is warranted.

Edit: here is the getStyle method documented : Element.Style

which works well once the conflict is resolved, i.e. that particular line removed.

9 posts
  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
ro1and says

Disabling the full width audio player does fix the issue however, I’d really like to keep that plugin and see if it’s possible to fix what ever is causing it to disable the slider’s accordion function.

240 posts
  • Exclusive Author
  • Has been a member for 1-2 years
  • Microlancer Beta Tester
  • Sold between 1 000 and 5 000 dollars
Typps says

Disabling the full width audio player does fix the issue however, I’d really like to keep that plugin and see if it’s possible to fix what ever is causing it to disable the slider’s accordion function.

So contact the author and ask for help. He seems like a nice guy judging from the comments. This is the best approach.

9 posts
  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
ro1and says

The author directed me here, but thanks for trying to help.

1422 posts
  • Microlancer Beta Tester
  • Author had a File in an Envato Bundle
  • Bought between 50 and 99 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 000 and 250 000 dollars
+2 more
ZoomIt says

Maybe

        this.widths.closed = this.elements[0].getStyle('width').toInt();

to
        this.widths.closed = jQuery(this).width();
?
9 posts
  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
ro1and says

@Zoomlit, is it the imageMenu.js file I try this code replacement? Thank you.

by
by
by
by
by