eakroko
- Most Wanted Bounty Winner
- Referred between 10 and 49 users
- Has been a member for 2-3 years
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
- Germany
- Bought between 10 and 49 items
161
Purchases
Buyer Rating:
4.84 stars
4.84 average based on 19 ratings.
-
5 Star
1684%
-
4 Star
315%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 20 February 13 |
| Last Update | 26 March 13 |
| Columns | 4+ |
| Compatible Browsers | IE9, IE10, Firefox, Safari, Chrome |
| Compatible With | Bootstrap 2.3.x |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files |
© All Rights Reserved eakroko -
Contact Envato Support


Thanks for the great theme.
Just a question regarding the charts: when trying to set the labelAngle property for an axis for charts, it seems to do nothing. When trying the same with the default Flot plugin it does work. Did you perhaps make any customization to the plugin you included?
If you can have a look at it, it would be much appreciated!
Could you send me the JS you try to use via the contact form on my profile page (email)? I will take a look at it when im back at home. I’m glad you like it
It seems the labelAngle functionality hasn’t made it to the stable release of Flot yet. I came across a fork of Flot on github and it seemed to work, but broke some of the other rendering. They’ll most likely implement it in version 0.8 of Flot. More on that here: https://github.com/flot/flot/pull/15
Thanks for being willing to help though. Keep up the great work!
Beautiful template, thanks! But why are the user info and log out buttons hidden for displays less than 650 pixels wide?
I realize I can change it myself and do whatever I want once I purchase the theme; I was just curious.
It was collapsing with the menu on top. However this is already on the list for the upcoming update. That will be changed for sure! Great that you like the theme
Thank you eakroko for the very nice job you did !!
I would like to know how did you setup the data-layout and data-layout-width ??
Thank you
. It is basically simple javascript. The JS looks if there is the class data-layout-x=”fixed” and if so call specific functions/add classes etc.
Thanks eakroko ! I found the code in application.js !
Hi,
it’ s a great Admin-Template!
But I dont know, how I can chage the language to german for datatables…
cu
Hi! Thank you I appreciate it
.
In eakroko.js on about line 370 you will find the “opt” object.
var opt = { "sPaginationType": "full_numbers", "oLanguage":{ "sSearch": "<span>Search:</span> ", "sInfo": "Showing <span>_START_</span> to <span>_END_</span> of <span>_TOTAL_</span> entries", "sLengthMenu": "_MENU_ <span>entries per page</span>" } };You will need to change these strings. There are more things which need to be translated. Below you will find a german translation.
var opt = { "sPaginationType": "full_numbers", "oLanguage":{ "sSearch": "<span>Suche:</span> ", "sInfo": "Zeige <span>_START_</span> bis <span>_END_</span> von <span>_TOTAL_</span> Einträgen", "sInfoEmpty": "Zeige 0 bis 0 von 0 Einträgen", "sInfoFiltered": "(gefiltert von _MAX_ Einträgen)", "sInfoPostFix": "", "sLengthMenu": "_MENU_ <span>Einträge pro Seite</span>", "sProcessing": "Bitte warten...", "sZeroRecords": "Keine Einträge vorhanden.", "sUrl": "", "oPaginate": { "sFirst": "Erste", "sPrevious": "Vorherige", "sNext": "Nächste", "sLast": "Letzte" } } };And afterwards be sure to include eakroko.js (normally eakroko.min.js is included!).
Regards
Thank you
Regards from Nordfriesland
Hi,
I’ ve a question about customizing forms, where I can change css for formelements (here my one uploadfield)?
thx
Hi, in the folder “css/” is the file “style_not-minified.css”. You will find every element’s style in there. The forms are styled depending on their class. Usually with “form-horizontal” or “form-vertical” or “form-bordered” etc… It really depends what you want to do.
Regards
Hi and congratulations for your job.
I have a question about datepicker: I don’t find “date rage”, is support this function?
Thanks in advance
Hi and thank you
.
I will add a date range picker in the next version so stay tuned! I will try my best to publish the update this week.
Regards, Ernst