Things have been pretty quiet around Templates Master for last few days. But there’s a good reason for that. We were working on new free magento template for our community members. So today we are proud to introduce our new free Absolute Magento template. Feel free to download it from our Magento themes store or Magento Connect. Check theme demo at our demo server.
More free and paid Magento templates are available at https://templates-master.com/magento-templates.html. We have also great offer of free Magento extensions.
- Product preview module!
- Featured product slider!
- Easy color changes
- Easy to upgrade, easy to customise
- Supports all main browsers (IE6,IE7,IE8,FF2,FF3,Opera,Safari)
- Free updates included
Installation instruction and source .psd file is included in this package.
Template is available under Creative Commons License for commercial and personal use.
Commercial license is available at template page.
Magento 2 version of Free Magento Absolute template can be downloaded at our blog.
Anyone try this or any other templates on 1.4 rc1 yet are they compatible or will they be?
Hello Tom, no both templates should be upgraded before using with 1.4 rc1.
Love the theme, would you consider releasing a Quick View extension that could also be implemented on it's own?
Hello Gemma, yes we will release such extension soon.
Are you waiting till final 1.4 is out to start releasing templates for it or are you working on them now as 1.4 rc1 is already out? Are there particular ones that will take priority over others? I assume the free ones will be last but in paid ones are you going to update newest first or any other plan?
Hello Tom, we are waiting for 1.4 final. Please don't worry we will upgrade free themes as soon as possible.
Hi thanks for your great template, but when i installed the template anything is fine but only the menu bar is misplaced. please help because i checked the top.phtml file is same as the orginal one but the output have two more come out.
Here is the solutions.
http://www.tajmac.net/portal/knowledgebase/1/Magento-Absolute-Theme-on-14-rc1.html
Do comment if it worked for you.
Hello Felix, are you using any navigation extension? Please disable them if you use any.
How can I change the size for the category image? We are able to set different image for different category, but it automatically shrink it to width:475px only.. and it is not centre.. so it looks not good to me. I try to find all the files in app folder or skin folder, nowhere I could edit the size for the category image. Anyone could help?
It isn't theme issue. You should edit app\design\frontend\default\yourtheme\template\catalog\category\view.phtml.
Thanks a lot!!! I found the files you said from the default theme and edit it. Thank you so much!
Great Template!
But is it possible to random display new Products on the startpage?. I have over 50+ new products an I don't want to display them all at the same time!
thx
Hello Horkmaster, You can try solution at http://www.magentocommerce.com/boards/viewthread/32720/P15/
Folks, let me say what a fabulous template this is and it is free, (okay, I will have to purchase the commercial license)!
I just installed it using magento connect and ran into some problems with the featured functionality. I did everything in the instruction but kept getting same problem. the problem is available at zhyeon.com/flt122. the homepage.
Sorry, fixed now! ignore the comment above
Thinking how to implement Google adsense on the right column of product list and product view page? Check this out!
http://www.tajmac.net/portal/knowledgebase/3/Google-Ads-in-Magento-Absolute-Theme-on-14-rc1--product-right-column.html
Your comments and votes are welcome.
Regards
J. Sootwala
Hi,
I have tried manually adding pages to the menu by adding them to the "menu" static block. However, I cannot get it to work in such a way that the menu item is higlighted when that page is active. For example, if the user is on the page "Test" or one of its sub-pages, I would like the "Test" menu item to be highlighted. How can I make this happen?
Thanks!
Mark
Hi Mark, you should add your page id to next list
custom.css (line 1)
.cms-home .nav-home a, .contacts-index-index .nav-contacts a, .cms-about-magento-demo-store .nav-about a {
....
}
Thank you!