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.
Hi, 1.)I just read from someone else's comments above that I should have installed the sample data previous to installing the shop. If I installed the sample data first would that have made my scroll call out work? How do I get the call out to work? If I have to install the sample data to make it work will it hurt that I have already installed the shop?
2.) I cannot find any instructions that people are referencing to change the colors of my theme. AND I don't see folders with different colors listed.
3.) How do I get the featured scroll to work?
Can someone please post the link to the instructions on how to do these little extra things?
Thanks.
Hello Melanie,
#1 You don't need sample data until you are going use your store as demo one.
#2 You can download complete package at http://freedemo.templates-master.com/downloads/f001.absolute.zip
#3 Featured attribute should be installed. Also at least one product should be set as featured in admin.
Dear,
Can I Get Tutorial for Installation template Absolute Magento.
Pls
Thx
You can get it at http://freedemo.templates-master.com/downloads/f001.absolute.zip
I cannot seem to get featured products to show up.
I followed all of the instructions here:
1. I created an attribute called "featured" as a "yes/no" attribute.
2. I added a group to the default attribute set called "featured" and added the "featured" attribute to this group
3. I opened an existing product, went to the "featured" menu the left and set the value to "yes".
4. I do not have stock management turned on, but enabled it for this product, set the quantity to 10 and made sure it was both enabled and in stock.
5. As a sanity check, I also flagged the product as "new" from today until tomorrow, and the item did show up under the new products section, however the featured items section has never showed up.
Now, I'm a web developer, so I have hacked the theme a little bit (basically, I just moved the search box up about 75 pixels to make more room on the navigation bar for our extra categories), and at some point I added a left-navigation-menu which I have subsequently disabled. So now I'm concerned that I accidentally disabled or deleted the code that causes the "featured items" box to appear. Does anyone know what file that code is in, or what it should look like?
I know the featured attribute is working because I can sort by it. What else could I try?
Thanks for any help!
-DLZ
You seem to have the same problem as me...
When I upload an image to the products page - even a pure white image (not a photograph) - it shows up with a 'dirty' background.
screenshot - http://img291.imageshack.us/img291/8803/magel.png
I notice you have the same problem on your demo page -
screenshot - http://img203.imageshack.us/img203/6259/demoj.png
Is this a Theme problem or a Magento problem?
Any help greatly appreciated.
Paolo
Ignore this comment or remove. It's definitely Magento.
Looks like the problem can be controlled, only negatively, in /lib/Varien/Image/Adapter/Gd2.php
// set quality param for JPG file type
if (!is_null($this->quality()) && $this->_fileType == IMAGETYPE_JPEG)
{
$functionParameters[] = $this->quality();
}
If a value is put in here - 50 for example - $this->quality(50); then all the images as reduced in both size and quality.
No value in the brackets seems to be the same as 100.
New update is FANTASTIC! Got the details back again :o) Thanks for that. I appreciate all your hard work!
Spoke to soon...
'Add to Cart' from quickview opens a whole new page. Item is added to cart though...
Really suffering with a missing featured products section on the home page. Followed instructions over and over (had it working fine previously) checked configurations, static blocks, xml, re-uploaded a fresh copy, still no featured products.
Pretty much stuck on this one now, any ideas?
Currently using Magento 1.3.2.4
Thanks,
Rich
Hello Rich, please contact us and we will help you.
is is compatible with 1.4.1.0 yet? the Long Description is MISSING, please help
Hello Johnson, yes you should just use 1.4.1 version.
Long description works for me in the new version.
Only thing I can find that doesn't work is QUICK VIEW.
‘Add to Cart’ from quickview opens a whole new page. Item is added to cart though…
Is there a way to just switch this off if it's not supported?
Please contact us at our store contact form with more details. We will check what is wrong.
Hi TemplatesMaster! Thanks for the great theme!
Can you be more specific about how I can disable Quick View, please? (It's also because I can't translate the word; "OR")
Thanks in advance!
Raid
Hello Raid, you have to edit app\design\frontend\default\f001\template\catalog\product\list.phtml and remove next code
<a href="<?php echo $this->getUrl('ajax/product/quickview/id/' . $_product->getId()) ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="ajax"><?php echo $this->__('Quick view') ?></a>
Thanx a million!
I upgraded Magento to version 1.4.1, and I upgraded to your 1.4 compatible theme this weekend. It is looking nice.
We are having 2 issues that we did not experience in the previous version.
In the product listing page It will say
1 to 15 of X number of items total then this is repeated right next to it, and slightly offset.
An example can be seen here:
http://www.eagleanime.com/index.php/keychains/imported.html
Also, in the product detail page, the other view images used to appear in a horizontal line. Now they appear in a vertical line.
I think this is indicating I have something overriding the correct formatting.
An example is here:
http://www.eagleanime.com/index.php/plush/plush-import/pokemon-super-dx-plush-team-rocket-wobbuffet.html
I have verified all of the template files, and they are the same on the server as the download file.
Is this normal behavior?
I also want to say I love your themes.
Hello Eagleanime, jsut checked your site and it looks ok. Was you able to fix your problems?