ixtendo
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 1-2 years
- Sold between 50 000 and 100 000 dollars
845
Purchases
Buyer Rating:
4.83 stars
4.83 average based on 64 ratings.
-
5 Star
5484%
-
4 Star
914%
-
3 Star
11%
-
2 Star
00%
-
1 Star
00%
| Created | 26 October 12 |
| Last Update | 2 May 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- business
- carousel
- clean
- css3
- filterable portfolio
- html5
- ixtendo
- jquery
- lightbox
- php contact form
- php newsletter
- php search
- portfolio
- responsive
- slider
© All Rights Reserved ixtendo -
Contact Envato Support


Nice work mate! Good luck with sales!
Thank you!
Good job, good luck with sales
Thank you!
Nice! Is a boxed version possible?
A boxed version is now available and clients on the homepage, too (in Home Version 2).
And clients on the homepage? Is the homepage build up with widgets or shortcodes? Thanksss!
Thank you.
A boxed version would be possible by CSS adjustment, but, at the moment, I don’t promise that I’ll create this version. Regarding the widgets and shortcodes, these are usually used in WordPress themes, for example. This is an HTML template and, except for the PHP files (administration dashboard, search and contact) that contain PHP code beside HTML , the rest of the HTML files contain only HTML and JavaScript code. Twitter and Flickr widgets are built using JavaScript and JQuery code.
Regarding the clients, yes, I’m considering doing this site element in the next version of this template.
Best regards!
Nice work! Do you have a dark version?
Thank you! No, there’s only the light version. Regards!
Clean work! Good luck with sales
Thank you, Louiejie!
The menu doesn’t work on the ipad
Also, the button in the info box doesn’t line up properly on the mobile/iphone. Can you provide a fix to this? If so, I will buy this theme!
Great design! Improve the mobile functions.. Good luck, man !
This is a beautiful crispy clean theme, but it will be nice to have one with a darker bg, with different colors like the sides in blue matching the button on top and links while the bg in the middle is white. I noticed also on the menu is only 6 options with search, can you add more without distortion?
Thank you for your appreciation. I also took notice of your suggestions.
Yes, depending on the size of your links, you can have more links in the menu without distortion (the search will automatically change its layout to make more space for your links). However, if your links become too numerous or long for tablets, you might have to do some small CSS adjustment only for these devices (call the TinyNav plugin included in the template – see the media queries in style.css). By default, the TinyNav is called only on mobile phones as I had enough space on tablets for my 6 links.
Kind regards.
A boxed version is now available and it includes plenty of backgrounds. Regards!
Hi. I need your help. I bought “Finesse – Responsive Business HTML Template” have put it to work, but need to know how I can edit, change, put new posts and photos, in a fast and easy? Is there any software I can use to manage the site? ‘m newbie and do not very well dominate this area. sorry my english. Thanks for the help Barros
Hi. Thank you for your purchase. This is an HTML template and doesn’t come integrated with a Content Management System (CMS), like WordPress themes do, for example.
To edit it, you’ll need some basic HTML knowledge. Open the files in a source code editor (like Notepad or Notepad++) and insert your own content using HTML tags.
Fortunately, this template comes with extended PHP functionality (working search, newsletter, contact – explained in the documentation) that HTML templates don’t usually or necessarily have. Nevertheless, the blog comment part is just a template and the comment system won’t actually work without further programming. I thought you might want to know this.
I hope this helps.
Best regards!
Looks like you fixed it!
Yes, I fixed the mobile issues you noticed. Thank you for letting me know! I have just submitted version 1.1 and I’m waiting for it to be approved by the revision team. (The demo already has the fixes.) I was going to let you know after the update approval.
how long for a typical approval? I want to download it now
Version 1.1 is now available for download.
Excellent customer service. Thank you.
One issue I’m noticing, is when the page loads for mobile devices, the search and navigation overlap.
If you need more specific information about the issue let me know. It seems the search feature completely fills up over the navigation, making the navigation menu unusable.
Hi. I tested the template on iPhone4 and iPad3 (Safari and Chrome) and don’t see any problem after the page has loaded. Everything appears in its place.
Can you email me a screenshot and specify on what device and browser do you encounter the issue? Do you encounter it after the page has loaded? It’s a bit difficult to keep track of the comments on ThemeForest so email would be easier for me.
Another question: if you are viewing the demo from ThemeForest, did you close the ThemeForest frame (click “Remove Frame” which appears above the site)? Sometimes, that frame might cause problems if it isn’t closed.
Regards.
I need your email to email the screen shot. It is not working properly on the Iphone. It is on Safari. Also, when you resize the browser in chrome to the iphone size, and reload the page it does the same thing.
Thanks to your description, I figured out that I had moved by mistake one piece of code after another one and this is what was causing the issue.
This is the fix (before my next update on ThemeForest):
In custom.js, TinyNav must be positioned before Responsive Search, like this:/* ---------------------------------------------------------------------- */ /* Tiny Nav /* ---------------------------------------------------------------------- */ if($().tinyNav){ $('html').addClass('js'); $("#navlist").tinyNav(); } /* ---------------------------------------------------------------------- */ /* Responsive Search /* ---------------------------------------------------------------------- */I put the above modification online and it will be included in my next update (that will most likely also contain a boxed layout on which I’m working at the moment
).
Thank you!
(Emails can be sent to me from the right column of my profile page.)
Hi, I´m loving your theme and I´m going to buy it soon but I have one doubt about the blog part or the theme; How does it work? I need to adapt the blog templates to an CMS ?
Thanks in advance!
Hi! I’m glad that you like the template. Seeing that this is an HTML template and not a WordPress theme, the blog part needs further web development for the pagination and comment section to work. The features that work without further coding are: contact form, search, newsletter and the Twitter and Flickr widgets.
Best regards!
Hi! I’m glad that you like the template. Seeing that this is an HTML template and not a WordPress theme, the blog part needs further web development for the pagination and comment section to work. The features that work without further coding are: contact form, search, newsletter and the Twitter and Flickr widgets.
Best regards!
1. How do we set the username for the twitter widget? I’m finding it’s difficult to figure out. I tried looking at the js file and setting the username but it didn’t work…
2. How do you figure out what elements to “Clearfix”?
I’m finding the documentation is lacking explaining how to really modify the template. Can you provide some assistance ?
Hi,
1. I wrote about this in the “D) JavaScript” section of the documentation: “The “custom.js” file contains the jQuery initialization functions for all the scripts used in the theme. It’s here that you can customize the behaviour of the following elements: ...”
So, in custom.js (located in the js folder), go to the Twitter Widget section. The username can be changed where you will see the comment ”// Change username here”.
2. This is a CSS class that should be applied to elements containing floated elements (that is elements styled with ‘float: left’ or ‘float: right’).
I hope this helps.
If you have other questions or something that you don’t understand, I’m here to assist you. Good luck with the customization!
2. This is a CSS class that should be applied to elements containing floated elements (that is elements styled with ‘float: left’ or ‘float: right’).
Can you explain further with an example please?
<div class="clearfix"> <div style="float: left">some content</div> <div style="float: right">some content</div> </div>Hello, Very Nice Theme! I am having trouble with one thing. Just trying to change the Nav bar Buttons to a more natural RED color. I know you named it Red but it is more orange. Where in the CSS would i edit it so i can make the buttons (on scroll over – hover) turn red rather than orange.
Hello and thanks! Go to css/colors/red.css. Open the red.css file and go to the “Background Colors” section. Modify the background color of the second rule (background-color: #f25824;) to your desired color. In red.css, you can replace the color that I used with your own color every time it appears. This is the default color style and it can be adapted according to your preferences.
I’d be glad if you considered rating the template.
Good luck!
Can you explain the css framework you used with classes such as “one half” “column last” and maybe a short example how they are used.
Thanks!
The “column-last” CSS class was used, for example, in the “grid-columns.html” page on each last column of content (text or other) in a row. It is a class that removes the right-hand margin on the last column in a row so this fits nicely in the layout and leaves no unnecessary margin on the right. The example can be seen by opening the grid-columns.html page in a text editor or in a browser and then View Source Code by typing Ctrl+U shortcut. With classes such as one-half, one-third, etc., you can create exactly what their name suggests: content on halves of the site layout, on thirds of the site layout, etc. After you finish a row, you must insert an empty div with a clear class:
<div class="clear"></div>. This will force the next columns start on a new row. Again, the best example can be seen by examining the code itself. The code is well commented and you will find the columns after this comment:<!-- begin main content -->(in the “grid-columns.html” page). Good luck!Awesome Work!! Wish you more many sales:)