Discussion on Fuse - Angular Admin Template

Discussion on Fuse - Angular Admin Template

By
Cart 25,808 sales
Well Documented

srcn supports this item

Supported

This author's response time can be up to 2 business days.

1562 comments found.

Hi, when i launch gulp serve , its breaks with this message: Cannot find module ‘immutable’

Hello,

It seems that there is an issue with the ‘immutable’ module which required by browser-sync. You can check this issue: https://github.com/BrowserSync/browser-sync/issues/502

Maybe try to re-install the browser-sync module as it’s mentioned on this comment: https://github.com/BrowserSync/browser-sync/issues/502#issuecomment-77737480

Also if you can open a support ticket at http://withinpixels.ticksy.com and paste the entire error stack from your console, I might be able to help a little bit more.

Best Regards.

Hello, There seems to be no HTML files. I would want a refund if there is no html file What do i do?????

Hello,

Fuse is an AngularJS Admin Template, it does have HTML files just like any other template. You can see them under /src folder.

If you are looking for an HTML/jQuery template, then Fuse is not for you. It uses AngularJS and Angular Material libraries.

We don’t have any control on payments so you have to contact with Envato if you still want a refund.

Best Regards.

Hello,

We tried to configure as per your installation document… but we face the following issue…

c:\FuseTheme\fuse\bower install

bower ENOGIT git is not installed or not in th PATH

what is going wrong in our installation process?

Hello,

Bower needs Git in order to work. You need to download and install Git to your computer: https://git-scm.com/

The installation should take care everything including the PATH variables so you can use git in your console. After the installation you might need to close and re-open the console/terminal application you are using so the PATH variables can be reloaded.

Best Regards.

Hi! I am developing a Music Web App and planning to use a Backend CMS (Content Management System) with an Admin Template such as Fuse from you Guys.

For the Development of this Music App I will not need many of the Modules/Functions you provide on Fuse ( ie. Mail App, Calendar, To Do, most of the Built Pages (might use just your login pages) etc.. ) because I have already done all the Front End, so I find no need nor value for many of those in the Project in question (which all look good btw).

Being the Final Product a Web App, I plan to sell it NOT allowing the Buyers to charge any cost nor fee to the Final Consumers (end users) to use it. My doubt resides in the License Terms you guys use in Themeforest, being this my first time making an Admin BackEnd for CMS using a Template such Fuse, I need your guide and information about which license (Regular License at the Price of $24 or the Extended License at the Price of $1200) I must choose in order to advance with the App I am Building. My Best Regards

Hello,

We don’t have any control over licence types and they can be pretty confusing sometimes.

As far as I know, if you are going to create a product that you are going to sell or if you are creating something for your client that he/she is going to sell, you need an Extended licence. If it’s an app for you or your client that is not going to be sold, then Regular licence will be enough.

Also you can check the faq to see if that helps. There are a lot of examples in there so you might get a better idea about licence types: http://themeforest.net/licenses/faq#main-differences-licenses-a

Best Regards.

Hi Srcn,

I love this template and the coding standards you have used.

I have purchased this already, I am interested in e-comm app and trello like app. Any tentative dates on when they will be available ?

Hello,

Thank you for your kind words, I’m glad you are enjoying the template.

Scrum board app (Trello like) is going to be available in the next feature update. There might or might not be bug fix updates in between but it will definitely be available in the next feature update which you can expect to be released in 3 weeks.

As for the E-Commerce app, I will do my best to include it in the next feature update, but we have some issues and improvements we need to focus on as they are affecting some of the aspects of the template, so it might not make it to the next update. In that case, as soon as I release the next feature update, I will start working on the E-Commerce app and it should be ready in 4 – 6 weeks if everything goes according to our schedule.

Cheers.

Thanks for the update.

Hey Sercan,

This Fuse theme is brilliant. I am planning to purchase it. However, I have a query here.

When the left nav bar is in collapsed state and I am clicking on Datatables, after the next mouse over, nav bar is again scrolling back to the top. This is getting very frustrating for me if I will be using the bottom menu items intensively.

Is it possible to provide some fix for this as I am really looking to purchase this template?

Thank you, Lalit

I don’t have any experience with Tomcat but in the production stage you don’t need anything other than hosting the files. No node.js or gulp or bower, nothing is required for the production.

They all there to make the development process easier and faster. Once you deploy the Fuse, your frontend will be consisting of HTML, CSS and Javascript files, just like a basic web page.

So, I don’t really see any reason for it to be not working with Tomcat. Anything can serve a basic Html web page can also run the Fuse once you build it.

Best regards.

That’s great. I’m already getting my hands dirty with it. I must say, it’s coded beyond what I expected. Lovely work, brilliant theme.

I’ve got a few queries regarding using your existing architecture to use Ajax calls to already exposed rest apis. For the same I’ve also created support ticket. It’ll be great if you can help me out.

Cheers.

Hello,

I replied your ticket at our support system.

Best Regards.

I was very tentative about writing this comment. I usually like to write thank you and good job especially when i know someone put time and efforts. but also, this is a paid item and it should meet some standards.

so i am going to add the good and bad

the good: nice template and it definitely covers lots of scenarios.

the bad: this is one of the worse paid documentation ever, I am a backend developer and my front-end experience is limited hence i am using envato. after i purchased the template i was expecting index.html that references the js and css files and start editing the template. IT DOES NOT EXIST. so I tried the documentation and nothing there. the installation section is very short and not useful. I use visual studio as my dev environment.

Please provide the index file or fix up the documentation.

Hello,

Fuse uses Gulp to automate some of the progress on the development and one of them is to auto inject files into the index.html file. The index.html file does exists, it’s just not like one of those index.html files you used to see. You won’t see any references inside the file because it’s an automated process.

If you want to remove anything, just remove it. That way it will not be included. If you want to add anything, just add it using bower or just create the js, scss or html file. It will be automatically injected.

As for the documentation, it does mention about the auto injecting progress and the installation section is short because you don’t have to anything else. But anyways for the most part, you are right about the documentation, it does need some more work. I will work on the documentation more. In the mean time, if you have any trouble, please use our support ticket system, and I will do my best to help you.

Best Regards.

I am not sure what I am missing, I use gulp when I am ready to deploy for production. (build engine for JS and css,...). but what I am talking about development process, I want to make changes and see the updates before even build. how can I do that?

You need to run ‘gulp serve’ and that’s it. It will run the theme and watch the files for you. Then you can make changes and it will automatically re-inject them and even reload the browser for you.

It’s acually in the documentation. If you look under Server section of the Installation part of the documentation, you can get a little more information about it.

Best regards.

Question regarding the built-in-applications: What are they built with (example java, .NET API etc)? What IDE do you recommend to manage these application.

Thanks. I am new to node.js (and also WebStorm IDE), do you have any tutorial that I can go thro first?

Can you support us with some custom front end development? We can take care of the back end webAPI stuff.

Hello,

Unfortunately, we are not doing any custom work at the moment.

As for the tutorial, you don’t really need to know anything about node.js to be able to use the theme. It uses node.js through Gulp to automate some of the actions on the development process such as automatically injecting files into the index.html file.

They all done automatically so all you need to do is unzip the theme files, install node.js which is a standard installation process just like any other app and then you are set. Obviously, you will need some AngularJS knowledge as the theme is an AngularJS based theme but that’s pretty much it. The rest of it is basiccaly HTML, CSS and some Javascript.

Best Regards.

Please update the demo product for 1.1v and thx for the work, the side side changelog show a lot of powerfull changes. And please, don´t forget eccomerce app. I really whant this -

Hello,

Demo already updated to the version 1.1.0. The server has caching enabled for the demo, that’s probably why you are still seeing the old demo. Please clear your browser caches and try again.

We will be working on the e-commerce app and it will be included into the next feature update.

Best Regards.

Amazing =)

Do have any idea when you will be releasing “Scrum Board App” ?

Hello,

It will be included in the next feature update. I can’t really give any exact date but we will try to have feature updates every 3 or 4 weeks. We just released a feature update so it will take another 3 to 4 weeks to release the scrum board app.

Best Regards.

Hi, Is it possible to have a gulp task which creates an easy getting started seed project. For someone who wants to get up and running within seconds your demos are completely useless and get in the way of development. I spend hours to separate the essential code from the non essential code. Otherwise good wor!

Thanks,

Wendell

Hello,

I will work something similar for the next update, until then, there is no easy way to have a seed project.

Also calling our demos useless is not a way to go if you are asking for help. You need to understand one thing; everybody has different needs. If you think they are useless, maybe you shouldn’t be using a theme for your project and build things from scratch as you need them.

Best regards.

Hi,

Not what I wanted to say. Of course the demos aren’t useless, actually they are pretty sweet, gorgeous even that is why I bought the template in the first place. Once you are up and running with your own development, they are quite essential even. That said, one must get up and running first and preferably as frictionless as possible. It does not matter however pretty or good the demos might be the primary reason to use a template is to have an easy out of the box starting point for one’s own app. In that context all the demo code are code bloat and pretty useless since as a developer I don’t want to keep any of it around. I stake my life on the fact that everyone who has ever bought a template has that exact same requirement; the easy out of the box starting point. So, my point should have been in the previous post; you should either provide a bare version of the template, or tell us what to delete to get to that point. Because I tried to figure that out by myself and failed miserably so frustrated I gave up and used another template which did have a handy seed project. I’m just trying here to give you the benefit of my experience. So if you could do something with my suggestion that would be great. Like I said before keep up the good work!

Thanks,

Wendell

Hello,

I’m sorry to hear you had to use another template. As I said, it’s in our todo list and I will either add a Gulp command to create an empty seed project or we will look into other ways to provide a seed version of it along with the whole template.

Thank you for your suggestion.

Best Regards.

Hi!

Your template looks awesome! Congrats!!

I want to ask you if any plans to have it available for meteorJS.

I understand Meteor and AngularJS now can work together, but wonder if you can let me know if I can purchase your template for meteor itself or give me some instructions to include it in a meteor/angular project.

Thanks!

Hello,

Thank you for your kind words.

Unfortunately, I have no experience with Meteor.js so I can’t really help you in this case. I did a little bit research on the topic and just like you said, you can use them together, but I’m not sure if it’s going to cause any issues or it will run without doing major refactoring.

In this stage, we want to focus more on the Angular and try to make the Fuse better and more powerful.

Best Regards.

It seems that authentication screens are broken. Please check the social sign in and sign up. It’s not showing correctly. I am interested in buying after issues are fixed

Hello,

Thank you for your interest.

Login and register screens are functioning and looking correctly. There are no social login/register screens in the template as they are usually trigger popup windows provided by the service you are loging in/registering from. You need to implement them by yourself.

Best Regards.

Hello,

Does this theme contain some kind of module loading on demand? Lazy module loading or dynamic loading modules, you know what I mean? I’m building a large app, and if all modules are loaded right away, it could take some time and UX could be bad, don’t wont that.

Thanks

Hello,

Fuse currently doesn’t use any kind of lazy load plugin to load its modules. We will look into this and try to add a lazy load plugin support to the Fuse if it’s possible.

Best Regards.

where is html?

Hello,

I’m not sure what exactly you are looking for but Fuse is an AngularJS based admin template. It’s not a basic HTML/jQuery admin template.

It has all HTML and other related files just like normal admin templates but you need an AngularJS knowledge to be able to use it.

If you have other questions, please use our support ticket system and I will do my best to help you.

Click here to create a ticket

Best Regards.

Very nice work. We are using it for our current project. It is well documented and your code quality is near perfect (nothing is perfect ;) ).

If that can help some people. We are using it with Laravel. Laravel is not used for the presentation layer but takes care of server side operations. With a template of this quality all our front end logic is ready to use (templating, ajax calls…). We just have to adapt it

Thanks for the great work and waiting for your next update!

Hello,

Thank you very much for your kind words, I’m glad you are enjoying the theme.

Next update hopefully will be released later this week.

Best Regards.

Hi,

The theme looks really great! Do you know when we can expect a HTML version in order to integrate it easier with frameworks like Laravel?

Best regards.

Hello,

Thank you for your kind words.

We are currently focusing on the AngularJS version so I can’t really give you any specific date for an HTML/jQuery version.

Cheers.

Do you have an example of this template being used with laravel 5?

I just bought this template and I was of the impression that it would be html, css, and js files only. The angularjs framework won’t work with my project, do you have an alternative?

Hello,

Unfortunately, Fuse only works with AngularJS and we don’t have any alternatives. If you’d like to refund due to wrong purchase, please contact with Envato.

Best Regards.

hello goood achievment. would it be possible to combine your admin template with a live laravel’s project or wordpress site?

very clear, but for futur use and for trainee, you should make a tutorial of Fuse + Laravel’s api… i project to buy “fuse” it has good look, and many features, you should also add a multi-step form. Cheers.

Thank you for your suggestions. I don’t think I will find time to create a tutorial but multi-step forms are definitely in our todo list.

Best Regards.

hi, thank you… please do the tuto! it would be great and it will atract more people. cheers

Hey bro, already has date for the next update?

Hello,

We are currently working on the update, had some issues with couple plugins so it’s going to take a little bit more but hopefully it will be released later this week.

Best Regards.

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