Hover Effect Not Working

Hi Guys,

Here is the page…

http://modocom.ca/modo-update/category/portfolio/

When you hover over something it should overlay something it worked perfectly before brought into Wordpress. Here is it working, so not sure what happened its boggling my mind why it is not working now when everything indicates it should be. Here it is working…

http://modocom.ca/2014/page.html

So basically trying to make top link work like that exactly.

Thanks,

Mike

How are you enqueuing your scripts? It looks like it can’t find variables jQuery or the $

I notice this:

<script type="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

it should be

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

:slight_smile: