- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my site products thumbnail images not display, but inside the products imges showed,
products landing page:
in my admin end look like,
how can i solve this error,
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For that, you need to access the Shell.
If you are using xampp/wamp then you can access it by clicking on the Shell button.
once you open the shell, go to your Magento directory e.g.
~ cd htdocs/{magento-directory}/bin
and then run the following:
php magento setup:upgrade php magento setup:di:compile php magento setup:static-content:deploy
I hope this will fix the issue.
FYI - don't forget to clear the cache.
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: Products Thumbnail Images Not Visible
Try clearing your cache and if doesn't help then best is to redeploy the static content.
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: Products Thumbnail Images Not Visible
How can i redeploy the static content ?
Actually i am using MAGMI to import my products images
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For that, you need to access the Shell.
If you are using xampp/wamp then you can access it by clicking on the Shell button.
once you open the shell, go to your Magento directory e.g.
~ cd htdocs/{magento-directory}/bin
and then run the following:
php magento setup:upgrade php magento setup:di:compile php magento setup:static-content:deploy
I hope this will fix the issue.
FYI - don't forget to clear the cache.
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: Products Thumbnail Images Not Visible
I did funny thing its working, just go to backend products page without any changes just click save button, it working. How can i bulk save all my products
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Products Thumbnail Images Not Visible
Sounds good.
That's what the setup:upgrade command would have done for you
If i was able to help, please accept my reply as solution.
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: Products Thumbnail Images Not Visible
could you pls explain this line,
cd htdocs/{magento-directory}/bin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Products Thumbnail Images Not Visible
That's your magento root directory.
You can read more here: http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-static-view.html
If this response was helpful to you, consider giving kudos to this post