- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5
For some reason on Magento 2.1.5, our category pages display the product name and link to product, however the image is not showing. If you open the product the images are there.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5
I'd like to check the following things:
- Have you tried flushing your magento and browser cache?
- Can you replicate the same behaviour on your mobile phone?
- Did you check your page source to see whether the image source is present?
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5
I'm don't have time to check a code, but looks like from last magento updates images doesn't create when page is processing and you need cron is running to generate resized images
Also you can run command from command line:
$ bin/magento catalog:images:resize
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5
Did you solve the issue?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5
Thanks working fine.
@Alexey Stepanov wrote:I'm don't have time to check a code, but looks like from last magento updates images doesn't create when page is processing and you need cron is running to generate resized images
Also you can run command from command line:$ bin/magento catalog:images:resize