How to update theme manually

How to update theme manually

First off, here are the instructions to update the theme automatically http://kb.templatation.com/article/35-how-to-update-the-theme 

Sometimes based on the circumstances few customers face trouble updating the theme automatically. So here is old school traditional way of updating the theme that always works.

1) Download the latest version of the theme from Themeforest by logging into your themeforest account then going to Downloads and then click "download WordPress files only"


2) Now unzip the downloaded folder to your local machine, you should have the folder with name of the theme(lets say theme name is justshoppe, however same process applies to every other theme also) and when you open the folder you will see theme files in it. (Make sure you dont see another justshoppe folder inside it.)

3) Rename that folder as justshoppe-new.

4) Log in to your server using FTP using your favorite FTP client. If you dont know your FTP details, contact your host please.

5) Once logged in , browse to/wp-content/themes folder. Here you will see the theme listed as a folder. For example if you are doing it for justshoppe theme, you will see justshop folder there. 

6) Upload the justshop-new folder we created in Step 3 in this same directory. Once the upload finishes, at this point, you will have 2 folders in this directory. justshoppe and justshoppe-new.

7) Rename the justshoppe folder to justshoppe-backup and justshoppe-new to justshop.

Thats it, theme is now updated. And if you never modified any core theme files, your website should behave normally. Remember that if you see something wrong and want to revert you can just rename those folders back. Thats why we have created justshoppe-backup. If all seems fine, its recommeded to delete justshoppe-backup folder to avoid future confusions.

    • Related Articles

    • How to Update the theme

      Here are the instructions to update the theme. 1) Please dont forget to have a backup first, you can use this plugin  https://wordpress.org/plugins/updraftplus/  to make backup easily. 2) In latest version of the theme, we have included recommended ...
    • Adding more icons to Carena theme.

      Here is the guide that can help you with Icons in Carena theme. You can use icons from this page https://fontawesome.com/cheatsheet , most of them will work with theme. Just use them with fa extension. For example, if you want to use the first icon ...
    • How to Update Pix auto plugin.

      Process to update Pix Auto plugin is as follows. 1) Go to Plugins, deactivate  Pix Auto and delete the plugin. ( Yes, I am sure about it, and it won't harm your website ). 2) Go to Appearance -> Install plugins and install and activate  Pix ...
    • Legalpower Theme: How to change the look of theme

      Legalpower theme, has limited styling options. Sometimes you might need to heavily customise the theme.  Apologies to work with code, but below you can find the css that you can use to customise the theme. There are comments to define the use of the ...
    • Reduce logo on mobile in Fitzeous theme

       In fitzeous theme, in order to reduce size of the logo in mobile only, Please enter below css in wp-admin/appearance/customise/additionalCSS box. @media (max-width: 991px) { .main_header_area .header_menu .navbar .navbar-brand img {  width: 50%; } ...