This item is by an Elite Author
revaxarts
- Microlancer Beta Tester
- Elite Author
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
- Bought between 50 and 99 items
- Sold between 100 000 and 250 000 dollars
3,124
Purchases
Buyer Rating:
4.60 stars
4.60 average based on 390 ratings.
-
5 Star
28873%
-
4 Star
6516%
-
3 Star
246%
-
2 Star
92%
-
1 Star
41%
| Created | 9 June 11 |
| Last Update | 8 February 12 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PNG, HTML Files, CSS Files, JS Files |
- admin panel
- black
- calendar
- cms skin
- colorpicker
- dark
- datepicker
- fileexplorer
- light
- number
- responsive
- tabs
- time
- white
- widgets
© All Rights Reserved revaxarts -
Contact Envato Support


I would like to update a calendar through ASP .NET. Please tell me where I must make change to reflect ASP .NET, instead of google calendar.
I would like to update a calendar through ASP .NET. Please tell me where I must make a change in .js to reflect ASP .NET, instead of google calendar. <script type=”text/javascript”> $(function () { $(’#calendar’).fullCalendar({ events: “JsonResponse.ashx” }); }); </script>
Is there any localization tools or it’s manually only?
manually only!
hi there,
It looks amazing. well done !!!! I would like to buy this admin design for my software. My consideration is about the implementation of thru my asp.net application. Has anyone got experience of integrating and working with asp.net application ?
Any answer would be appreciated. Cheers
I don’t have experience with ASP but some customers already used it for ASP projects
Will this theme work to create a reporting area with client log-in.
Something like this:
http://www.reachlocal.co.uk/sites/default/files/TotalTrackReport.pdfThis themes comes only with HTML /CSS and JS. everything for the backend has to be done by yourself.
i have a strange js error from wl_chart. If i show a chart first, change page and colapse a widget i get endless js errors:
in chrome console: Uncaught TypeError: Cannot read property ‘holder’ of undefined
in firebug: $this.data(“wl_Chart”) is undefined
altough i don’t use wl_chart in current page.
Hope you can help
is this WP replacement or WP like CMS /Blog system?
Can this be use in conjunction with WP?
Let say I have a WP site but I want my client to use this CMS instead of giving them WP admin access. Is that possible?
Thanks
I hope you will provide a changelog this time you publish an update….makes its easier on our part to know what needs to be changed in our app
Hello i´m trying to use Inline Data Types for files, but ins´t working. I have 2 input files at same form, and each input need to has different allowedExtensions. I want to set the allowedExtensions passing from data atributes… like this: <input type=”files” name=”arquivoDOC” data-paramName=”arquivoDOC” data-allowedExtensions=”doc”> So this way i would like to paramName should setted to arquivoDOC name and data-allowedExtensions to doc. Is it possible?? thanks DS
Greetings,
In your next revision can you create a wl_menu.js for all the JS functions related to the menus? Much of the time, I just want a few of the custom JS scripts without all the extra overhead. But the way that everything is currently intertwined via scripts.js makes it a real PIA .
Thanks.
Hi,
Thanks for a great theme.
I am not so sound with Javascript, but following the documentation of Whitelabel, I am facing issues with datepicker.
My requirement is to have a datepicker with format ‘yy-mm-dd’ while setting the current date dynamically from the backend. But documentation suggests that date can be set as ‘today’ or +n or -n, while I would like to set that from the code as ‘2012-04-17’.
How do I specify dateFormat?
Hi, I have this problem with your admin template. I do not know how to display a error and error text (yes I know that I need to use “error” class) in the fields that I want to. Not only for the requested ones. How to check/show that the field has a error.
great template! will you create a wordpress admin plugin for this template? thanks a lot!
No sorry
Some function dosn’t work in live demo … password confirmation, table, color picker, date picker ect… What’s wrong ?
Works as expected here. On which browser do you have issues?
I use Firefox and my java plugin is ok I don’t see any effect on table for exemple, no chart ect
Do you have a liquid type layout. It seems to have a fixed maximum width?
The fixed maximum width is for screens with more than 1280px width. You can simple remove one line of CSS to get rid of this behavior
Greetings Revaxarts,
Is there a class I can set for certain header columns to not have the sort arrow displayed?
In your examples you use<td class="c">X</td>for single character columns, but even when I use this I still get the sort direction arrow over lapping the header text of the column.Thanks for your time.
Hi,
I am interested if you can make this theme to integrate the wordpress admin panel and how much it would cost.
webhostlm.ve @ gmail.com
Thanks
Sorry, this would never be converted to a Wordpress Admin Skin
Hi there,
What a beautiful skin! I saw this and had to purchase it right away. Though I think I may have done so in error. See, I don’t really know what an “admin skin” is. I just fell in love with the forms and would like to use them on my site.
So my question is, can I simply incorporate some of the form tools (slider, check boxes…etc) into my website? For example, if I currently have a text field “What’s your level of satisfaction” where customers can type in 1-10 and I want to replace it with one of your sliders (to select 1-10), can I do this?
Thanks, fingers crossed.
You can use any of the JS plugins alone. Just make sure you’ve included all required files in your page!
Hello,
Just got this template and it’s great. One thing we realized is that we have some lag when using it. Even in the live demo, we noticed the same lag. It is better with Chrome. Do you suggest anything to improve the performance ?
regards.
This is because the demo uses alot JS. You should remove unused JS files.
Hope that helps
Thank again for the theme. We purchased it and I am implementing it in a rails project. It’s implementing well. There are some style issues. the only major thing I’m seeing is a conflict with the rails ajax stuff. (found here: https://github.com/rails/jquery-ujs/blob/master/src/rails.js) Are you overriding any of the Jquery ajax stuff? Do you have more detailed docs on the internals?