Plugin Author
Skyree
(@skyree)
After a look, css and js scripts from the plugin aren’t thrown to your front end.
I’ll have a check soon.
What version of wordpress do you use ?
It also might be due to your theme. Make sure you have wp_head(); in your header.php file, and wp_footer(); in your footer.php file, which are located in your theme folder.
I have the latest version but my wp_head(); was misspelled. My mistake. Thank you!
I have
<?php wp_head(); ?>
<?php wp_footer(); ?>
and im on version 3.5.2
tested in chrome, firefox and IE and not working on any of them. Would really like to get it working as it looks nice 😉
Plugin Author
Skyree
(@skyree)
Can you send me a link to your test page ? Thus I can have a look and find out the problem.
Otherwise you can explain what exactly doesn’t work.