php - jQuery autocomplete not displaying results in wordpress subsections -


i using jquery autocomplete on site building. works everywhere but, in section of site using wordpress, results aren't displayed.

the weirdest part in home of section, works, when go subsection or article, doesn't.

this home of wordpress section, autocomplete search top left: http://www.metagame.gg/news/

this subsection not working: http://www.metagame.gg/news/category/opinion/

i have been trying figure out happening, couldn't fix it.

any idea?

thank in advance.

you have 5 errors reason javascript not working

failed load resource: server responded status of 404 (not found) jquery-migrate.min.js?ver=1.4.0:2 jqmigrate: migrate installed, version 1.4.0 http://www.metagame.gg/news/category/js/jquery.js failed load resource: server responded status of 404 (not found) http://www.metagame.gg/news/category/js/jquery-ui.js failed load resource: server responded status of 404 (not found) www.metagame.gg/:406 uncaught typeerror: $ not function http://www.metagame.gg/news/category/opinion/style.css failed load resource: server responded status of 404 (not found)

mainly there 2 missing js files (http://www.metagame.gg/news/category/js/jquery.js & http://www.metagame.gg/news/category/js/jquery-ui.js) , missing css http://www.metagame.gg/news/category/opinion/style.css

further investigation:

you're using relative path jquery , jquery-ui explains why on homepage can find root/js/jquery.js not in root/news/category/js/jquery.js.
need reference root/js/jquery.js other pages well.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -