• Resolved mustermann

    (@mustermann)


    Hi frutta,
    I use WordPress 5.5.3 and I have a problem with your plugin Autoptimize 2.7.8. The problem should be the message “jQuery.browser is deprecated”:

    This is the message in Firefox debug console:
    JQMIGRATE: Migrate is installed with logging active, version 1.4.1 autoptimize_97a9f2156f2922e2d42872b8cb751045.js:5:165

    I′m using the plugin “Enable jQuery Migrate Helper” to find in which plugin were “jQuery.browser is deprecated” is uesed.

    Thank you for help
    Michael

    The page I need help with: [log in to see the link]

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

    (@optimizingmatters)

    Hey mustermann;
    Autoptimize merely combines & minifies JS added by your theme & plugins, it does not add any in the Autoptimized JS-file, so the jquery.browser call is coming from your theme of one of the plugins really. Try loading your site with ?ao_noptimize=1 added to the URL to disable AO for that request, which _should_ allow you to see which of the original JS-files comes with that deprecated method.

    Hope this helps,
    frank

    Thread Starter mustermann

    (@mustermann)

    Hi frank,

    thank you for help.
    I think the Plugin Master Slider Pro is the origin:
    https://oldtimer-veranstaltung.de/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.4.5:9

    Is it possible for me to change Master Slider Pro 3.4.5?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    If you know JS well enough to understand what logic is being applied and how to replace that with something else, yes. But even if that would be the case, you would still be better of asking the developers of masterslider to adapt on their end, because your local changes would get overwritten when they push out an update.

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