-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Isotope filter buttons work on localhost but won't work on hosted server #1671
Comments
@vankishdelfuturo — i don't think the link you provided works. in addition, i would need to see the code you wrote in order to help. happy to assist if you can give me more information! |
Thanks for your time, man! Sorry about that formatting error, the link is fixed now. Here is the codepen for my website https://codepen.io/vankishfrombahamas/pen/gONPmde |
@vankishdelfuturo — okay, so just looking at your website real quick, i'm seeing an error: |
Hey @thesublimeobject, thanks for your previous suggestion. I've added the jQuery script to my HTML file as you recommended:
However, I'm still experiencing the same issue - the filtering buttons work fine on localhost but not on the server. I've double-checked, and there are no console errors related to jQuery not being defined anymore. It's also worth noting that the masonry style of the gallery is working, but not the filtering, so it's not like the whole thing is broken. Do you have any other ideas what might be causing this? Maybe something specific to how scripts behave differently on a server versus localhost? I'd really appreciate any further insights or debugging steps you could suggest. Thanks again for your help! |
@vankishdelfuturo — you also seem to have not included the script for imagesloaded: |
The text was updated successfully, but these errors were encountered: