I get a strange thing I can not find the solution
This is what happens.
Without Laygridder active isotope layout works.
*jQuery(function ($) {
var $container = $('.gallery');
$container.isotope({
itemSelector: '.gallery-item',
layoutMode: 'masonry'
});
var $grid = $('.gallery').isotope({
});
$grid.imagesLoaded().progress(function () {
$grid.isotope('layout');
}); });*
But when Laygridder is active.
The grid disappears and shows only the word Gridder
Does anyone have a idea to fix this?
Thanks in advance.
P.