211 comments found.
Hi,
Im trying to install npm modules in angular template but the installation always shows a warn on tarball data.
extract: WARN tarball data for material-design-icons@3.0.1 (sha1-mnHEh0chjrylHlGmbaCA4zct78=) seems to be corrupted. Trying one more time
I wait until the installation change to a different package but after tarnball data tries one more time, the installation shows error on that package.
Isnt it based on angular7?
Currently Angular5
Hi,
Our purchase code is 2c901a57-cf1b-42ba-8639-841090d28db0. We’ve try the new theme and call on it npm audit command. The result show us 43 vulnerabilty, 6 of this are High level.
There is a Patch for it?
That’s not us, it’s something that npm just recently added when downloading the 3rd party npm packages. This is the responsibility of the 3rd party packages. It’s quite common to see these warnings on any project you run that contains multiple packages. However you can usually run the Audit fix as suggested in terminal and it’ll “fix” it for you.
Thanks for you quick response. We had already executed Audit fix and the indicated result was the final one. Do you have any suggestion?
Are working with the jQuery or Angular Project?
Angular Project. Thanks
I’m following this theme since July and I’m waiting some update on it before purchasing in particular the support for Angular 6 or alternatively Bootstrap 4 static. Do you have a rough idea on when you plan to update this theme ?
Hi gmaxera – so sorry for the late reply. I’ve been super busy working on some other themes. To be honest I’m not sure when this one will receive it’s next update. Hopefully before the end of the year but I can’t say for sure.
hi
modal forms its not working in angular version.
http://materialwrap-angular.authenticgoods.co/ecommerce/ecom-productscan you fix this issue please. then send last update version.
thanks.
Hi
how can i make the theme right to left ???
We’ll be adding support for this in the near future, however to get you start you can add dir=”rtl” to the html tag. That will shift the layout right to left but as you can see will still require some minor tweeking to perfect.
its not just minor tweaks it is a lot of work :/ it is easier to build it from scratch :/
when can we expect it to be done ???
I won’t be able to give you an exact time, but I will bump it up on the priority list for you.
Hi, may i know when you launch the new version
Hi. Any update planned for this ?
Still working on the update, sorry for the delay.
Good to know. will look forward. Thank u.
I already told you about multiselect 4 months ago and it seems that you have no intention of fixing anything. You could switch to jquery chosen or select2. Moreover many of the libraries you are using are obsolete.
There are also a lot of functions that I can’t use outside, I have to edit app.bundle, which I find horrible.
I'm talking about the version of jquery with boostrap 3
That’s because you’re not supposed to edit the app.bundle file. You’re supposed to be editing the individual files in that app folder then run the included webpack and gulp scripts to bundle your JavaScript into one network request. It’s completely customizable, you have one file with all of your script includes.
why Multiselect can’t working…
Hi,
It’s working fine for me, I just checked in the latest versions of Chrome, Safari, and Firefox on Mac. Please tell me which browser and browser version you using. Are you looking at the Multiselect on this demo page?
Actually I do see an issue on the jQuery version, I was checking the wrong the demo…sorry about that. I’ll look into getting a fix in for that asap!
Bootstrap 4 code doesn’t work with this theme. I tried to use dropdown from bootstrap 4 website but the dropdown menu is not displayed when I click on the button. I don’t mind using ngx-dropdown as shown in examples but wondering why bootstrap components aren’t working.
That’s because Angular doesn’t work that way. You can’t drop Bootstrap’s JavaScript in any Angular project, that’s what these Bootstrap/Angular ngx projects are for. They take Bootstrap components and make Angular components that’ll work in Angular apps.
Hi going to pick this up as you support IE9! Just a couple of questions. When do you think you might have Angular 6 ready by? Also will you be implementing a RTL template. Thanks
Hi, Thanks for choosing MW! Just to make sure you know IE9 is only supported on the BS3 Static version but not the BS4 Angular version. We’re currently working on upgrading to the static version to BS4 and that will no longer support IE9. RTL will be coming in the version as well.
Thanks for the quick reply. Yes I was wrong the online tester was using IE11
I could possibly try this github coliff/bootstrap-ie8 it apparently lets bootstrap 4 work on old IE. it might work?
Hello,
What advice do you give me to open a modal from the “TopNavbarComponent”?
Trying to do his puts the overlay on top of the modal.
Thank you in advance, Regards,
Interesting, sounds like a z-index issue. Would it be possible for you to email me a screenshot to support@authenticgoods.co ?
hi. If possible can you provide me the if there is any compatible plugin related to the calender to this Material Wrap theme. i need calendar control to work. thanks
Hi,
Are you using the jQuery or Angular template?
can you please help me understand my questions below (I am posting them again…been waiting for 6 days to get an answer)?
I have abandoned the approach to Vue or Angular and purely focusing on JQuery approach. I have spent some good amount of time review, debugging and understanding your codebase. I would appreciate if you could please provide answers to following questions:
1) it looks like the codebase reacts to classes added to “content_wrapper” div. for example, when i toggle drawers/Asides, there are classes like toggle-left and others added to content_wrapper div and as a result the web refreshes and reacts. where exactly is the code that handles the “content_wrapper” div class changes? 2) Drawers & Asides I see following classes added to “content_wrapper” div when working with different drawers – simple open-right-lg – rightnav_v2 lg toggle-right
what are all the combinations for above that I should know about
in general, whats the difference between toggling and opening an aside (is open with the backdrop and toggle without?)
thanks
Hi,
Sorry for the late reply! I’ll try and walk you through how this works. There’s the app level sidebars which is the main menu sidebar and the quick panel sidebar on the right. These are on every page and are triggered by data attributes, which are data-toggle-state for both. The JavaScript that runs those are located at “app/js/modules/sidebars.js”
The drawers are for the page level sidebars, located here. http://materialwrap-html.authenticgoods.co/component-drawers.html The triggers for these are also data attributes, which are data-drawer. When clicked it runs through this JavaScript file app/js/modules/drawers.js This module will take in the data attribute value, that value is the class that’s getting added to the page to open the drawers.
Hope this helps! Please let me know if you have any more questions.
Does this come with a .sketch file for prototyping?
Hey, sorry no sketch file yet.
It looks like html version is more well polished than angular one. Take a look at modal demo.
I am trying to move this project to Vue.js project and having a hard time doing this. I am working on the jquery-seed project to that. Can you please provide some guidance how to do that? I have so far moved following files over to Vue.js project
‘js/material/material.js’,’js/material/ripples.js’,’js/initApp.js’,’js/app.js’,’js/initVue.js’
I am stuck on the css files. do I need to move over just the app.bundle.css and vendor.bundle.css? what else?
thanks
Hey, would love to help but unfortunately I do not have enough experience with Vue.js yet.
thanks for response. I have abandoned the approach to Vue or Angular and purely focusing on JQuery approach. I have spent some good amount of time review, debugging and understanding your codebase. I would appreciate if you could please provide answers to following questions:
1) it looks like the codebase reacts to classes added to “content_wrapper” div. for example, when i toggle drawers/Asides, there are classes like toggle-left and others added to content_wrapper div and as a result the web refreshes and reacts. where exactly is the code that handles the “content_wrapper” div class changes? 2) Drawers & Asides I see following classes added to “content_wrapper” div when working with different drawers - simple open-right-lg - rightnav_v2 lg toggle-right
what are all the combinations for above that I should know about
in general, whats the difference between toggling and opening an aside (is open with the backdrop and toggle without?)
thanks
I’ll mark this one complete, since we’re chatting on a different thread.
Would you consider releasing an Angular 6 upgrade guide? Right now if I try to update Angular core to Angular 6, I get a lot of incompatible peer dependency errors and don’t know what the solution is.
Yes, working on an Angular 6 upgrade now.
Follow up question to my previous one. Just a nudge because we can;t move without resolving this. Many thanks.
Thank you, however when I run the next command of “ng serve” I receive the following. Should I be concerned about this? (sorry for newbie questions).
Thank you :-
Local workspace file (‘angular.json’) could not be found. Error: Local workspace file (‘angular.json’) could not be found. at WorkspaceLoader._getProjectWorkspaceFilePath (C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\workspace-loader.js:37:19) at WorkspaceLoader.loadWorkspace (C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\workspace-loader.js:24:21) at ServeCommand._loadWorkspaceAndArchitect (C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\architect-command.js:180:32) at ServeCommand.<anonymous> (C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\architect-command.js:47:25) at Generator.next (<anonymous>) at C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\architect-command.js:7:71 at new Promise (<anonymous>) at __awaiter (C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\architect-command.js:3:12) at ServeCommand.initialize (C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\architect-command.js:46:16) at Object.<anonymous> (C:\Users\james\AppData\Roaming\npm\node_modules\@angular\cli\models\command-runner.js:87:23)
Hey, sorry…which Angular CLI version are you running? This shouldn’t be a problem but I just want to check and be sure. Is your project compiling? If so, are you seeing any errors in the browser console. Please email me your response to support@authenticgoods.co