miguel-perez / smoothState.js

Unobtrusive page transitions with jQuery.
MIT License
4.43k stars 505 forks source link

Combine smoothstate + Wordpress #337

Open rdpchloe opened 7 years ago

rdpchloe commented 7 years ago

Hello, Im newbie here and wanna combine smoothstate with Wordpress~ Im combining soothstate and wordpress by following this article http://www.parsonsprojects.co.uk/smoothstate-wordpress, but I use default option like this $(function() { $('#main').smoothState(); });

Also, I have many wordpress plugin, one of them is Disqus~ Smoothstate run smoothly, yes I didnt see loading circle in my browser. But when I open my post and disqus is load, my CPU usage is high, that I think many number of JS is repeat activate itself~ Also one of my plugin can't running~ You can see my console here https://s28.postimg.org/tekrs3q99/Screenshot_121.jpg So, what's wrong? :(