• Resolved steemansnick

    (@steemansnick)


    When I enable Fast Velocity I get this error:

    https://i63.tinypic.com/29lzk1u.jpgError

    (index):2 Uncaught ReferenceError: text is not definede @ (index):2(anonymous function) @ (index):2(anonymous function) @ (index):2
    header-29532032-1475583501.min.js:8 JQMIGRATE: Migrate is installed, version 1.4.1

    Any way to solve this please?

    Many thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    Yes, that’s a typical case of a theme or plugin developer that included a javascript file that conflicts when merged together with other javascript files.

    What the plugin does is to merge a lot of javascript files together, so when one file has an error it can cause this kind of error. You have to find out which one and exclude it on the plugin settings.

    How you do this is by looking at the plugin list of generated files and taking a look at the log files shown there. You can then exclude one by one of those javascript urls (on the big box below) and save until it fixes the problem for you.

    I usually add them all to the ignore list and then I start removing one by one until this kind of error shows up. When it shows, I know which file or plugin is causing trouble and therefore that’s the one to add to the ignore list later (but there can be more).

    As for the JQUERY migrate message, you get that even without using my plugin because that file is included by default on wordpress.

Viewing 1 replies (of 1 total)
  • The topic ‘JS error prevents further loading’ is closed to new replies.