cancel
Showing results for 
Search instead for 
Did you mean: 

Products Thumbnail Images Not Visible

SOLVED

Products Thumbnail Images Not Visible

In my site products thumbnail images not display, but inside the products imges showed,

products landing page:

1.png

in my admin end look like,

2.png

how can i solve this error,



1 ACCEPTED SOLUTION

Accepted Solutions

Re: Products Thumbnail Images Not Visible

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. Untitled.png

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. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

View solution in original post

7 REPLIES 7

Re: Products Thumbnail Images Not Visible

@Jeeva Rathinam

 

Try clearing your cache and if doesn't help then best is to redeploy the static content. 

 

 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Products Thumbnail Images Not Visible

How can i  redeploy the static content ? 

Actually i am using MAGMI to import my products images

 

Re: Products Thumbnail Images Not Visible

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. Untitled.png

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. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

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 

Re: Products Thumbnail Images Not Visible

@Jeeva Rathinam

 

Sounds good. 

 

That's what the setup:upgrade command would have done for you Smiley Happy 

 

If i was able to help, please accept my reply as solution. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Products Thumbnail Images Not Visible

could you pls explain this line,

cd htdocs/{magento-directory}/bin

Re: Products Thumbnail Images Not Visible

@Jeeva Rathinam


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

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post