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.
Hi There,
Once again, great template!
I'm trying to get a menu on the frontpage that doesn't just show all the categories and subcategories, but shows only the categories. Once a category is clicked, I would like to see the subcategories appear
(below the categories or as a dropdown kind of menu)
Is this possible? (and if so, please tell me how ;)!)
Thanks in advance!
DMR
Hello DMR, can you send us link to your store?
Hi,
I am looking for the buttons (Proceed to Checkout, Place Order, etc.) in PSD-Format so I can translate the buttons in German, because I can not edit the GIF-files.
Can someone help?
Thanks
adrianomarins
Hello Adriano Martins, unfortunately we don't have psd files for this buttons.
The buttons are pretty simple, you can make your own and there are also tons of free services that make generated buttons, google is your friend
Hello, i would like to know if its possible set a different color for left navigation levels(level 0 black, level 1 grey for example.)
Thanks a lot
Great job
Hello FPL, you can do this via css:
#nav-sidebox .level0 a {color: #...; }
#nav-sidebox .level1 a {color: #...; }
#nav-sidebox .level2 a {color: #...; }
Hey there...
I've installed this theme...but the homepage is not showing anything under the slider...no content at all.
http://tvdvdonlinestore.com/
I've been reading through the posts here and i don't see a similar problem.
I have followed the instructions to the t, running Magento ver. 1.3.2.4.
Happy Holidays...
I think I read a comment from near the top saying you have to enable 3 columns feature
Sorry you can delete my comments, I have solved the installation problem I had only downloaded the other color pack not the actual theme.
However I do have a new question, right now the theme is set for 3 cols is there a way i can make it 2 cols?
Hello Kevin,
yes you can do this. Please contact us in case you will have any problem.
Great work, I am working on my site right now, and this theme working fantastic! Thank you very much!
Hi, TM
I wonder how to show more products on home page. My web site only showing 2 new products, even I already set 5 new product on admin. What I suppose to do? Thank you in advance.
In the instructions provided, that code they give you to put under the custom design section of the home page ( admin> cms > home page)
If you look at the code there is a line that says:
"6"
I think this means it displays 6 new products on the home page.
You mentioned you listed 5 products but only 2 are appearing. This might be because you need to mark the products as NEW, if they are not marked as NEW they will not appear on the homepage as the homepage will only show NEW products. hope that helps.
Hi Kevin,
Thanks for the answers. I found the root cause, some of the products still have "no where" in visibility. I think that's why the products do not showed up. Once again thank you.
Hello Eka, can you check if all your products visible on front and enabled?
How do I remove the image of the credit cards fromt he footer? Do you have any images for Paypal instead?
you will want to check your saticblock for the footer
admin > cms > static blocks > footer
there you will find the code for the credit card image then you can locate it , change the image , reupload, etc etc
action method="setProductsCount">6</action
I like this template and its color variants. Very nice! :)
Thanks great theme! Is there a easy way to extend top navigation bar to go past store width and cover the full width of screen. Just like header stretches full screen.
Thanks
Hello Todd, you can start from editing skin/frontend/default/f002/images/header-bg.gif. You should apply menu background so it will create "false" menu that will cover full width. In case you want header cover whole width then you should start from removing width for .header-top, .header-nav and .header-topbar . In such case header will have 100% page width.