• Hello and good day.

    I have recorded a video since I need to continue to work on other developments.
    But it seems that as soon as I activate this plugin I loose connection to my JS files.

    Here is the video: https://quick.as/vw6iLx7B

    Thank you for your time. ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Campaign Monitor

    (@vibhorchhabra)

    We have added a new version of the plugin which prevents conflicts with other plugins javascript errors. Can you please update and let us know
    Thanks!

    Thread Starter deyson

    (@deyson)

    Hello and thank you for your help. ??

    I have installed it again and this time I have conflicts with my MediaElements video player, specifically the plugin preview.js: https://github.com/johndyer/mediaelement-plugins/tree/master/dist/preview

    Thank you for all your amazing help! Have a great day! ??

    Plugin Author leandrov

    (@leandrov)

    Can you please let us know if this is happening in the front or backend?
    if you could give us a url so we can see the actually it would help a lot.
    thanks

    bgourarie

    (@bgourarie)

    Hey, I’m not sure if this is related but there seems to be a typo in line 995 of application.cfm — you are registering jquery with a relative url instead of an absolute one because of a missing colon.

                    wp_register_script(Helper::tokenize('jquery-admin'), "https//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", false, null);
    

    should probably be

                    wp_register_script(Helper::tokenize('jquery-admin'), "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", false, null);
    
    • This reply was modified 8 years ago by bgourarie. Reason: gave wrong line number
    Thread Starter deyson

    (@deyson)

    Hello @bgourarie, where can I find that file so I can test your typo modification? Thank you ??

    Thread Starter deyson

    (@deyson)

    Found it, it is in Application.php

    Thread Starter deyson

    (@deyson)

    I have not. Sorry. Thank you for sharing. ??

    bgourarie

    (@bgourarie)

    Sorry, you found it.
    However, we tried to use it and found even more errors in other parts of it, and wound up not using this plugin.

    Plugin Author leandrov

    (@leandrov)

    We have released a new version of the plugin with extra jquery fixes can you please try it let us know
    thanks

    daltonint

    (@daltonint)

    Just installed your plugin today and it also broke my theme, revolution slider

    Like the plugin but cant use it ??

    daltonint

    (@daltonint)

    Installed an older version I had 2.4.1 and working – version 2.5.4 breaks the site

    Plugin Author leandrov

    (@leandrov)

    We have release a new patch which fix some problems that customers were having with javascript and jquery no conflict specifically please update and let us know.
    thanks

    Thread Starter deyson

    (@deyson)

    Thank you! ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Breaks most of my jQuery files when activated’ is closed to new replies.