php - My Nivo slider doesn't loads on Chrome Or IE -
nivo slider loads in firefox , tried solutions helped others putting width , height slider , adding latest jquery link in header. still doesn't want appear. link site :
http://www.travisblacklaw.com/
any appreciated!
- you loading jquery 2 times in website, keep latest , remove
1.6.4
<script src="http://code.jquery.com/jquery-latest.min.js"></script> <script type='text/javascript' src='http://www.travisblacklaw.com/wp-content/themes/theme05/js/jquery-1.6.4.min.js?ver=1.6.4'></script>
gprofiles.js
usingjquery.on
not found in1.6.4
uncaught typeerror: object [object object] has no method 'on'
- multiple javascript errors since seems using ajax call url not in same domain yours.
jquery.jsonp
can call external urls.
blocked frame origin "http://www.linksalpha.com" accessing frame origin "http://www.travisblacklaw.com". protocols, domains, , ports must match.
Comments
Post a Comment