mandiwise / isotope-posts

[RETIRED] This plugin allows you to use Metafizzy's Isotope javascript plugin to display feeds of WordPress posts with a simple shortcode. Works with custom post types and custom taxonomies too.
GNU General Public License v2.0
55 stars 17 forks source link

Not Found error when using on a front page #10

Closed sanjmur closed 10 years ago

sanjmur commented 10 years ago

Hi there :) I'm really digging your plugin :)

I was trying to set up the plugin with CPT, and everything worked great until I've set the page as front one.

Whenever the plugin tries to load next batch of posts with infinite scroll, i keep getting the following error: GET http://192.168.1.2:8080/portfolio01/2/ 404 (Not Found) jquery.js?ver=1.11.0:3177

Any chance you could help? :)

mandiwise commented 10 years ago

Thanks for brining this to my attention—and glad you like the plugin.

I was able to reproduce this bug when implementing an Isotope loop on a static homepage. The infinite scroll pagination seems to get a bit confused about what the next paginated URL should be for this particular case. At this point, I've mostly worked out a bug fix for this, but I want to do a bit more testing. Stay tuned for v2.0.6 in the next couple days.

sanjmur commented 10 years ago

That's great to hear! Thanks!

mandiwise commented 10 years ago

Just committed v2.0.6. Let me know if you have any further issues after updating.

sanjmur commented 10 years ago

Just tried it out, everything works now :) Thanks for such a quick and amazing support!