CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
187 stars 163 forks source link

Conflicts with LifterLMS #992

Open Shelob9 opened 7 years ago

Shelob9 commented 7 years ago

Reported here: https://wordpress.org/support/topic/conflicts-5/

Needs more resarch

mwiinga commented 7 years ago

@Shelob9 hi,

After sitting and doing some digging, I have found that it's actually the theme. In the functions.php, on line 182, there is this line wp_enqueue_script('jquery-mb-YTPlayer',get_template_directory_uri(). '/js/youtube-video/jquery.mb.YTPlayer.js',array('jquery')); linked to this file.

When this line is uncommented, or the file completely removed, Caldera functionality and BuddyPress profile uploads begin to function as normal. Whilst this is welcome, the other problem created is, the entire site's slide functionality stop working.

So this file, "jquery.mb_.YTPlayer.js" is where the conflict.

Anything more I find, I promise to say. Thank you..