Thread Starter
Mahmud
(@chonchol)
Please check this.I have tried many times with many way.Why is this happening with this plugin.Again if i reloaded the page its design going to look ok.
Thanks for your message. It looks like you’re using Isotope to lay out the gallery grid. In these cases you’ll need to use the plugin call back to layout the items again after the next page is loaded.
There’s information here about this under the Isotope / Masonry section. You’ll need to change the target to the one you’ve chosen in your Isotope initialization.
Thread Starter
Mahmud
(@chonchol)
$('.grid').isotope('reloadItems').isotope();
What will be .grid and reloadItems value for my themes?
Thread Starter
Mahmud
(@chonchol)
For my theme what will be callback function? please tell.
Sorry for the delay. The .grid is the selector that you have used to initialize your isotope. reloadItems shoudn’t change as this is an Isotope function.