• Hey ho, happy new year!

    I wanted to use this plugin, but somehow I get the error:

    jQuery.Deferred exception: e.indexOf is not a function TypeError: e.indexOf is not a function

    I’m using jquery-3.3.1.min.js

    is there any way how I can use this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor WPManiax

    (@wpmaniax)

    Hi,thanks for the info.

    Can you tell me please what theme do you use?

    Plugin Contributor WPManiax

    (@wpmaniax)

    Please send me your site URL also as maybe its another plugin related (incompatibility).

    Thread Starter yolcsita

    (@yolcsita)

    Hey thank you for the fast response. I’m using the theme Blossom by pipdig.

    Well, you can go to this page https://www.yolcsita.com/ and see the problem in the console. However, I installed another snow plugin in the meantime. But the problem was there before I installed the other plugin.

    Thank you

    Plugin Contributor WPManiax

    (@wpmaniax)

    Koszonom,

    Megprobalok utanna jarni mi a hiba.

    Csabi ??

    Plugin Contributor WPManiax

    (@wpmaniax)

    Megvan a hiba.

    A tema sajnos nem elerheto szamomra mert fizetos. De megkoszonnem ha segitenel kiprobalni nalad mukodik-e a dolog (es masok is biztos meg koszonnek akik 3.3.1 verziot hasznalnak).

    A wp-snow-effect/public/js/wp-snow-effect-public.js

    fajlban van ez a kod:

    (function ($) {
        'use strict';
    
        $(window).load(function () {
    
            if(!snoweffect.show) return; 

    meg kene valtoztatni erre:

    (function ($) {
        'use strict';
    
        $(window).on('load',function () {
    
            if(!snoweffect.show) return;

    En probaltam nalam mukodott.

    Koszonom elore.
    Csabi

    Thread Starter yolcsita

    (@yolcsita)

    Szia Csabi,

    k?sz?n?m, de sajnos nem mukodott.

    Itt küld?m a sreenshotot.

    View post on imgur.com

    K?sz?n?m
    Yolanda

    Plugin Contributor WPManiax

    (@wpmaniax)

    Szia,

    Ugy nez ki a problema abban van hogy 2 kulombozo jquery van az oldaladon:

    https://www.yolcsita.com/wp-includes/js/jquery/jquery.js?ver=1.12.4
    es:
    https://code.jquery.com/jquery-3.3.1.min.js

    A masodik a mailchimp kodba van csatolva.

    <script
      src="https://code.jquery.com/jquery-3.3.1.min.js"
      integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
      crossorigin="anonymous"></script>

    Jo lenne megprobalni az egyiket kidobni mert problemat jelenthet mas plugin-al is a jovoben ami jquery-t hasznal.

    Ha esetleg lenne idod es kedved kiprobalni mi tortenik ha azt a 3.3.1 kidobod az jo lenne, es megnezni a konzolban jelez-e hibat azutan.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘jQuery.Deferred exception: e.indexOf is not a function’ is closed to new replies.