Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author David Rosendo

    (@drosendo)

    Hi,

    It seems you might have some incompatible plugins that may not work well with mine, try disabling other plugins to figure out witch one is breaking my plugin…
    Maybe your theme also has specific actions that cannot be changed, making it complicated to be integrated.

    Thanks,
    David

    Thread Starter thisissaf

    (@thisissaf)

    Hi David,

    Wow quick reaction. Thanks!
    I tried deactivating all plugins already. No luck. Still braking.
    It is definitely a theme problem, as the default 2016 theme is working correctly.

    Could it be a jQuery version problem? Would you have any tips where I should be looking?

    Cheers

    Plugin Author David Rosendo

    (@drosendo)

    What may fix it, is if you try replacing all my $( sign in my svi-frontend.js to jQuery(
    And then minify it creating to a svi-frontend.min.js

    It may solve your problem… Do you know how to do that?

    Thread Starter thisissaf

    (@thisissaf)

    Just my thought ??
    I just noticed that the main wrapper does fade in with ‘jQuery’ in stead of with ‘$’.

    That’ll be a bunch of work ?? Lots of use of ‘$’.
    Should I also replace it when a <DIV> is targeted (f.e $(“#maincontainer”) etc..) ?

    Thanks

    Thread Starter thisissaf

    (@thisissaf)

    Oh sorry I misread your reaction.
    Yes I can, and dit that. Wasn’t much work at all, sorry for my reaction.
    … unfortunately it doesn’t bring the solution.

    I also use a lot of $( instead of jQuery( .
    Could that be the problem?

    Cheers and many thanks!

    Plugin Author David Rosendo

    (@drosendo)

    Hm..

    If you disable my plugin everything works, right? then it must be the theme that is expecting certain elements to be present. There not much I can do, it has to be a debug process… ??

    Thread Starter thisissaf

    (@thisissaf)

    Hey David,

    Turns out your tip was pretty close.
    I also had to delete the jQuery noConflict

    So the ending now basically looks like:

    … }(jQuery);
    $(document).ready(function () {
    WOOSVI.STARTS.init();
    });

    It works great now! Perfect.
    Again many thanks for the quick reaction and all the best to you.

    Plugin Author David Rosendo

    (@drosendo)

    great to hear that!

    All the best! Hope to see a review soon… ??

    Thread Starter thisissaf

    (@thisissaf)

    Sure. I’ll write you one.
    Would the same work for the pro version?
    Then I’ll give it a try ??

    thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can’t get SVI to work. Query issue?’ is closed to new replies.