Discussion on Fuse - Angular Admin Template

Discussion on Fuse - Angular Admin Template

By
Cart 25,848 sales
Well Documented

srcn supports this item

Supported

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

1563 comments found.

iam very thankful for the answer , that i asked several days ago, and it works. https://www.youtube.com/watch?v=Tmkr2kKUEgU&t=328s

why can’t download html file?

Fuse is an Angular template, it’s not a traditional HTML template.

Wanted to report a bug, when fuse-vertical-navigation ‘mode’ is ‘over’ i.e less than md breakpoint, if layout is switched to empty and then back to classic, scrolling does not work anywhere. I have to refresh the page to make it work. In my case I have a page which defines empty layout through route data, when I switch to that page and come back scrolling stops working. I have tested with ‘mode’ set to ‘side’ and it does not produce the error only ‘over’ causes the error. I have created pr#155 which reproduces this issue.

Thank you for the report and for the PR. I’ll see what I can do to fix it as soon as possible and then let you know.

Cheers

Hello,

I’ve fixed this issue and pushed to the Github, you can get it from there. The fix will also be included into the next release.

Cheers

Add below line in provider of transloco.module.ts file while adding the base-href in index.html it is breaking fallbackLang: ‘en’

Thank you for this.

This issue will be resolved in the next version, we already implemented the fix.

Cheers!

https://www.youtube.com/watch?v=Tmkr2kKUEgU&t=326s when i use this, it’s doesnt show the “Transition” kindly check that i love your creation. the blurry doesnt work.

Fuse uses Tailwind just as is, there must be something you are doing wrong. There is no reason that it shouldn’t work with Fuse since Fuse doesn’t (and cannot) modify Tailwind in any way.

Cheers!

Can you create form fields with expansion panel for different form sections, that has the same or compatible styling as your current modified form field?

Thank you for your suggestion, I’ll see what I can do about this in the near future.

Cheers

​Merhaba Daha once vuejs cikisi icin sormustum ancak yakinda demistiniz ama tarih vermediniz. Cikis tarihiyle ilgili bi tarihiniz var mi ona gore baslayacagim projeyi bekletip temanizi kullanmak istiyorum

Merhaba,

Su an icin henuz belirlenmis bir cikis tarihi yok, o yuzden beklemenizi onermiyorum.

Kolay gelsin.

in src\styles\styles.scss i put

@layer utilities { .animation-delay-2000{ animation-delay: 2s; } }

.animation-delay-4000{
    animation-delay: 400s;
}

the animation doesnt work.

Hello,

It works for me just fine, make sure you are using the latest version of Fuse.

If you have further questions, please use our support ticket system at https://withinpixels.ticksy.com

Cheers

but when i use animation-delay-2000 it doesnt delay the animation sir.

Then you are probably using it wrong, check Tailwind’s official docs for more info about how to use them.

Can you please apply the perfectscrollbar to all scrollbars in demo app?

and I am not asking you to fix it.. I am just asking any idea how should I add the perfect scrollbar.

I am wondering why perfect scrollbar is not implemented to any screen except for the left navigation.

in old version of this template all screens has the perfect scrollbar implemented.

Hi,

I have run the fuse-starter-v13.0.3 application and got the error below.

Error: When using the default fallback, a fallback language must be provided in the config!

please help me to fix this issue.

Hello,

For your support requests, please use our support ticket system at https://withinpixels.ticksy.com and we will get back to you.

Cheers

In the previous version I could change the Navigation menu items on the fly as pages changed. How can I do that with the new version?

You can still do that, please check our documentation: http://angular-material.fusetheme.com/docs/core-features/components/navigation

is it possible to just get the html version?

Hello,

Fuse only available for Angular and React at the moment.

Cheers

Navigation translation does not work for horizontal layouts.

To get this error, you must: 1. Select language 2. Switch the layout to any horizontal

Please let me know when you will fix it. Or tell me how to fix it yourself.

Navigation doesn’t have built in translations support, since the navigation items can be updated on the fly, we take advantage of that.

Adding support for translations into the navigation is something we still considering since there might be cases that multi language does not required for the application.

On language change, we simply update the navigation items and that’s it. Since Vertical and Horizontal navigation uses different sets of data for the Demo, this is not an actual issue.

If you use same data for Horizontal and Vertical navigation and update them on language change, you won’t have this behavior.

How do I update horizontal navigation? This does not work:

const navComponentHorizontal = this._fuseNavigationService.getComponent<FuseHorizontalNavigationComponent>('mainNavigation');
const testingHorizontal = this._fuseNavigationService.getItem('testing', navigation);
if (testingHorizontal) {
    this._translocoService.selectTranslate('navigation.testing').pipe(take(1))
        .subscribe((translation) => {
            testingHorizontal.title = translation;
            navComponentHorizontal.refresh();
        });
}

If you are switching between navigations (horizontal and vertical) on run time, that code won’t work since the mainNavigation id belongs to the main navigation.

You need to modify the navigation data itself on language changes and then supply it to the navigation.

If you need more help, please use our support ticket system at https://withinpixels.ticksy.com

Would love a VueJS version of this theme!

Hello,

Thank you for your interest and suggestion. We definitely want to create a Vue version of the Fuse in the future.

Cheers

just wanted to confirm that SCRUMBOARD is now back and in working order? also is there any other special component that needs to be installed to get drag and drop and such to work on iOS devices. Currently popups (in calendar and such) are popping up off screen and also the drag and drop type components are not working in iOS devices.

Yes, Scrumboard works, you can check out the Demo. It’s not as detailed before but all core functionality is there.

Fuse uses Angular Material’s drag drop and it works great on all of my testing devices including various iOS devices. As for the popups, there will be an update in the future addressing mobile issues in general.

Cool, will do, was asking as the thread from a few days ago seem to indicate it was not complete or functional yet. I did a complete refresh of all devices and the drag/drop is really working well now. Perhaps my cache just needed purging.

Yes, popups still seem a bit off, like they are not aware of the dimensions of the screen. So, sometimes they oversize off the edge of the page or completely appear “out of view”. Hope that helps you to sort out.

Will check out demo now on scrumboard and also work to update our app to see how this upgrade works with our original programming.

BTW, the wait for this update was SUPER LONG, but upon first glance, TOTALLY WORTH THE WAIT! It’s sleek!

​Could you include again the PSD files? They’re not included on the downloaded .zip file. They were included on previous versions and were useful for our design team to elaborate guidelines. Thank you in advance!

Hello,

The new version doesn’t have any design files since I designed it in the browser. I may create them in Figma but no promises at the moment.

Cheers

i see tailwind using JIT, can we use that in tailwind.config.js ?

JIT is still considered as a Feature Preview, that’s why I’m not adding it yet. I’m watching it closely and will test and add support (if required) once it’s considered stable.

Cheers

Will I be able to integrate this template into an existing project on Laravel?

Hello,

Fuse only available for Angular and React. You cannot use them within Laravel.

Cheers

Is Fuse – Angular 12+ Admin Template supports SAAS Application development.

Hello,

Fuse is just a template, you can build whatever you want with it as long as Angular supports it. You can also purchase an Extended License if you are going to be building a paid application.

Cheers

I need to integrate SAAS based automate SMS service to users. does this theme support with extended license?

Again, Fuse doesn’t provide any kind of functionality, it’s just a template, you need to develop your app using Angular and a backend. We only provide the visual shell for applications.

Extended license covers all kinds of paid apps that you can create with Fuse, you can see the details here: https://themeforest.net/licenses/standard

ng serve—open

After executing the command, the CMD window closes, the application does not load.

http://imagenperfecto.com/empty.png Please help. Use Node v12.18.0

WINDOWS:

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory 1: 00007FF709AA470F napi_wrap+113583 2: 00007FF709A4F7D6 v8::base::CPU::has_sse+66646

Try using the latest LTS version of Node.js and try again. If you need further help, please use our support ticket system at https://withinpixels.ticksy.com

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