denkGroot
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Netherlands
- Sold between 10 000 and 50 000 dollars
603
Purchases
Buyer Rating:
4.17 stars
4.17 average based on 86 ratings.
-
5 Star
5159%
-
4 Star
1517%
-
3 Star
1011%
-
2 Star
44%
-
1 Star
66%
| Created | 5 August 11 |
| Last Update | 14 August 11 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Liquid |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files |
© All Rights Reserved denkGroot -
Contact Envato Support


@RecentFuture Thanks you
Problem solved.
I would be very glad if you could change type of top navigation to some like this http://users.tpg.com.au/j_birch/plugins/superfish/#sample4 This will allow user to go into needed option without reloading page tons time.
Dear Interfico, I am using your theme and so far it’s working good. But the charts.html example included in the zip archive does not display any charts on my pc. I have used different browsers, but the visualize.css does not apply to the html table. All I see is a normal HTML table with tabular data in it.
Do have any idea what could be causing this ? rest of the page is styled perfectly, similar to the example on-line.
Do the charts work in the live preview for you?
Hello, first of all your template looks great. But, in your demo i can’t change the number of visible rows in the datatable. Is there a solution to display a dropdown menu for that?
I did not include it in my template, but the plugin, DataTables, does support it. So feel free to adjust it to your own liking.
WHAT IS THE FONT FOR THE LOGO ???! YES THIS IS IN ALL CAPS BECAUSE I ’M TICKED !!!
99% off all these designs fail to include what font they used for the PSD file. So please do tell. So far the rest is great
Hello Interico, i posted this question soon days ago, would you please let me know how solve this:
In the login page I place two forms, one in each tab, my two forms has required fields, but when i click on submit button in the second tab, “The Field is Required” message, appears in the fields placed on the first tab.
What should i do?
Do any of the aforementioned solutions provide any guidance? Or have you tried that already?
When will the Spina Theme become available? I would really prefer to purchase that for the horizontal layout and the updated UI components.
Very nice work!
Thanks! Working really hard on it, as well as a simultaneous update to Admin Control Panel v2.
Hope to finish it in two or three weeks. What’s taking most of my time is making sure it works great in all browsers and the iPad.
Excellent!
I will be integrating the theme with Zend Framework. Have you ever thought about selling a version already integrated? For instance with the form decorators setup to match (that can be a pain to do).
Will the update to cp2 be free? Can you mention some of the key areas of change? I am trying to gauge if I should wait to buy or not. Since it is a bit of a pain to integrate into Zend framework, I want to lessen the amount of rework if possible. That being said, my boss has me on a right timeline and I’m not sure if I can wait two weeks unfortunately.
For what it’s worth: Control Panel v2 is entirely different from Spina, which will be an all new theme. I have no experience with Zend Framework yet so I probably won’t sell an integrated version.
I am using Spina for internal use in combination with Rails at the moment and must say that it’s working great.
If you’re on a deadline, I’d buy a template that already offers the features you’re looking for. Keep an eye out for Spina, as it may be interesting for future use.
Understand completely. Thanks for the prompt replies and I will definitely be on the lookout for Spina. Who knows maybe my project will get delayed just enough to catch its release. Let’s hope so
Hello,
I cant seem to get the live search thing working,
here is the line i changed in the application.js
$(”#search”).liveSearch({url: ‘search.php?q=’}); // Edit this url to match your search action
And here is the search.php<strong>Search results</strong> <ul> <li><a href="#">Result 1</a></li> <li><a href="#">Result 2</a></li> <li><a href="#">Result 3</a></li> <li><a href="#">Result 4</a></li> <li><a href="#">Result 5</a></li> </ul><code> Please help its really annoying me.</code>What it does is simply get all contents from search.php and display them in a nice container using XMLHttpRequest. The way you implement your search function is up to you. The url should match your serverside search function.
I’ve a question, did you design the icons from the main navigation your self or did you use icons from a third party? if so where…
I’m asking this because i need icons for example for user management module, it would be nice to have some other icons for the main navigation that integrate well with the ones already in use.
Also, is there a way to call a javascript function in application.js from ajax loaded content? like using ajax with .html() to load the actual HTML of a table and initialize that table as a datatable? every time i tryd it says it cant find the $(document) element, because of the js calls being at the bottom of the html, the initial content trows an error. when loaded with ajax it work well. It just trows the error on the first load of the page, witch is not an ajax request.
It gives a bit of work breaking down the design into parts to fit the layout and the views in Zend framework structure but it works fine, it can work even better using jquery pjax a plugin that uses pushState if avaliabe otherwise it uses hash tags (/#!/). With a bit of animation works like a charm.
Nice job.
The icon set that I’m highly recommending is available at pictos.drewwilson.com.
Hello, i read all the comments page and follow every answer related to my problem, but i didn’t solve it.
I have this html:
<!-- The content --> <section id="content"> <div class="tab" id="LoginTab"> <br /><br /> <form name="LogIn" method="post" action="#" id="LogIn"> <section> </section><label for="user">Usuario</label> <div> <input name="User" class="required" id="User" type="text" placeholder="User" /> </div> </form></div></section> <section> </section><label for="password">Contraseña</label> <div> <input name="Password" class="required" id="Password" type="password" placeholder="Password" /> <br /><br /><input name="SubLogIn" class="button primary" id="SubLogIn" value="Aceptar" type="submit" /> </div> <div class="tab" id="Forgot"> <br /><br /> <form name="ForgotPass" method="post" action="#" id="ForgotPass"> <section> </section><label for="username">Usuario</label> <div> <input name="UserName" class="required" id="UserName" type="text" placeholder="UserName" /> </div> <section> </section><label for="email">e-mail</label> <div> <input name="e-mail" class="required email" id="e-mail" type="text" placeholder="e-mail" /> <br /><br /><input name="SubForgot" class="button primary" id="SubForgot" value="Aceptar" type="submit" /> </div> </form> </div>My problem is In the login page I place two forms, one in each tab, my two forms has required fields, but when i click on submit button in the second tab, “The Field is Required” message, appears in the fields placed on the first tab.
You should try disabling the first form when not using it, so that it isn’t possible to validate. You could try removing it from the DOM and loading it in with AJAX again when loading the tab.
I tried every method to eliminate the form that wasn’t in use but it was imposible to validate the second one, so a spend some time reading about the validate’s pluggins and came with the solution for wich one need it; just add this line next to the javascript include block:
<script type="text/javascript"> $("#otherform").validate({ submitHandler: function(form) { form.submit(); } }); </script>Replace otherform with the name of the second form and its ready. Tested in IE 9 , FF and Chrome
I am very happy with my purchase. As a back end developer this front end template has saved me a ton of time. thank you very much for such a clean template.
i added a hover state for the main nav but other than that this is a super clean and easy to use template.
Thanks again
Matt
I’m really glad you’re satisfied.
Thanks for the purchase!
But making that change would make the change globally and I want to be able to specify a different sort column on a table by table basis.
Is there a way to do this? Any help would be appreciated!
This is an amazingly AWESOME theme.
Yes, that is indeed possible. What I usually do is add a specific ID to the table you want to adjust and specifically add a datatables call on that element so you can specify custom options. I also highly recommend checking ou serverside solutions so you can fetch large datasets with AJAX .
Hi!
I’m from Mexico, and I want to buy this lovely theme, but how would I pay from this country?
I only to registered on themeforest to write this comment and buy you theme with a regular licence.
Regards!
Hi! Thanks for the interest in my theme. I’m afraid you’ll have to contact Envato about payment methods! I think you could use PayPal, which should work in about every country.
theme lookin great ! it could missing gallery images and calendar in your design since we often manage images in our adminPanel. Calendar is a plus since we can generate a calendar with logs per example.
again, very nice work, it’s bookmarked
So here’s what I want to do with this template.
Monthly, have my contributors login and fill out a form (that’s built in) about what they’ve done for the month. Set a pay amount, and submit. That’s it. Then when I login in, I see all the form submissions from everyone. Is this possible? Thanks!
Would it be possible to get some more dashboard icons? Even if you sold it separately as an icon pack I would buy it. I need one that looks like a person for customer support and one that symbolizes payments for example, but there’s nothing that really matches these.
You should check out pictos.drewwilson.com. He’s got great icon packs.
Hi!
Why version 1.2 is not included in the download package? Last modification date is on 13th of August…
denkGroot, are you on holidays?
1 question posted 12 days ago and denkGroot is still sleeping! Nice…
Update 1.2 just wasn’t finished.
Why promoting this update if it wasn’t finished? We were all (customers) waiting for updates for this template but you don’t care… Bad mentality!