This must be a .js related issue. I took out the .css and bulk of the .html. It is supposed to display 5 random cards. However, only 1 or 2 appear. And it seems like ~3 are repeated over and over again. When I load it offline, the images load fine. 5 cards are randomly shown and it doesn’t appear to repeat a few over and over again. Is it possible there is some .js security thing added on the hosting server? I don’t expect anyone to look at the .js code, but maybe there is something incompatible with the code. Should we be referencing a full address or should it be able to load with “/directory/file” referencing? That’s the only thing I am seeing in similar threads.
Update, now it is loading usually 4 out of 5 properly and not repeating. But it still hangs on and doesn’t load at least one. I can right click and load the image.
Thank you for checking. If I press shift and reload with the mouse, it shows all 5. If I press ctrl, shift, and r it also shows all 5. But if I just click refresh, then it only loads 4. I’ll put some .html and .css back and see if anything changes.
Loaded it a bunch of times, got 5 cards every time.
A few tings:
- Your 9 cards are not correct (The 9th icon goes in the middle, not the top)
- If you are getting duplicates, you either have duplicate images, or you are loading an older cached version of the code
Try clearing your cache:
6 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.