• Resolved michelveenstra

    (@michelveenstra)


    Hi there,

    in my chrome console i’m getting this warning and error since update to wordpress 5.5 is annyone else having this ? price slider isnt working for me on mobile

    warning in console: admin.js: ‘hover’ pseudo-event is deprecated, use ‘mouseenter mouseleave’

    Error in console: Uncaught TypeError: Cannot read property ‘update’ of undefined
    at HTMLDivElement.<anonymous>

    Br Michel

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello @michelveenstra,

    We checked plugin with WordPress 5.5 and all works same as before.
    Please provide your site URL to check the issue.

    Regards,
    Oleg

    Thread Starter michelveenstra

    (@michelveenstra)

    Ok,

    this is a test location

    https://michelv24.sg-host.com/winkel

    Br Michel

    Plugin Author RazyRx

    (@razyrx)

    Hello @michelveenstra,

    On mobile view all filters duplicates, but plugin works incorrect when same filter displayed twice.

    Regards,
    Oleg

    Thread Starter michelveenstra

    (@michelveenstra)

    How can i disable the plugins on mobile view? i already set and checked the “Hide this filter on” settings.

    it was working perfect before the wordpress update and only the slider doesnt work

    br Michel

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    “Hide this filter on” option works same as before, but it works on page load and if you change page to mobile view after load, then it will do not work.

    Regards,
    Oleg

    Thread Starter michelveenstra

    (@michelveenstra)

    I understand,

    so that can not be the issue.

    i still get the error bellow since update tot wp 5.5

    main.min.js:2 Uncaught TypeError: Cannot read property ‘update’ of undefined
    at HTMLDivElement.<anonymous> (main.min.js:2)
    at Function.each (jquery.js:2)
    at jQuery.fn.init.each (jquery.js:2)
    at braapf_ion_slidr_same (main.min.js:2)
    at Object.c (main.min.js:2)
    at h.callOnFinish (ion.rangeSlider.min.js:2)
    at h.drawHandles (ion.rangeSlider.min.js:2)
    at h.updateScene (ion.rangeSlider.min.js:2)

    Hello,

    It is happening the same to me. I had installed WordPress version 5.5, and it disabled my page builder plugin. I downgraded to version 5.4 and it came back to normal. Now, after I read online I could install (jQuery Migrate Helper) and resolve the problem, I have reinstalled back 5.5 version and I am getting this…”wp-content/themes/gaia/wp-wolf-framework/assets/js/app.js: ‘hover’ pseudo-event is deprecated, use ‘mouseenter mouseleave'”

    Any advice?

    Thank you.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    @hochoaphotography,

    Your issue is located in your theme file wp-content/themes/gaia/wp-wolf-framework/assets/js/app.js so please contact theme developers.

    Regaqds,
    Dima

    Thread Starter michelveenstra

    (@michelveenstra)

    I disabled all filters except the slider, and still it doesnt work. can you please check it form me

    Br Michel

    Plugin Author RazyRx

    (@razyrx)

    Hello @michelveenstra,

    On mobile view all filters duplicates, but plugin works incorrect when same filter displayed twice. Your theme or page builder duplicate filters after page load and our script cannot work correct with it.

    You can try to add this code on page load

    jQuery(document).ready(function() {
        setTimeout( function() {braapf_init_load()}, 1000);
    });

    Regards,
    Oleg

    Thread Starter michelveenstra

    (@michelveenstra)

    Thank yo so much,

    this is working for me ??
    Everything is working fine now.

    Br Michel

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘jquery error in console for price slider on mobile’ is closed to new replies.