Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lewis

    (@lewisgray200)

    Hi, please try disabling other plugins you have installed as there may be a conflict.

    Hi, I don’t know is this a solution for your issue, but I had similar problem and I solved it by changing 10 line in js.js:

    before:
    $(document).ready(function(){

    after:
    jQuery(document).ready(function($){

    Maybe it will help someone.

    Plugin Author Lewis

    (@lewisgray200)

    Thanks Artus200, that is the problem. I will update the code to fix this problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does nothing’ is closed to new replies.