I’m building my portfolio website over a wordpress theme. In the page “about me”, i have made first in code pen. When i go to insert the code in my website, the jQuery effect don’t work and i don’t know what i must do.
The jQuery function is a “flip” effect when you click on “CurrÃculo” button. How you can see here: http://codepen.io/FelipeMartinin/pen/sAtvD
This flip effect don’t work in my page: http://felipemartinin.com.br/acerca/
The jQuery src: http://felipemartinin.com.br/wp-content/themes/FelipeMartinin/js/portfolio.js
If anyone can help me I’m really grateful.
Thanks in adv
Seem like there is a conflict here between jQuery and WordPress, try to put your code inside closure:
If you look into your console when loading the page, you’ll find, that it can’t load a lot of plugins (thats the 404 not found error):
First of all, you should avoid such errors. Then have a look, where the file lays on the server, and correct the paths.