Magento Expert Forum - Improve your Magento experience

Results 1 to 14 of 14

How to install a Magento Theme?

  1. #1
    Junior Member ccvv's Avatar
    Join Date
    Mar 2013
    Posts
    64
    Thanks
    6
    Thanked 17 Times in 13 Posts

    Default How to install a Magento Theme?

    Magento is becoming one of the best E-commerce store which is gaining popularity by leaps and bounds. With this rate of increasing popularity, many existing and new stores are bound to migrate or start with Magento pretty soon. Although, Magento is quite good but it requires proper knowledge before you indulge yourself into Magento customization. If you want to create a new Magento theme by yourself that’s a different story altogether but if want to leverage the functionality and layout provided by any premium or free Magento theme then you should know how to install the theme soon after successful download.
    There are two ways to install a Magento theme:


    1. Install via Magento Connect

    To install a theme from Magento Connect you need to follow certain steps which are explained below (Advance users may skip few steps):

    • Select the theme by browsing the huge Magento theme archive. OR, If you know the direct URL of your favourite theme just open it’s Magento connect URL
    • Now, you will see a button right under the theme image called “Get Extension Key”. You need to click “Get Extension Key” and agree to extension license agreement.






    • After you select agree checkbox and click “Get Extension Key” you will see the Magento extension key right there itself (displayed in the box). You need to paste this extension key in your store’s Magento connect tab. Keep it safe.
    • Copy this Magento extension key. E.g. It will look like “magento-community/Magik_Autocomplete”
    • In order to install this theme into your Magento store you need to login to your store admin panel and go to System->Magento Connect->Magento Connect Manager. Magento connect manager will ask you to login again. You need to use your store admin login credentials to get past the login screen.




    You need to paste the theme extension key copied from the Magentocommerce.com’s Magento connect here.

    Magento connect checks for the extension key validity and downloads the theme on your system. Depending upon your internet connection speed (bandwidth) and theme size it will take time to install. These extension keys are specifically created with a unique combination so that there is no confusion over which extension to download. If you have correct extension key and there are no errors in theme or your internet bandwidth you will not see any error messages. In case there are any error messages try downloading and installing again. If you do not succed at all then you can contact the theme owner or ask questions in the theme documentation tab.


    • Soon after you see “Theme successfully installed” message go to System->Configuration->Design->Themes and provide the theme name in Default field (which will change your default theme to this new theme) and click “Save Config” button at the top right corner of your screen.





    • A Magento theme revolves around different columns in your theme layout. In case your store home page doesn’t load properly and shows weird design then go to CMS->Manage Pages. You will notice that there are two different layouts for the home page (may be more depending upon how many themes you have tried in the past). Based on your new theme layout disable all the other home page layouts. You can easily disable/enable the layouts by clicking “Enabled” or “Disabled” links provided in the status field.





    • Check your home page if the store is looking just like your new theme, you are done. If you still see problems chances are that you haven’t disabled the correct home page layout. Repeat step 7 until you see a correct store home page (not required if you have only two home page layouts showing in your “Manage Pages” section.

    This was the easiest and fastest way of installing a Magento theme using Magento Connect manager.

    Many Magento theme sites don’t publish their theme template in Magento connect (sometimes their themes do not pass through Magento connect guidelines). These themes are provided directly by the theme owner sites. If you are interested in downloading a Magento theme from such sites then following are the steps required to install a Magento theme within your existing Magento installation.

    2. Install via placing appropriate theme template folders in your Magento Installation

    It entirely depends upon the theme availability and theme quality but if the theme is available in Magento Connect (it has a good collection of free & premium themes) then you can install it very easily without any technical knowledge. Following is a breakdown of how to install a Magento theme via Magento Connect and via inserting new theme template in your existing or new Magento installation.

    Unlike single template themes (WordPress) Magento themes are quite different as its layout depends on four elements i.e.


    • Layout – Present is (app/design/frontend/your_interface/new_theme/layout/)
    • Templates – Present in (app/design/frontend/your_interface/new_theme/template/)
    • Skins – Present in (skin/frontend/your_interface/new_theme/)
    • Locale – Present in (app/design/frontend/your_interface/new_theme/locale/)


    In order to install and integrate a new theme you need to follow few steps more than what you are accustomed to follow in case of wordpress themes.

    If you have already downloaded your preferred Magento theme then here is how you can install and integrate this new theme into your existing Magento installation.


    • Uncompress the zip file containing theme templates (you can use winrar or winzip to uncompress files on windows machine or use unzip zipfilename.zip to uncompress files on Linux server)
    • Copy entire app folder of your new theme underYour_Magento_Installation/app/design/frontend/default/ so it becomes likeYour_Magento_Installation/app/design/frontend/default/new_theme
    • Copy entire skin folder of your new theme under Your_Magento_Installation /skin/frontend/default/ so it becomes like Your_Magento_Installation/ skin/frontend/default/ new_theme
    • Now, as you have added your newly downloaded theme in your Magento store you need to login to your Magento store admin to tell Magento which theme to use as layout.
    • Sometimes Magento Cache doesn’t let you see your changes instantly. In order to test your new theme it would be wise to disable cache for the time being. Go to System > Cache Management and select “Disable” then click “Save Cache”. Once you are done with all the steps Enable the cache again.
    • Now go to System -> Configuration and select the Design Tab
    • Type the name of your new theme which you have copied in your Magento installation in front of skin (Images/CSS) input box and click “Save Config”.
    • Optional – If you have downloaded a widget ready Magento template then you need to install the widget provided with the theme. In order to install Magento theme widget you have to go to CMS -> Static Blocks and click on “Add New Block”. Based on your widget installation instructions you have to add your new widget and activate that using this new widget block. Finally select “Enabled” and click “Save Block”. Go and select “Custom Design” Tab and in Layout select “Homepage” otherwise your widget won’t show on home page.
    • Optional – Home page of default Magento store is a CMS block so you have to provide custom code there in order to display something on home page. To do so you have to go to CMS- > Manage Pages and select “Home page” and in the content area type the home page content code which comes up with your new theme. You can change this area anytime you want.
    • All set. Open up a new page on your browser and type in your store name to see the new theme. Your new Magento theme is ready to be used.


    I have installed a New Magento Theme but i can’t see any products showing up, why?

    Well, It can only happen in case of a new store. You need to follow few steps to fix this problem


    • Go to Catalog -> Manage Categories
    • Select the category you want to show on your Homepage and look for its ID.
    • Go back to CMS -> Manage Pages and select Homepage
    • Paste the code for showing Products on home page with the selected category ID.


    I hope this is quite comprehensive tutorial for installing Magento themes. I would love to hear your thoughts, views and experiences. Please leave me a comment and let me know.

    View more threads in the same category:


  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    It seem this instruction is using screenshot from a very old version of magento connect. If I remember right, it have this UI in magento 1.3

  3. #3
    New member
    Join Date
    May 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for your detail construction. It sounds good and hope you have more post like this!

  4. #4
    Junior Member Kathy Daunt's Avatar
    Join Date
    May 2013
    Posts
    66
    Thanks
    10
    Thanked 4 Times in 4 Posts

    Default

    How to Install a Magento theme?

    There are so many problems occur to get right procedure. Some might very crispy where newbie couldn't understand. Else other information might descriptive but there wont be any screenshots to install Magento themes. Here I would like to post the installation procedure with an example. Read More to view the tutorial for installing a Magento Theme.

  5. #5
    Junior Member
    Join Date
    Aug 2013
    Location
    USA
    Posts
    353
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    1. Upload Magento theme on server
    2. Go to the Magento Admin Area and open System->Configuration->Design->Themes.
    Enter the theme name in the Default field and click on the Save Config button.
    3. Disable cache of browser
    4. Return home page and refresh website.

  6. #6
    New member
    Join Date
    Jan 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Maybe here https://www.gomage.com/themes.html you can find some useful information.

  7. #7
    New member techgrills's Avatar
    Join Date
    Feb 2015
    Location
    E-4 3rd Floor South Extension Part-1 New Delhi - 110049
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks for share with us great information. It's very helpful for everyone, I am following this processes.

  8. #8
    Junior Member
    Join Date
    Dec 2014
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    In recent times, Magento and WordPress have gained huge popularity, especially for websites managing eCommerce. These two applications can be integrated in various ways. That is, for example integrating (i) Magento with WordPress; also (ii) WordPress with Magento.
    A simple way of integrating Magento with WordPress is to apply Mage Enabler ( a plugin designed by Richard Feraro) in order to use Magento content on WordPress’s post. You can check out here for the step by step process http://www.wptemplate.com/tutorials/...o-magento.html

  9. #9
    Junior Member
    Join Date
    Feb 2015
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Installing or changing Magento theme can prove to be a tricky task for someone getting acquainted with Magento store.
    This article covers most of the Magento themes installation steps and is aimed at beginner Magento store administrators.

  10. #10
    Junior Member
    Join Date
    Dec 2016
    Location
    Vadodara
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    In short: you need to disable cache, download theme and install theme via connect manager, turn on cache.
    ---------------------------------------
    Blogging Training Vadodara | Best software development company

  11. #11
    Member
    Join Date
    Jun 2017
    Location
    jalandhar
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for detail construction

  12. #12
    Senior Member
    Join Date
    Aug 2018
    Posts
    107
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    Then go to System -> Magento Connect -> Magento Connect Manager.
    This will open the Magento Connect Manager, from where you can install your new theme.
    In the Direct package file upload section, click the Browse button and navigate to the theme installation package you have downloaded from the theme vendor.

  13. #13
    Junior Member
    Join Date
    Sep 2019
    Posts
    164
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The installation will begin and your new theme will be installed automatically. Once the theme is installed return to the Magento Admin Area and open System -> Configuration -> Design -> Themes. Enter the theme name in the Default field and click on the Save Config button. That's it!

  14. #14
    Junior Member
    Join Date
    Dec 2022
    Posts
    49
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Installing a Magento theme is a straightforward process. First, access your Magento admin panel and navigate. Choose the store you want to apply the theme to and click "Edit" on the desired theme. I suggest you go now and learn more things about the best machine. In the "Applied Theme" section, select your new theme and save the changes. Then, clear the cache and reindex the data to ensure the theme is fully applied. Your Magento store will now showcase the new theme, ready to captivate your audience with its fresh design and features.

Similar Threads

  1. How to install Magento (video)
    By david in forum Installation & Configuration
    Replies: 12
    Last Post: 09-10-2019, 11:27 AM
  2. Install FileZilla in Ubuntu - Tutorial
    By david in forum PHP programming
    Replies: 1
    Last Post: 14-03-2019, 07:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •