luis-almeida / filtrify

Beautiful advanced tag filtering with HTML5 and jQuery
Other
642 stars 113 forks source link

Placeholder not populating #57

Closed guit4eva closed 9 years ago

guit4eva commented 9 years ago

Hi there:)

First off, just a quick typo I spotted in your documentation:

<script src="js/fitrify.js" and then also "ammount" further down.

Anyways, I've been trying all day to get Filtrify to work with Wordpress, and now with just a plain html file using the code in your documentation, but the Placeholder won't populate with options. I've correctly loading the js and css files, and even copying the source code of your demo and adjusting the links to my local copy of filtrify returns

ReferenceError: $ is not defined

I know it's quite a vague issue, but what would you suggest I do to figure out why it's not working? I'd REALLY like to have it functioning on my site:/

Thanks!

guit4eva commented 9 years ago

Ok, finally got it working:) The local copy wasn't working because I had to add http to the jquery path, and the wordpress wasn't working because of a selector override. Awesome plugin! Keep up the great work! :D