URLs are broken using the plugin
-
I can’t use the plugin, all links are added by 27defer=27defer which breaks the links to get unusable (GTMetrix reports bad requests).
-
Hello,
I don’t understand. What is 27defer ?
I don’t know, your script changed the ressources like that:
https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js%27%20defer=%27defer
https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js%27%20defer=%27deferSame for local ressources:
https://www.heutger.net/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/plugins/contact-form-7/includes/js/scripts.js%27%20defer=%27defer
https://www.heutger.net/wp-content/plugins/font-resizer/js/jquery.cookie.js%27%20defer=%27defer
https://www.heutger.net/wp-content/plugins/font-resizer/js/jquery.fontsize.js%27%20defer=%27defer
https://www.heutger.net/wp-content/plugins/font-resizer/js/main.js%27%20defer=%27defer
https://www.heutger.net/wp-content/plugins/search-autocomplete/js/search-autocomplete.min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/plugins/speed-booster-pack/js/sbp-lazy-load.min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/plugins/wp-polls/polls-js.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/jquery.actual.min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/jquery.debouncedresize.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/jquery.fitvids.min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/jquery.flexslider-min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/jquery.imagesloaded.min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/jquery.infinitescroll.min.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/superfish.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/theme_trust.js%27%20defer=%27defer
https://www.heutger.net/wp-content/themes/hardy/js/tinynav.min.js%27%20defer=%27defer
https://www.heutger.net/wp-includes/js/jquery/jquery-migrate.min.js%27%20defer=%27deferIt seem that another plugin (or a php script) add (in a wrong way) an attribute defer=’defer’ to your javascript.
You should desactivate it πWithout your plugin, all the links are correct? So the change occur by activating your plugin and is away by deactivation?
It’s because your scripts uri are
https://www.heutger.net/wp-includes/js/jquery/jquery-migrate.min.js' defer='defer( instead ofhttps://www.heutger.net/wp-includes/js/jquery/jquery-migrate.min.js) . I think another script change your javascript URL before wp deferred javascript.
Did you use a specific plugin for cache or javascript optimisation ?I’m using W3Total Cache
The topic ‘URLs are broken using the plugin’ is closed to new replies.