Hey Davit, I'm pretty sure what was happening with isotope (it's happened
to me before) is that Isotope was running before the images loaded.
Isotope suggests using imagesLoaded,
http://isotope.metafizzy.co/appendix.html.  You could also wrap the isotope
code in a window load rather than document ready, i.e.:

$(window).load(function(){
    // isotope init here
});

I've never used jQuery Shuffle, but it may be the exact same problem.  Good
luck!


On Sat, Jul 26, 2014 at 8:28 PM, Davit Kartashyan <
[email protected]> wrote:

> *UPDATE*: This turned out to be a browser issue. I replaced jquery
> isotope with jquery shuffle but issue is still there. It works fine in
> IE11, shows images after 1 refresh in Firefox 31.0, doesn't show pictures
> in Chrome at all! Can someone help me debug this problem, please?
>
> суббота, 26 июля 2014 г., 1:57:23 UTC+8 пользователь Davit Kartashyan
> написал:
>
>> Hello. Let me first thank Stephan and all the contributors for making
>> mezzanine and cartridge frameworks, it's a great work! I am developing an
>> e-commerce website based on Josh's tutorials and it is almost ready. The
>> problem I am facing is that the images on homepage occasionally won't show
>> up. As you can see from the page source the images are loaded from the
>> server but they may show up only after several page refreshs. Here is the
>> ip address of my site(no domain name yet) http://128.199.160.27/
>> I just can't find the reason.
>> I would be hugely grateful if you could help me diagnose the cause of
>> this problem. Thanks in advance
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to