383 comments found.
Hi,
Thanks for the continuous updated in regards to the skin. I can see you are updating the changelogs, however, it’s kind of hard to know where something may have been changed.
Do you have something like a git repo we can see so we can track the releases?
Also did you get anywhere in regards to the iPad scrolling issue?
Cheers
Hi Adam,
Thanks for your kind words. We feel proud that you are liked our product.
Regarding what to update, We are maintaining git repo vuely. We also mentioned it in our documentation. Please check the below link: https://iron-network.gitbook.io/vuely/template-updatePlease send us your GitHub username at support@theironnetwork.org and we will share the same with you.
We are trying our best to provide smooth scrolling for you and we will integrate it whenever we have a reasonable fix for it.
Thanks for reaching out.
Hi IronNetwork. Firstly i want to thank you for this great admin template! I just want to ask, if you have some simple tutorial how to integrate https://www.npmjs.com/package/vue-router-user-roles to laravel-passport version. it would help me a lot. Thank you again .
Hi,
Thanks for your kind words.
Following are the some links which may help you:
https://medium.com/@gmaumoh/adding-laravel-passport-authentication-to-your-laravel-api-part-1-setting-up-scopes-for-your-7195cf059477 https://laravel.com/docs/5.8/passport#token-scopes https://stackoverflow.com/questions/39436509/laravel-passport-scopesLet us know if you have some other query and issues at support@theironnetwork.org
Thanks and have a nice day!
How can I create single sidebar item? I meant, on your demo page all items sidebar have sub-items, but how can I make a single item?
Hi,
Thanks for reaching out again,
We provided online documentation of our themes with detailed explanation. You should check it out. https://iron-network.gitbook.io/vuely/vuely-vuejs/layouts/adding-menu-in-different-layoutsIn the meanwhile, we also written steps below as per as your requirements:
1- Go to location src->store->modules->sidebar->data.js, create a menu as created in given screenshot. https://tinyurl.com/y35em68n and set items to null 2- Then go to location src->router->default.js and import the component that you have created and define its routing. In our case we imported the demo component as you seen in this screenshot : https://tinyurl.com/y2jftb5x and define its routing as shown in given link: https://tinyurl.com/y2noyp5y
Note: To make it work in all layouts, please import or add its routing in all routing files under src->router folder.
Let us know if it works.
Thanks and have a nice day!
The problem is: http://prntscr.com/n1cvx7
Also, have you resolved laravel mix css bundle chunks stuff?
Hi,
We really appreciate you bringing this to our attention! The issue appears to be due to default structure of menus. The good news is, we’ve solved the problem for you by changing some code in theme files. We also updated it to themeforest. Please download the latest files and let us know if it works.
Regarding CSS chunks requirement, our developer team still working on this and try to integrate it. We will let you know when it will released.
We hope that helps! Please let me know if you have any further questions or issues at support@theironnetwork.org
Thanks and have nice day!
Here is a solution for css chunks… https://github.com/yyx990803/laravel-vue-cli-3
Now, sidebar single item is only clickable by its link atributte, and not by itself. Basically, the problem is that the user needs to click on the sidebar item text, and not the item as it should be.
Hi,
Thanks for reaching out again!
We noted your support requirement. Its related to menu links and we need some time to resolve it. We will fix this into our next update soon.
For more info please reach us directly at support@theironnetwork.org Thanks for using our product and have a nice day!
Hello IronNetwork,
Just purchased this admin theme to work with express js, however, it seems very limited and found lot of jquery code for building the ui. I thought that it will be using vuejs component, disasppointed by this.
Moreover, I notice that there is no select2/autocomplete vuejs component, Can you please update appropriately…
Hi,
Thanks for purchasing our template.
On our template demo page http://vuely.theironnetwork.org/demo/ , we have shown different versions with their demo links so that users can check what we are providing with the package, Vuely template contains multiple versions which includes vuejs, laravel and express versions. As you are going to build your app with express you will be using express version which doesnt have any vuejs component, however you can extend it and integrate components as per your requirement.
We are also working on template urgrade regularly and replacing jquery code with javascript only, hopefully we will be able to release an upgrade soon without or limited jquery code. We will also try to integrate select2/autocomplete as per your requirement.
You can contact us at support@theironnetwork.org with your queries and requirements and we will try to help you as much as possible.
Thanks.
the preview is different from source ! the font family , font size and Icons size are not the sam. update your source please. Thanks
Hi,
Yes we were waiting for envato to approve the files, The updated files are now available. Please download the latest files and let us know if you need anything else.
Thanks!
Thanks!
Hi,
From the seed package how do I enable authentication? From starting up everything appears to be open.
Thanks!
Hi,
Thanks for reaching out again,
Seed Project: It includes all the core files required to run the template app with flexibility and ease of use to include new components and modules to integrate new features and functionality. The idea behind the seed project is to provide the user with very basic theme structure so that it can be easy to the user to kick start the project. Regarding your query, You can check the main theme files to setup firebase and auth0 integration.
Meanwhile here are steps to integrate authentication in seed project:
1- Go to location src->main.js and replace this code: router.beforeEach((to, from, next) => { Nprogress.start() next() // make sure to always call next()! }) with the code as mentioned in screenshot: https://tinyurl.com/yy9k6xev 2- After that go to location src->components->header->User.vue and replace code defined in screenshot https://tinyurl.com/y3tyzktd with the code as mentioned in screenshot: https://tinyurl.com/y2wmuv5n 3- Do 2nd step same for the file located at location src->components->Sidebar->UserBlock.vue
Thanks!
HI,
Pls advise me how to extend full text for left sidebar menu as pict below : https://www.dropbox.com/s/abhtaxkqkmwrcw2/1552742227991.jpg?dl=0Hi,
Thanks for reaching out!,
As per as shown in the screenshot. You want to make visible the overflow content of menu. To do this go to the src>assets>scss>custom and open sidebar.scss paste the following code at the end of the file.
.sidebar .v-list__tile__title,.sidebar .v-list__tile__content{
overflow:visible !important;
}
Let us know if it works.
Thanks!
Dear Support,
found error while ..npm run serve as picture below : https://www.dropbox.com/s/h8i46j9hpp860r7/1552415283628.jpg?dl=0pls advise me Thanks
Hi,
Thanks for using our theme,
Regarding this error please run the following command of dropzone:
npm install vue2-dropzone—save
This will helps you to resolve the issues.
Let us know if you need anything else.
Thanks
Hi there, I changed the keys and settings in Auth0 file, and recompiled the project. My login page still takes me to your auth0 app.
Hi,
Thanks for reaching out!
As per as your concern,Please check whether you have changed the auth0 details in correct file or not. To change the auth0 credentials go to location resources->js->auth->auth0-variables.js and replace the clientId and domain with your details. Here is the screenshot of screen: https://tinyurl.com/y4aw8svw
If you have changed in correct file please clear the cache and then retry to login with auth0.
Let us know if it works,
For any query and for other concern. Please reach us at support@theironnetwork.org
Thanks and have a nice day!
Im having some issues with sidebar. Here you have a video: https://youtu.be/LiBv2nJbfTs
Hi,
Thanks for reaching out!
We’ve looked into your problem and everything seems to be working fine on our end. Could you please share a bit more information with us so that we can get to the bottom of this? For example, would you mind sending us the project file zip folder that you are using right now at support@theironnetwork.org? Using that, we can take a look in our system and see how we can get this fixed for you.
If you have some other issues,concern and problems please send us email at support@theironnetwork.org
Thanks
Hi, How to use $t (i18n) in Vuex like store, services, muteations and so on..?
Hi,
Thanks for reaching out!
Regarding your concerns,
We are already handling the language translation(vue-i18n) with vuex. You can go through the given link to use $t (i18n) which might helps you: https://github.com/kazupon/vue-i18n/issues/415.
At Last ,If you need more help then could you share a bit more information with us so that we can get to the bottom of this? For example, If you can explain in detail, we can take a look in our system and see how we can get this fixed for you. You can reach us directly via support@theironnetwork.org
Thanks and let us know if you need anything else.
I am following your installation guide and I can’t seem to get it installed. I am confused about the laravel version vs the vuely version. are they meant to work together? I would like to install the version that has all the components but without the seed data
Hi,
Thanks for using our product,
We have categories for each and every version by separated folder and also mentioned in docs. Please check the folder structure first before heading to development.
https://iron-network.gitbook.io/vuely/getting-startedIn further, vuely and vuely laraval are the separated version. If you want to start with simple vuejs project then go for vuely folder. Vuely laraval version is integrated with php laraval. It totally depends on you which one to choose.
We worked really hard to create a thorough docs to get started. You can find it at https://iron-network.gitbook.io/vuely/getting-started . If you find it doesn’t help solve your problem, please don’t hesitate to reach us again. You can reach directly via support@theironnetwork.org.
Thanks
Hi,
I’m enjoying working with this theme. However, I’ve noticed some issues on my iPad Pro when scrolling through things like dashboards and loner pages where the view glitches and doesn’t flow smooth.
Do you have any idea what this could be?
Thanks, Adam
Hi,
Thank you so much for your kind words. We’d be more than happy to help you.
Before we further dive in, can you give us a little more context on the situation? because we tested on iPad Pro all Variants and things are working perfectly. When did this issue begin happening? Has it been occurring consistently, or does it happen by any customization? and please send us screenshot or recording video also of the issue we will look into it and try to fix it.
Let us know if you need anything else.
Thanks
Hi,
I’m enjoying working with this theme. However, I’ve noticed some issues on my iPad Pro when scrolling through things like dashboards and loner pages where the view glitches and doesn’t flow smooth.
Do you have any idea what this could be?
Thanks, Adam
Hi,
Thank you so much for your kind words. We’d be more than happy to help you.
Before we further dive in, can you give us a little more context on the situation? because we tested on iPad Pro all Variants and things are working perfectly. When did this issue begin happening? Has it been occurring consistently, or does it happen by any customization? and please send us screenshot or recording video also of the issue we will look into it and try to fix it.
Let us know if you need anything else.
Thanks
Hi,
I have uploaded a video here. Hopefully you can see what I mean. This is from an iPad pro but it’s also happening on a iPhone I have too.
https://youtu.be/AaqSFXbFbpEThanks!
Hi,
Thank you for sending the video link. It was exactly what we needed and it helped us to detect the issues in project.
We are really sorry to hear about your issues with iPad Pro and other iOS devices. We’ve looked into your problem and it seems to be a bug. You’re the first person to report this, so thank you!, We’ve added the issue to our to-do list. Our developer team will start working on this very soon and it will be fixed in the next release.
Meanwhile, you can add following piece of code into your style sheet to get rid of this and check that if it works for you.
body, body .application, html, html .application{
}
-webkit-overflow-scrolling:auto !important;
We are sorry to keep you waiting till the next release.
Thank you for your patience and understanding!
Hi,
This helped in terms of stopping the glitching/flickering.
However, this makes the scrolling speed very slow? Did you notice this?
Thanks
Hi,
Thanks for reaching out again,
Seed Project: It includes all the core files required to run the template app with flexibility and ease of use to include new components and modules to integrate new features and functionality. The idea behind the seed project is to provide the user with very basic theme structure so that it can be easy to the user to kick start the project. Regarding your query, You can check the main theme files to setup firebase and auth0 integration.
Meanwhile here are steps to integrate authentication in seed project:
1- Go to location src->main.js and replace this code: router.beforeEach((to, from, next) => { Nprogress.start() next() // make sure to always call next()! }) with the code as mentioned in screenshot: https://tinyurl.com/yy9k6xev 2- After that go to location src->components->header->User.vue and replace code defined in screenshot https://tinyurl.com/y3tyzktd with the code as mentioned in screenshot: https://tinyurl.com/y2wmuv5n 3- Do 2nd step same for the file located at location src->components->Sidebar->UserBlock.vue
Scrolling Issue: Yes , We noticed but at this moment we had only that fix. We just wanted to let you know we’re still working on resolving your situation. We’ll let you know as soon as it’s been fixed! . Let us know if it is works,
Thanks and have a nice day!
Awesome thanks for the help. If I figure out a way to fix it I will let you know. However, i’m happy you guys are still looking into it 
Hi if I add this line to my routes->web.php file:
Route::get(‘{any}’, function () { return view(‘welcome’); })->where(‘any’,’.*’);
I get an error because it does not look like things are escaped correctly…
syntax error, unexpected ‘{’, expecting ’,’ or ‘)’
Any help?
Hi,
You used curly single quote rather than straight single quote that’s why you are facing that error. Go to routes folder and open web.php file and change code as shown in screenshot.
https://www.screencast.com/t/vWOwyUU3IBLet us know if you need anything else.
Thanks
Starting development server… 94% after seal These dependencies were not found:
ERROR Failed to compile with 5 errors 10:48:02
- firebase in ./src/store/modules/auth/index.js, ./node_modules/cache-loader/dist/cjs.js??ref—12-0
./node_modules/vue-loader/lib??vue-loader-options!./src/views/session/LoginOne.vue?vue&type=script&lang=js&
- firebase/app in ./src/firebase/index.js
- firebase/auth in ./src/firebase/index.js
- firebase/database in ./src/firebase/index.js
To install them, you can run: npm install—save firebase firebase/app firebase/auth firebase/database npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/firebase/app.git npm ERR! npm ERR! Host key verification failed. npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\.........\AppData\Roaming\npm-cache\_logs\2019-02-28T09_50_49_368Z-debug.log error! please help me
npm install --save firebase firebase/app firebase/auth firebase/database
Hi,
Thank you for using our product.
These errors occurs because you have’t installed the firebase package. Please run the following command to install a firebase.
$ npm install—save firebase
Let us know if you have any other query.
Thanks!
Hello, is there a next version int the future please ? Thanks!
Yes we would be launching it this week. Thanks!
Does this template still require query?
Hi,
The template includes jvector map which requires jQuery, you can simply remove the same if you don’t need jquery dependency but we are working on this. Hopefully we will release it future updated.
Note: It shows that your support has expired, We would request you to renew the same.
Thanks!
Hello, do you have these Vue models with Bootsrap 4 and ES6?
Hi,
Thanks for showing interest in our product.
Vuely is material Design based theme which is made of Vuetify. So we used Dialog component(Modals) from vueitfy. We did not use bootstrap and ES6 for modals but there are many types of modals provided by vuetify. So Please check the following link. It may help you.
https://vuetifyjs.com/en/components/dialogsLet us know if you have other queries.
Thanks