341 comments found.
Do you have or plan to release a Vue version 3 of this template?
Hi,
We are working on another projects and currently don’t have a certain roadmap for Piaf.
Hello
Thank you for this template
Is there Html version because I’ll use it with codeigniter project so Is It full html,css &Js ?
thanks again hope you good and healthy all time
Hi,
Thanks for your kind words, hope you are doing well too.
As for your question, the template contains a separate Html-Css-jQuery version as well as Vue version.
Best.
hello, I plan to use this template for a SAAS solution, what type of license do I need?
Hi,
The distinction between licenses is mostly about the nature of the solution. If the end users are going to be charged, then you need the extended license.
Here is the license type comparison chart: https://themeforest.net/licenses/standard
Cheers.
Hello, do you offer any sort of assistance on setting this up to authenticate without using firebase?
Also, where is the detailed documentation on this project? The docs that I see are very limited, any idea on that?
Hi,
You may remove firebase from the project quite easily.
You need to edit auth functions in src/store/modules/user.js file and implement your own solution.
There is initiation of Firebase in src/main.js so you will also need to remove them.
We are aware that the documentation is also somewhat lacking and our expansion work continues.
Cheers.
This is an awesome template. Are you planning to build a Nuxt version of this with SSR for SEO friendly UI?
Hi,
Unfortunately, Nuxt development is not planned for the near future
All the best.
Its not work. After fresh npm install and npm run serve i got error. May be some plugin is broken /home/goodzon/src/themeforest-b3AZkUva-piaf-vuejs-admin-dashboard/Piaf-Vuejs-Admin-Dashboard-5.2.0/Vue-Version/Source/piaf-vue/node_modules/copy-webpack-plugin/node_modules/p-limit/index.js:30 } catch {} ^
ERROR Error loading /home/goodzon/src/themeforest-b3AZkUva-piaf-vuejs-admin-dashboard/Piaf-Vuejs-Admin-Dashboard-5.2.0/Vue-Version/Source/piaf-vue/vue.config.js:
ERROR SyntaxError: Unexpected token {
SyntaxError: Unexpected token { at createScript (vm.js:80:10) at Object.runInThisContext (vm.js:139:10) at Module._compile (module.js:617:28) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/goodzon/src/themeforest-b3AZkUva-piaf-vuejs-admin-dashboard/Piaf-Vuejs-Admin-Dashboard-5.2.0/Vue-Version/Source/piaf-vue/node_modules/copy-webpack-plugin/dist/index.js:10:38)
How to fix it?
Hi,
What is your node version and operating system?
All the best.
Hi,
Do you plan to move on vue 3?
Hi,
Unfortunately, there is no vue 3 improvement in our business plan in the near future.
All the best.
Hi there,
We have a little project using Piaf + Vue + Firebase. We are trying to set the displayname on the topnav but it’s being imposible. We just set different names changing the string on the src/constants/config.js. How can we change to get it from firebase?
We are looking for something like firebase.auth().currentUser.displayname but we don’t know if we are in the correct line.
Thank you
Hi,
The reason for the displayName default value in the project is to make the management panel visible even without login. To use the login module, you must first set the isAuthGuardActive value to true in the config.js file.
After that, the link below will be helpful for firebase user management.
https://firebase.google.com/docs/auth/web/manage-usersAll the best.
odule parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > <template> | |
@ ./src/router/index.js 62:11-64:37
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.42.145:8080&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js
what are the loaders i should add. i have configured my own vue/cli
Hi,
You should also include the vue.config.js file in the theme to your project. If you already have a webpack configuration file, you must merge it with the file in the theme. Then the problem will be resolved.
All the best.
Hi i tried to copy the assets folder from html reference folder into current project i am working on so that i can create my own components.
the following error has popped up
These relative modules were not found:
- ../img/login/balloon-lg.jpg in ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??ref-
8-oneOf-1-1-8-oneOf-1-2./node_modules/postcss-loader/src??ref
./node_modules/cache-loader/dist/cjs.js??ref—0-0
./src/App.vue?vue&type=style&index=0&lang=scss&
- ../img/login/balloon.jpg in ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??ref-
8-oneOf-1-1-8-oneOf-1-2./node_modules/postcss-loader/src??ref
./node_modules/cache-loader/dist/cjs.js??ref—0-0
./src/App.vue?vue&type=style&index=0&lang=scss&
- ../img/login/plane.jpg in ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??ref-
8-oneOf-1-1-8-oneOf-1-2./node_modules/postcss-loader/src??ref
./node_modules/cache-loader/dist/cjs.js??ref—0-0
./src/App.vue?vue&type=style&index=0&lang=scss&
- ../logos/black.svg in ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??ref-
8-oneOf-1-1-8-oneOf-1-2./node_modules/postcss-loader/src??ref
./node_modules/cache-loader/dist/cjs.js??ref—0-0
./src/App.vue?vue&type=style&index=0&lang=scss&
- ../logos/mobile.svg in ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??ref-
8-oneOf-1-1-8-oneOf-1-2./node_modules/postcss-loader/src??ref
./node_modules/cache-loader/dist/cjs.js??ref—0-0
./src/App.vue?vue&type=style&index=0&lang=scss&
- ../logos/white-full.svg in ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??ref-
8-oneOf-1-1-8-oneOf-1-2./node_modules/postcss-loader/src??ref
./node_modules/cache-loader/dist/cjs.js??ref—0-0
./src/App.vue?vue&type=style&index=0&lang=scss&
Hi,
You should also include the vue.config.js file in the theme to your project. If you already have a webpack configuration file, you must merge it with the file in the theme. Then the problem will be resolved.
All the best.
Hi, I would like to change the name of the project in package.json file from piaf-vue
Hi,
Of course you can change.
All the best.
Do you have a recommended way to put this into a Asp.net core project?
We purchased this to revamp an existing SPA in ASP.Net MVC using a jQuery version template and used Knockout/Durandal. At the time we simply copied the source files onto the project and changed Layout pages etc accordingly using the html examples.
Hi,
First of all, thank you for your interest. For your SPA project; We recommend that you use the Vue project you have already purchased. It will be more efficient to develop the view layer with vue and to communicate with the asp.net core via the api for the operations to be done in the backend.
All the best.
Thanks that is my intention. Do you have any guidance or point me to any on how I can add Vue to a .net project as I have not used it before.
Hi,
Unfortunately, we are not experienced enough to give advice on adding to an already existing project. You will need to do some research.
All the best.
Hello, I have a issue. When I try to scroll the side menu, it is closed, thus making navigation impossible, this in the mobile version, could you help me?
Hi,
First of all, I’m sorry for the problem you are experiencing. I would appreciate if you could share a screen recording of what mobile browser you are using and, if possible, the problem you are experiencing. Because the logic of the menu is a bit complicated, there may be scenarios that escape our eyes.
All the best.
Hello Dear, Hoping you are doing well . I bought the latest version of your dashboard UI and it looks very good. I spent a lot of time to convert it’s code to TypeScript Now it’s working fine with me If you want to check it out please contact me at eng.mg2011@gmail.com Best wishes
Hi,
Can you send us detailed information via message on our profile?
https://themeforest.net/user/coloredstrategiesAll the best.
Hi, I tried to convert the home/index into a multi-page website but then the <router-view /> always display new pages over the navigation menu (it does not do this in <app-layout> .
Do you know which config class is causing this behavior?
Hi,
The problem will disappear when you define your newly created paths with “exact” in the “src/App.js” file and report your connected component.
All the best.
Can you do custom development? I would like you to add the theme https://themeforest.net/item/lendbo-lend-and-borrow-cryptocurrency-html-templates/24100320 to your theme home/website
Hi,
Unfortunately we do not offer custom development services.
All the best.
Hi,
First, just wanted to say thanks for offering this template! It’s easy to work with and honestly, just a ton of fun to play with.
I have a question about the TopNav and SideNav components when re-sizing the screen (going to mobile width). I have retrofitted the template in to an existing project that I have but when I change the width of the window to mirror a mobile, I would have expected the SideNav to disappear automatically and the TopNav to resize/reformat accordingly. Neither of these things happen.
Can you point me to where to I need to look in order to have these two components be responsive?
Hi,
We tried to solve responsive works in related components with css as much as possible.
If you follow the footprints of the ”.navbar” and ”.sidebar” classes in the “src/assets/css/sass/_piaf.style.scss” file and include it in your project, there will be no problem.
Especially in the “TopNav” component, all responsive operations are solved only with css.
If you continue to have problems in the Sidebar component even after adding css;
The “src/layouts/AppLayout.vue” component (this component is the container of the ”/app” routes.) connects to vuex and assigns the classes changed by the sidebar to the main container. Maybe this point might have gone unnoticed.
<div id="app-container" :class="getMenuType"> .. .. .. </div>
All the best.
Thanks for the quick response. As it turns out, I did have all the components working in the right way. The issue actually was that this line ‘this.selectedParentMenu = currentParentUrl.toLowerCase();’ was throwing an ‘undefined’ error on mount so the component was never getting to the event listener.
Stupid mistake on my part. Thanks again!
Hi,
We are very happy to find a solution. We hope that the theme will serve you well.
All the best.
Hello dear technical support. I bought https://themeforest.net/ Piaf – Vue Admin Template by mistake. I thought that I would buy a ready-made template for the site, but the file turned out to be not what I expected. I did not understand this service well and do not understand English very well. Is there any way to get back the money wasted?
Hello,
As you may know, Envato has made authors mainly responsible for refunds and provided a refund policy. I belive we have done everything we can do to prevent mistaken purchases which are not eligible for refund by putting library/framework names on the titles and adding purchase warning in the detail pages.
We accept the refunds without a question if the problem is on our end or if the item was not downloaded yet. If you have downloaded item there is not much we can do. You may check the refund policy here and I will add the part about your case below: https://themeforest.net/page/customer_refund_policy
Neither Envato nor authors are obliged to give policy refunds in any of the situations listed below.
You don’t want it after you’ve downloaded it The item did not meet your expectations or you feel the item is of low quality You simply change your mind You bought an item by mistake You do not have sufficient expertise to use the item You claim that you are entitled to a refund but do not provide sufficient information as to why you are entitled to a refund You can no longer access the item because it has been removed or the author who previously provided the item is no longer active on our platform (we advise you to download items as soon as you have purchased them to avoid this situation).
Kind Regards.
Do you have a version we able to use Nuxt ? Thanks!
Hi,
We can not provide a decent help about it since no one in our theme has a decent experience with it.
Best.
How I can do iconMind big size?
Hi,
Please reach us via the contact form at our profile page by using purchased account so we can send you svg files for Iconsmind.
https://themeforest.net/user/coloredstrategiesCheers.