This item is by an Elite Author
ChrisMooney
- Elite Author
- Author was Featured
- Sold between 100 000 and 250 000 dollars
- Has been a member for 3-4 years
- Bought between 100 and 499 items
- Referred between 50 and 99 users
- United Kingdom
- Exclusive Author
600
Purchases
Buyer Rating:
4.43 stars
4.43 average based on 60 ratings.
(more information)
-
5 Star
4168%
-
4 Star
1118%
-
3 Star
46%
-
2 Star
11%
-
1 Star
35%
| Created | 1 November 10 |
| Last Update | 21 July 11 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
© All Rights Reserved ChrisMooney -
Contact Envato Support


Hi Chris,
We love the theme and have had tons of great compliments on it since rolling it out a few weeks ago on our site, ontolo.com.
We’re just running into the same problem as those folks above with IE and the buttons functioning as links. Any advice?
Thanks!
Ben Wills
Hey,
Could you email via my profile with links to the problem so I can check it out?
Thanks
<a href="file.html"><button class="blue small" type="button">click</button></a>but don’t work. can you help me? thnks!You’re better off using:
<a href="file.html" class="button blue small">Click</a>Rather than the tag as it seems ie has trouble with it.
Hope that helps.
Works great in IE9 ? Can show php files instead of html?
Great design! Maybe you could use this article for dynamic highlighting of the menu, makes things a lot easier when one could edit the menu in one file e.g. navigation.php. http://www.alistapart.com/articles/keepingcurrent I use it, and it works flawlessly. Else I should edit each separate page/file if I want to change something in the menu. Saves a lot of work.
Thanks for the feedback, I’ve added it to my list for the next version.
Cheers!
Chris I have a question about the markup (before I do all kinds of stuff and then revert it again).
In HTML 5 it isn’t necessary to use the rel, style etc. like e.g.
rel=”stylesheet” type=”text/css”
or
type=”text/javascript”
The template has the HTML5 doctype, and some other stuff from the boilerplate, but these tags are still in there. I was wondering if you did keep them in the code for a specific reason? (e.g. backwards compatability)
If not, I would like to remove them for cleaner code, but first wanted to ask to save me some time.
Hey Jorkie,
You are right I kept the code in to play it safe for backwards compatibility. So you would be able to remove that markup for cleaner code.
Hi, I left a comment in your WP version, but decided to buy HTML . Need to customize this urgently, so I would greatly appreciate your help =]
1. How can I replace large homepage image with video of same size (check out www.nasaklin.com, would like to use same method)?
2. How to activate lightbox in small photos under main text and bottom of homepage?
tks
Hey there,
1) It would be a matter of replacing this code:
<img class="feature-img" src="img/screenshot.png" alt="" />With the code for your video while wrapping it in a DIV which is float left.
2) Check here for documentation on how to achieve that: http://www.huddletogether.com/projects/lightbox2/
Thanks
First, amazing template, it’s well built and very easy to customize.
I’ve had some issues with the homepage feature grids not showing up correctly if the length of text on each is not similar. This is not necessarily bad coding, but it is nice to not be constrained by text length if you want one to be shorter or longer.
To normalize the column height, I was able to use a jQuery script in a document ready that I’ve had success with on other projects. I hope this helps the community and the developer:
var highestCol = Math.max($('.feature').height(),$('.feature').height()); $('.feature').height(highestCol);Thanks for the recommendation, it’s something I’ll look into.
Thanks!
Great template, Good Job !!!
I have a little problem if you can assist me with it, I need to customize the look for an input so the browse button looks like the send button on contact.html.
Any quick help on this is highly appreciaty , I am about to roll out my website and it is the only ugly button ….
thx
Hey there,
Could you be more specific, what do you mean “browse button”?
Thanks
Hi Chris
When you create an<input type="file" />You get a browse button to browse and select the file you want to upload, I need to know if there is a way to customize the style of that button to match the Send button style on contact.html
Hope this is clearer.
Thx
Hey there,
There are different colors of button available but not different styles.
Thanks
So there is no way to change the look of that browse button?
You can but it requires custom CSS . (There isn’t a reliable consistent method of doing it so it isn’t styled in the theme by default)
Thanks for the info, keep this in mind in case you release a new update of your template.
Thx
Chris
I need to buy the same template for another job I am doing for a client anyway I can get it for the same reduced price?
Thx
Hello,
Unfortunately there is no way to facilitate this. You’ll have to purchase it again at the standard price.
Thanks
Not a problem, just bought a new license for my new project
Thx
Thanks for your continued support
Hi Chris
I tried to use a
<select> </select>HTML tag but it does not seem to have a CSS like other input elements.Any quick fix is highly appreciated about to deliver a project to a client.
Thx
Try this:
select { background: url("../img/bg-input.gif") repeat-x scroll center top #FFFFFF; border: 1px solid #D9D9D9; padding: 5px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }Thank you so much worked like a charm
Thx Chris I really appreciate it
No problem
Can the Copyright ©2010, A Mudo Design for Theme Forest be removed from the footer for a more professional look? I couldn’t seem to find any information in the regular license agreement. Thank you
—Chris
Hey Chris,
Yes of course, the license has no requirement for customers to keep the copyright notice intact. So you can do what you want in that regard.
Thanks
Hey Chris. AWESOME template. I purchased it about a year ago. I just noticed that the buttons don’t work in IE with the template code (maybe you fixed it already?). I was able to get it to work with your advice above.
<a href="download.html" class="button blue" style="text-decoration:none">Download</a>Do you plan on changing this in the template or have any thoughts on why you implemented without IE support?
Thanks!
Hey there,
Thanks for pointing this out, I had forgotten about it. I’ve added it onto my bugs list and it’ll be fixed in the next update.
Thanks
I am having a problem where the headings disappear on the site. This even happens on the default template without any modifications.
This only happens in IE.
http://www.phppointofsalestaging.comHi there,
Try updating the cufon file (in /js/) to the latest version: http://cufon.shoqolate.com/generate/
That should sort the problem for you. Let me know if you need anything else.
Thanks
Hi, Chris. First, thanks for this very beautiful template. I really like your style! Second, I have some problems with Kameleon
I decided to customize some parts of template, so I want to add scroll bar after image in 3 column portfolio page. (so, the scrollbar will be display the text which is in h4 and p tags). I decided to use Tiny Scrollbar jQuery plugin ( http://baijs.nl/tinyscrollbar/ ) for that. But it doesn’t work in Kameleon.
I think the problem depends on CSS reset or something else.
What can I do ?
Thanks in advance.
Hey there,
Unfortunately I don’t have any experience with that particular jQuery plugin. I can’t really help with any customization.
Sorry about that,
Thanks
No, problem, Chris. Actually, this plugin works well. But when I want to customize it to template, then there happens some problems ) and I know that the problem depends on template. For customizing, I add div tags between ul tags like this:
Here is the image: http://xmages.net/i/3343413
I also included specific js and css files between head tags. But it doesn’t work
Isn’t it possible to add div tags between ul tags ? Which CSS code do I need to change for that?
Thanks
I changed some syntax errors, please look again my second comment
Hey there,
I don’t know what to suggest as I can’t see the source. With your issues including JS and CSS make sure your paths are correct.
Thanks
I’m sure that the paths are correct. And I haven’t changed anything in template, so I do the processes in the original sources (which are the same as when I bought template). Please, just try to add this scrollbar to the original template which you gave. If the result is succesful, then write how you did it. Or please, give me some suggestion. Thanks.
Hey there,
I’m sorry but I can’t guarantee the template will work with any jQuery plugin out there. I’m more than happy to provide support for customers who have issues setting up the template, but what you’re asking me to do is to implement this jQuery plugin for you.
Also, I don’t see a purchased badge on your post…
Thanks
I bought it from my another account which now I haven’t access to this one. Anyway, thanks.
Hey Chris,
Thanks for a great template! I was just wondering, the “Latest Blog Posts” area, how can I implement that? I was looking for a js file or something, but just seems like HTML . Definitely would like it automated using RSS . Please let me know, thanks!
Hey there,
The HTML version is just that. If you want more functionality, you may be interested in the WordPress version: http://themeforest.net/item/kameleon-premium-business-product-template/145330
Thanks