cancel
Showing results for 
Search instead for 
Did you mean: 

Theme update on shared hosting possible?

Re: Theme update on shared hosting possible

thanks for the help!

Re: Theme update on shared hosting possible

after i create frontend, do i create a folder named after the theme? 

or do i place folders: documents, license, theme,

 

or just contents from theme folder, which are patches, step_1, step_2, slider_demo, etc. 

 

Thanks. 

Re: Theme update on shared hosting possible

For that you need to check theme guidelines ..

mainly in frontend directory you need to put VendorName directory in that Theme directory ..

and in theme directory you need to place all the files ..

then it will works
if issue solved,Click Kudos & Accept as Solution

Re: Theme update on shared hosting possible?

 

You would need to upload the updated theme files to the app/design/frontend directory and run the following commands in sequence using SSH:

 

pythonCopy code
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
 

If you do not have SSH access, updating the theme would depend on whether the theme developer has provided a backend console for updating the theme. If such a console exists, you can use it to update the theme. However, if there is no console available, you would need to follow the steps I mentioned earlier to update the theme.