Eli
Eli

Reputation: 61

jquery isotope uncaught error

on my wordpress theme i have a isotope portfolio in which i can call the category through the url.

on the home page the error can be seen using chrome dev tools, this error is causing one of my plugins to not work but on any other page there is no error and the plugin works fine.

i have tried many fixes to make this work but hit a brick wall.

does anyone have any insight on this.

i have provided the links to be seen

Homepage ( not working with error): http://creativemotives.ddns.net:9999/~reidy/

Other page ( working fine no errors): http://creativemotives.ddns.net:9999/~reidy/projects/#filter=*

the plugin is the scrolling ticker on the projects page.

Upvotes: 0

Views: 28

Answers (1)

Lucky Chingi
Lucky Chingi

Reputation: 2258

check the page source

you ~reidy does not have

<script type='text/javascript' src='http://creativemotives.ddns.net:9999/~reidy/wp-content/themes/reidy/js/jquery.isotope.min.js?ver=4.3.1'></script>

Whereas the projects page does

Upvotes: 1

Related Questions