cancel
Showing results for 
Search instead for 
Did you mean: 

Hi there, i need your help !

Hi there, i need your help !

I have made changes to my custom theme, I cannot see any changes in the frontend after uploading it to the server.

- I have flushed the cache

- I have flushed the js/css cache

- I have enabled the developer mode by adding "SetEnv MAGE_MODE developer" in .htaccess  in the root folder of magento2.

 

Pls. advise how to see theme changes. Also, I use web hosting and do not have ssh access, so I cannot run terminal commands.

1 REPLY 1

Re: Hi there, i need your help !

Hi @vdghf_vcxzv

 

I understand the problem you are facing !

 

But as you mention that you have changed in your custom theme - so off course its requires to run the deploy command !

 

Because assets , Images , JS all are served from pub directory - so you need to run the below command :

 

php bin/magento setup:static-content:deploy -f

 

But still as an trying purpose - i would say change it to production mode , so it will automatically do static-content:deploy - but this is just suggestion not sure it will work or not !

 

try this , but its always good if we have command line access to run commands !

 

hope it helps

if issue solved,Click Kudos & Accept as Solution