panzerscope Posted February 3 Posted February 3 Hello guys, I am having an issue which was not a problem up until around the new version of IPS 4.7.15 was installed. It is also worth noting our server is operating on PHP 8.1.27 On our homepage we have the "Top Picks Images" widget which is linked to an image album on the site. It now has an odd behaviour whereby it will show the image titles, but no image. I have noted that upon multiple refreshes, you can sometimes get the images to load, but that is not ideal. This is what you see on first page load + Whereas it should look like this, but you can only get to this after many refreshes. I do not think it is the custom theme we are using as I have just tried the default IPS theme and I get the same results. Is this a known issue ? Any help is fixing this would be appreciated. Many thanks, P
Marc Posted February 5 Posted February 5 Do you have any external caching running at all that may be influencing this? If so, could you please disable and let us know if this resolves the issue? panzerscope 1
panzerscope Posted February 5 Author Posted February 5 8 hours ago, Marc Stridgen said: Do you have any external caching running at all that may be influencing this? If so, could you please disable and let us know if this resolves the issue? Yes, we use cloud flare, however disabling it has no effect. I disabled it as well as did a full purge. I then also tried in incognito mode to make sure it was not a current browser session cache and I still need to hit refresh a couple of times to get the images to finally load. Thanks, P
Jim M Posted February 5 Posted February 5 Are there any console errors which may be an issue with how your images are loading? panzerscope 1
panzerscope Posted February 6 Author Posted February 6 Looks like someone else is having the same issues: As for console errors, no I have just checked and there are no errors relating to image loading or anything close, just some Google Syndication stuff, but that will be to do with my ads.
Daniel F Posted February 6 Posted February 6 I was able to reproduce this with Chrome. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release. panzerscope 1
Alexandru Posted February 6 Posted February 6 Paste this in custom.css until the next release. After release, please remember to remove this css lines. .cGalleryWidget { display: grid; }
Ehren Posted February 6 Posted February 6 This will be fixed in our next release. This is the solution we ended up applying: [data-blockid^="app_gallery_imageFeed_"] .cGalleryWidgetList .ipsImageBlock__main{ display: block; text-align: center; } GoGators, SeNioR-, Alexandru and 1 other 2 1 1
GoGators Posted February 6 Posted February 6 6 minutes ago, Ehren said: This will be fixed in our next release. This is the solution we ended up applying: [data-blockid^="app_gallery_imageFeed_"] .cGalleryWidgetList .ipsImageBlock__main{ display: block; text-align: center; } This worked for me...
panzerscope Posted February 7 Author Posted February 7 11 hours ago, Ehren said: This will be fixed in our next release. This is the solution we ended up applying: [data-blockid^="app_gallery_imageFeed_"] .cGalleryWidgetList .ipsImageBlock__main{ display: block; text-align: center; } Thanks for the work guys, where would I need to insert this ? I assume that once the official release comes out I would not need to remove this as it is a part of the next IPS release ?
Daniel F Posted February 7 Posted February 7 10 minutes ago, panzerscope said: Thanks for the work guys, where would I need to insert this ? I assume that once the official release comes out I would not need to remove this as it is a part of the next IPS release ? To your custom.css and you wouldn't need to remove it, but I would strongly suggest to remove it from the custom.css once we release our next maintenance release containing this fix. SeNioR- 1
panzerscope Posted February 7 Author Posted February 7 1 minute ago, Daniel F said: To your custom.css and you wouldn't need to remove it, but I would strongly suggest to remove it from the custom.css once we release our next maintenance release containing this fix. Thanks, will this be released in a main release or will you issue another hotfix patch ?
Randy Calvert Posted February 11 Posted February 11 From what is described it would be in a monthly release and not a hotfix. Hotfixes are typically used for important fixes that can’t wait for the regular release cycle.
Daniel F Posted February 12 Posted February 12 We'll release a fix for this and the web app settings page later today:)
Stuart Silvester Posted February 12 Posted February 12 Usually something like this wouldn't be in a patch, but since we were planning a patch for some other issues we also included this.
Marc Posted March 14 Posted March 14 This has now been resolved in the 4.7.16 release. Please update if you are seeing this issue. If you are then still seeing the issue, please let us know.
Recommended Posts