ThemeForest

ease - Responsive Admin Template

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

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!

eakroko

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

Default-user

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

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

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.

eakroko

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

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
denvar Purchased

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

eakroko

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.

Default-user
denvar Purchased

Thanks eakroko ! I found the code in application.js !

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 0-1 years

Hi,

it’ s a great Admin-Template!

But I dont know, how I can chage the language to german for datatables…

cu

eakroko

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

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 0-1 years

Thank you :-)

Regards from Nordfriesland

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 0-1 years

Hi,

I’ ve a question about customizing forms, where I can change css for formelements (here my one uploadfield)?

thx

eakroko

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

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

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

eakroko

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

by
by
by
by
by