Discussion on Minovate - Angular Admin Dashboard

Discussion on Minovate - Angular Admin Dashboard

By
Cart 2,223 sales
Well Documented

Tattek does not currently provide support for this item.

429 comments found.

Hi,

Can I know the return policy for this theme? Are we able to request for a refund if we don’t like it after we tried it?

Thanks, Aries

Hi,

you can request for a refund at envato.

Hi Tattek Awesome work! I bought your Admin angular without thinking twice, it’s awesome! Have you tested this on Cordova / PhoneGap?

Sorry please ignore, published it to my Galaxy s6 and works fine! It’s a bit slow with everything loaded but I will try and optimize it to my needs, thanks.

Hey, thank you very much and grats to your succeed :)

Hello, my issue is with using the non-angular version of the admin. When opening the application on the iPhone or iPad the Sidebar navigation is expanded . It should automatically be minimized. How do I fix this?

View snapshot (iOS Simulator): https://drive.google.com/open?id=0B-b_Q8QeWjOaeEx4U3ozVFhjVFU

Hi, really have no idea why this is not working on apple devices, however try to play with settings for setSidebar() function, starting at line 810 at main.js file, maybe you can try to call this function instead of document ready at document load starting at line 844 or use body classes (device-md and device-sm) as conditions for setSidebar() function instead of manual width input.

Thank you! Moving that function to document load fixed the issue.

Super, grats! :)

Hi, Can you please tell me how can i add another navigation menu as the firts one is in left side: in order to have another one big menu. Thanks, best regards, Julien

Hey,

I’m afraid that I don’t understand very well where do you really want to place another navigation menu, anyway this template is not adjusted to use multiple main navigation menus so it should need to be customized a little bit I think.

Hi Tattek, thanks for this quick return. So i have to customize it. Regards, Julien

Hi, I suppose yes but if you can be a little bit more specific with your requirement maybe I can give you some advices.

Hi first of all great job, I have a little issue when opening some pages (in your online example as well. sometimes page load strangely top part of contents not always in right position, too high that the text ‘Dashboard // You can place subtitle here’ is not completely visible.

have you got a work around or bug fix for this

thanks

Aaaah so I’ll check it out in HTML version

edit: no success here too :(

ok just looked again actually its the top bar that is bouble in height and not the page that is two high.

this is strange looks like it thinks im on a mobile but im not.

still havnt found a solution

ok im getting back to you on this i did send an email but thaught im surely not the only person with this problem

i remove the clearfix from the header ================= HEADER Content =================== ================================================—> <section id=”header”> <header class=”clearfix”>

<!-- ===============================================

becomes ================= HEADER Content =================== ================================================—> <section id=”header”> <header>

<!-- ===============================================

this for the moment is doing well ill get back if it misbehaves again

thanks

The Vendor.js file is huge it comes to about 2.5MB is there a way i can reduce it and what if i dont need all that is there in it. How can i reduce its size and have only things that i need in that?

Hey,

vendor.js file is huge as there is a lot of plugins which you really won’t need to use in real project only some of them which will fit to your purposes. So if you decide that you don’t need “leaflet” plugin for example just remove it from bower.json file, rebuild project and the vendor.js file will be a little bit smaller. That way you can remove most of plugins that’s not fit your real application and I’m sure that you get that file a lot smaller. Thanks.

Hello. I’m thinking about purchasing your template. I noticed that footable does not work properly (there are headers missing). Is this a problem with angular-footable?

Hi, thank you for reporting I’ll solve that in next version.

Hi, How would one integrate Express with your template ?

Hey, have no experiences with express and angular integration into it, but I’m sure that mr.google should know something about that :)

Which version of AngularJS are u using. I am not able to get that clearly anywhere.

Hey , it’s 1.4.6 now

Where can I find the change log for the recent update

Hi, you can find changelog at item description here on themeforest.

Hi Author, I want to purchase this Admin Template with copyright, after that you can’t sell it more. total sells no problem, we will take care for that..

Hi,

Could you provide us an approximative date for a version of minovate with angularJs 1.4.

Thank You.

Best regards

Hi,

probably tomorrow, thanks.

I Profile page, There is no option to change the profile pic. Is there any way to change the profile pic. OR preview the uploaded pic on runtime

ui-grid on the page item is not appearing

Hi, for me it seems ok….do you getting see this issue?

Hello,

We are a mobile company that want to have a web interface for our users. The interface will include some of the items you offer in the Minovate template (calendar, charts, tables, etc…).

I have a question about the licensing type I need. We offer our product as freemium to our users. and as a company we will not resell our finished product to any other client, and will use the “End product” only for our company use.

After reading the license types I understand that the regular license type will be sufficient for my company needs. Please verify my understanding.

Regards,

Hello,

yes I suppose that regular license can be enough if you are not reselling your product to clients. Thank you.

I recently bougth a license of Minovate – Angular Admin Dashboard.

It includes English, Slovak, Czech and German languajes but I need it in Spanish. Do you have spanish version for this Template?

Thanks in advance.

Regards

Hey,

it includes some language strings yes, but it’s only for demo purposes so there is only menu translated not a whole template. So I’m not planning to add spanish version there. Thanks

Hi, can you please explain “dropdown” (directive?) in element like

  • ? Were is the source? I can’t find it in minovate template source code. Thank you.
  • Forget about. its bootstrap.

    Hi,

    I am really interested in your theme but I have a few questions and I am hoping you can help me.

    If I want to make the most of the reporting can I change what the dashboard reports so instead of website visits and revenue I would want to track how many people attend an event how often that person attends an event (frequency) and utilization if event takes 100 people and 80 attend etc

    Is it possible duplicate calendar entries and edit one or 2 things in there like location?

    Finally can I sign up different companies and let them only see the tabs Id like them to see?

    Thanks!

    Hi there, i’m using the advances datatables with non-agular version. I’ve got an issues with it, the search bar doesn’t appear. I’ve checked all html and is the same of the demo.. can you help me finding the issues? Thank you

    Hello, have you tried follow this “zero configuration” example? https://www.datatables.net/examples/basic_init/zero_configuration.html

    1. Installed Ruby from https://www.ruby-lang.org/en/installation/ (Path created in environment variable ”...\;C:\path\to\ruby\bin\;”) Tested ruby installation using ruby -v 2. Installed NodeJS from http://nodejs.org/ Tested installation 3. Installed Bower Created folder structure C:\Bower\apps 4. From inside the Bower directory you created typed: “npm install -g bower” C:\DevTools\Bower>npm install -g bower Confirmed Bower is installed 5. Installed Git from www.git-scm.com 6. Installed Dependencies jQuery and Underscore C:\DevTools\Bower>apps>bower install jQuery C:\DevTools\Bower>apps>bower install Underscore new directory created underneath ..\bower\app “bower_components” 7. Installed bower and grunt-cli C:\DevTools\Bower>apps>npm install -g bower grunt-cli 8. C:\DevTools\Bower>apps>gem install foundation 9. C:\DevTools\Bower>apps>foundation new demo<project_name>—libsass I am getting error >> Error: `libsass` bindings not found. Try reinstalling `node-sass`? Warning: Task “sass” not found. Use—force to continue. how to clear and go ahead with starting of grunt server

    Aborted due to warnings.
    ./demo was created
    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey