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.
What about the left menu? How to show left menu in all pages?
You should move next code from home page xml:
<block type="catalog/navigation" before="-" name="catalog.sidebar" template="catalog/navigation/sidebar.phtml"/>to catalog.xml file:
<default>.....
<reference name="left">
Not works. Where can I find catalog.xml?
You can find it at app/design/frontend/default/f002/layout.
My home page dont have a left menu. How can I put it.
THANK YOU, I added the code after "left" and i works like a charm.
btw: that code wasn't found in the page.xml
It worked also for me, thank you. But now I have the navigation on the homepage 2times?!?
Hi,
First great template.
It is possible to set more then one link in the showcase?
Each slide is simple html code. You can put any html code here with any amount of links.
Great theme!
1. How can I change the links in the footer (advanced search, sitemap and so on...) ?
2. How can I put in images below the footer links easiest, want to show payment options. I can't get your payments.gif logo to show up.
3. Can I edit the menu to the left on the index side, so that they only show the first catalog?
Thanks!
All links declared in template xml files. There is no easy way to change them.
Payment icon in this template was codded using static blocks (please go to admin and check static block "payments"). You can put any content in it.
You can simply edit css files and hide all childs categories.
I still cannot find the css to remove the child categories from the left navigation. I went to the css file you mention but there is nothing obvious in there. Could you advise exactly where I find this and exactly what to remove? Thanks
I'm with Katie, I went to the CSS file folder and see no option regarding child categories. please advise which file to change regarding how to make only 1 level of categories fill on the left side
You can simply add to your custom.css
#nav-sidebox ul .level1 {display: none;
}
Just change
getChildHtml('footer_links') ?>
to
getLayout()->createBlock('cms/block')->setBlockId('footer_links')->toHtml();?>
in footer.xml
Then add whatever links you want in your CMS -> footer_links block
Muri,
I've just been trying to solve the issue where only 5 items are shown on the first page as new too. Here are my findings.
1. You need to make sure you have some products with current new dates. This is done in the admin using manage products.
2. You need to change the default number which is located in one of the standard installation files so make sure you have a backup.
app\code\core\Mage\Catalog\Block\Product\New.php
change number of new products in the line
const DEFAULT_PRODUCTS_COUNT = 5;
to whatever you want it to be.
Regards Russell
Russel thanks for your help. Right now we use even better way to do this. Instead of this code on home page xml:
<block type="catalog/product_new" name="home.product.new" alias="product_new" template="catalog/product/new.phtml"><action method="addPriceBlockType">
<type>bundle</type>
<block>bundle/catalog_product_price</block>
<template>bundle/catalog/product/price.phtml</template>
</action>
</block>
Please use:
<block type="catalog/product_new" name="home.product.new" alias="product_new" template="catalog/product/new.phtml"><action method="setProductsCount"><count>12</count></action>
<action method="addPriceBlockType">
<type>bundle</type>
<block>bundle/catalog_product_price</block>
<template>bundle/catalog/product/price.phtml</template>
</action>
</block>
[...] Magento Classic Theme | Live Demo | DownloadTemplates-Master’s first free professional Magento theme, the Classic Theme is available in 10 colors, all available for free download. This is CSS3-powered theme, easy to customize and coming with free updates. [...]
[...] Magento Classic Theme | Live Demo | Download Templates-Master’s first free professional Magento theme, the Classic Theme is available in 10 colors, all available for free download. This is CSS3-powered theme, easy to customize and coming with free updates. [...]
[...] Magento Classic Theme | Önizleme Yap | Hemen İNDİR [...]
Hi,
first off all, thanks for this great theme!
I'm trying to remove the image zoomer and replace it with Lightbox.
I found this (1) thread, but it seems the file paths are somewhat different. Any idea on how to do this in this magento classic theme?
thanks for any help!
(1) http://www.magentocommerce.com/boards/viewthread/24508/
Pat.
There is no problem with installing light box on this theme. You can check http://www.magentocommerce.com/wiki/adding_lightbox_to_magento_v2 for detailed info.
I would like to know how much you would charge for the template if we would like to remove the footer tag line: Magento Theme by Templates Master.
Thanks.
Please forgive me, but I do not see the install instructions in the download. Can you please point me to them?
Please check in full package for install.txt http://freedemo.templates-master.com/downloads/f002.classic.zip