We are proud to introduce first free professional Magento theme. Feel free to download it from our Magento templates store or Magento Connect. Check theme demo of our free magento theme at our demo server.
- CSS3 Powered!
- Easy color changes
- Easy to upgrade, easy to customise
- Supports all main browsers (IE6,IE7,IE8,FF2,FF3,Opera,Safari)
- Free updates included
Magento classic theme is available in 10 colors now. Additional colors can be also downloaded at our server.
Installation instruction and source .psd file is included in this package.
Template is available under Creative Commons License for commercial and personal use.
Update:
We received dozen of emails asking for commercial license. Frankly speaking we were not planning to offer this template under commercial license but for all who want to buy it please go to Magento Classic Commercial License.
More free and paid Magento themes are available at https://templates-master.com/magento-templates.html. We have also great offer of free Magento extensions.
Im having the same problem as many others. I cant get the products to shop up on the top menu, or the left store catalog. I have tried everything i have read in this forum. I have assigned catagories, created items, set a root category, etc. And nothing seems to work. Im using Magento ver. 1.3.2.4.
please help, i've tried everything.
http://graphicintrigue.com/Picture-2.gif
Hello Abe, you should go to admin > system > manage stores > open your current store and assign root category to it. It will not be visible but all their child's will be shown on left categoires box and top menu.
hi is there a way of making the slider a continuous slide without the annoying rewind to the start
Thanks Carl
Hello Carl, sorry but no. It can't be done with current slider.
Someone installed the magento classic for me. Then he messed it up. On the index page the store catalog on the left and its content disappeared (we have changed its content, it looked fine).
+ The slider has also doesn't show any more. I went to the admin. showcase is enabled. Only the top bar navigation looks ok.
I'm not sure if this is the persons fault or if there's something wrong with the installation.
I couldn't replace the navigation links in the bottom of the page. The whole thing is frustrating.
Sorry Alex but did anyone from our company installed this theme for you or it was installed by third person?
The fix for the above problem with the Categories NOT displaying in the left menu, there's the solution: http://www.magentocommerce.com/boards/viewthread/19207/
[...] Magento Classic Theme | Live Demo | Download [...]
First and once more, congratulations for the great Classic template!
I noticed a small glitch, even in demo store: the newsletter box still appears in left column of catalog search.
http://freedemo.templates-master.com/f002/catalogsearch/result/?q=anyterm&x=0&y=0
How can we remove it?
Thank you!
Merci beaucoup pour ce thème , c'est vraiment magnifique ton travail .
Bonne continuation
Great theme. My store (cllondon.ca) currently uses this theme. However, when I login to Magento to check invoices, it just gives me a blank page. I wonder if this issue is theme related or not. I am using the latest version of Magento (1.3.2.4)
Hello Sajjad, sorry but theme don't change any files admin part.
How do I change the width of header, ie the uppermost black bar and the blue header, to be the same width as the body. I can't find a setting in the CSS files to change it. Thanks!
Hello CaratCache, you should change width of .wrapper class.
I wish to place a banner/advert in the middle/content section underneath the top showing products.
I understand I will need to create a static block with the html content, but how do I place it underneath the products?
Thanks!
You can simply add next code
<block type="cms/block" name="yourblock">
<action method="setBlockId">
<block_id>yourblock</block_id>
</action>
</block>
bellow
<block type="catalog/product_new" name="home.new" alias="product_new" template="catalog/product/new.phtml">
<action method="setProductsCount"><count>8</count></action>
<action method="addPriceBlockType">
<type>bundle</type>
<block>bundle/catalog_product_price</block>
<template>bundle/catalog/product/price.phtml</template>
</action>
</block>