Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

jQuery conflict when using qTranslate Wysiwyg field #139

Open
krzysiekdrozdz opened this issue Jul 18, 2020 · 0 comments
Open

jQuery conflict when using qTranslate Wysiwyg field #139

krzysiekdrozdz opened this issue Jul 18, 2020 · 0 comments

Comments

@krzysiekdrozdz
Copy link

In assets/acf_5/main.js on line 155 there's:

  var $wrap = $(this);

And of course you can't use $ variable because of jQuery noConflict mode in WP. Changing it to:

  var $wrap = jQuery(this);

solves the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant