Category Hoover Image Cache Issues -
I'm developing a website using Weltpixel Pearl Template on an install of Magento 2.3.1
We are having lots of problems with the "Listing Hover Image" cache
The cached path for the "Listing Hover Image" points to a cached directory that doesn't exist
All the other cached product images display correctly and with the correct cached directory path
All the hoover images on the category page also point to the same cached folder that doesn't exist.
Does anyone have the same issue?
-
I've spoken to Weltpixel about it, but they don't know what is causing it & think it is something to do with the way I have setup Magento.
I've tried deleting the image cache and running "php bin/magento catalog:images:resize" to rebuild the images cache, but the hoover images keep pointing to the old cache folders.
So I'm now going to run a test on a clean install of Magento & Weltpixel Pearl and see if it does it again..
I've wasted lots of time on this and haven't found a solution yet.
It's driving me crazy....
-
I found a solution for our problem. So it's a bug in the pearl theme...
Add the following code to the view.xml in the theme:
<image id="product_swatch_image_large" type="image"/>
<image id="product_swatch_image_medium" type="image">
<width>330</width>
<height>230</height>
<frame>0</frame>
</image>
<image id="product_swatch_image_small" type="thumbnail">
<width>88</width>
<height>116</height>
<frame>0</frame>
</image>
Please sign in to leave a comment.
Comments
4 comments