ThemeForest

Admin Control Panel v2

  • Has been a member for 3-4 years
  • Europe
  • Bought between 1 and 9 items

@RecentFuture Thanks you :) Problem solved.

  • Bought between 1 and 9 items
  • Canada
  • Has been a member for 1-2 years

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.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
ughthu Purchased

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.

denkGroot

Do the charts work in the live preview for you?

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

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?

denkGroot

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. :-)

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Sold between 100 and 1 000 dollars
  • United States

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 :)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
mash180 Purchased

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?

denkGroot

Do any of the aforementioned solutions provide any guidance? Or have you tried that already?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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!

denkGroot

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.

Default-user

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.

denkGroot

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.

Default-user

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 :)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
pbgben Purchased

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>
denkGroot

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.

  • Bought between 1 and 9 items
  • Has been a member for 4-5 years
miguelp Purchased

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.

denkGroot

The icon set that I’m highly recommending is available at pictos.drewwilson.com.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
mash180 Purchased

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.

denkGroot

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.

Default-user
mash180 Purchased

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

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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

denkGroot

I’m really glad you’re satisfied. :-) Thanks for the purchase!

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
I am wanting to sort some tables on different columns…. I saw your post above where you gave this link: http://www.datatables.net/release-datatables/examples/basic_init/table_sorting.html

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.

denkGroot

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 .

  • Has been a member for 1-2 years

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!

denkGroot

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.

  • Bought between 50 and 99 items
  • Has been a member for 4-5 years
  • Canada

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 ;)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • United States

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!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
anatta Purchased

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.

denkGroot

You should check out pictos.drewwilson.com. He’s got great icon packs.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
ACAR Purchased

Hi!

Why version 1.2 is not included in the download package? Last modification date is on 13th of August…

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
ACAR Purchased

denkGroot, are you on holidays?

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
ACAR Purchased

1 question posted 12 days ago and denkGroot is still sleeping! Nice…

denkGroot

Update 1.2 just wasn’t finished.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
ACAR Purchased

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!

by
by
by
by
by