186 comments found.
Hello, does this template package support webpack ?
Hello janwebdev,
Thanks for getting in touch. Which version are you planning to use? HTML or HTML + Laravel. HTML version does not have webpack.
Regards.
I like the template, the old version of this template is translated to another language and they did also RTL. My question: 1. I want to use the old version, will I be able to get that version along with this version. 2. In order to use that translated version without the new one, do I need to get license from you ?
Hello liwatec,
Thanks for getting in touch. I do not understand what you are tyring to convey. Current version has all the features like translation and RTL both.
Please check any demo and you should see language dropdown from where changing a language will translate menu.
If you are looking for RTL version, please check this demo: https://www.pixinvent.com/demo/frest-clean-bootstrap-admin-dashboard-template/html/rtl/vertical-menu-template/dashboard-ecommerce.html
You should not face any issue with the latest verison. Don’t need older version in your case.
Let me know if you still have any further query.
Regards.
hi, there is option of PopUp in this theme? thanks
Hello SegevSolomon,
Thanks for getting in touch. Here is Modal component: https://www.pixinvent.com/demo/frest-clean-bootstrap-admin-dashboard-template/html/ltr/vertical-menu-template/component-modals.html
If you want third party components like sweet alert: https://www.pixinvent.com/demo/frest-clean-bootstrap-admin-dashboard-template/html/ltr/vertical-menu-template/ext-component-sweet-alerts.html
Let me know if you have any further query.
Regards.
hi, i’ve been wondering, why this template dont have e-commerce component inside. i bought frest and also vuexy, i am well noticed that vuexy has 90%++ the same with this frest and it has e-commerce component. will you add it to frest in the future?
Hello bezhoe,
Thanks for getting in touch. We don’t have any plans to add e-commerce in Frest. I will still forward your suggestion to the development team.
Regards.
Are there any plans to update the theme to bootstrap 5? Thx. Keep up the great work
Hello dosenberger,
Thanks for getting in touch. Yes, we are planning to update this template to Bootstrap 5 but it will take some time.
Regards.
Where can I find the previous versions of this template? I need to use the version I bought and now only the latest exists
Hello nydlecode,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/ Our technical team will get in touch with you.
Regards.
Hello, I don’t speak English but I’m trying to translate for you with Google translate. In short, I bought this product and I noticed that I was missing some features, especially for the side menu button to change the settings. Can you explain to me how to activate it or how can you forward the information to me
Hello SaidMoha,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/ Our technical team will get in touch with you.
Regards.
I have seen one of our supplier is using Frest as invoicing system. Is it ready app, install and start using or we have to develop app on this framework?
Hi there,
Thanks for showing your interest in our theme and getting in touch with us. Frest admin provides Invoice App UI only, its not fully functional app you have to implement it based on your requirement as your supplier does.
Feel free to ask if you have any other queries.
Stay Safe
Dear sir,
Thank you for your reply on previous comment.
I faced an another issue. In left panel of nav (.nav-item) there are anchor tags under list item (li). If I click normally it redirects to destination url but while I bind a click event in javascript file by this way
$(document).on(‘click’, ‘[data-nav=”some-module”]’, function (e) { alert(‘hello’); e.preventDefault(); });
this can not work. In my scenario I must have to do such way. I think there is some issue in app-menu.js. Please suggest me how can I do in such way for now. Its urgent.
Thank you.
Hello MeNarayan,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/ our technical team will get in touch with you.
Regards.
Thank you for your reply,
Since I purchased this product, I never used till this month. I never raised any support before. While I try to list a support ticket, it says “Sorry, support for this Envato Market purchase code has expired. You will need to extend support or purchase a new license.”
I think this is a public issue not only mine. So, please suggest me, what can I do. Please do not reply only focusing on sale the product. Consider improving the product and customer satisfaction.
Thank you.
Hello MeNarayan,,
Thanks for your reply. We always suggest to create support ticket whenever you need a technical support due to easy collaboration between you and support team and we don’t have to act in between. Just to ease the process and reduce the response time. Hope that make sense!!
I understand your concern and have passed it to technical team, they will confirm the issue and revert back to you with possible solution.
Regards.
Are you using Horizontal menu or Vertical menu?
If posible consider writing your code like below example:
$('.menu-content').on('click', '[data-nav="some-module"]', function(e){
e.preventDefault()
})
Instead of document, nearest parent would work better.
Let me know how that work for you!!
Regards.
Thank you so much for your reply.
I am using vertical menu. I will try to do as per your suggestion and let you reply.
Thank you.
Hello Pixinvent,
I am using the Vertical menu layout.
It is working fine as your suggestion. But, still there is an issue while clicking outside of menu-content class. In your layout you used this class ”.menu-content” in ul tag. But, there are other li tags outside of this class. If I try to add this class in parent ul it works but while I collapse the sidebar it disappears soon.
Please suggest me what can I do?
Thank you.
I am waiting your reply.
I hove you do not ignore the customer. You think “Customers are God” as I think.
Thank you.
Hello MeNarayan,
Sorry for the delay but as I said in the last response, Please consider updating your parent to closest wrapper that contains all your components. Go one level up in the the tree and see if that works for you.
Regards.
I am using this template. I am .Net Core developer and just using few html pages. I do not want many plugins. But here I found all plugins are bundled with vendors.min.js how can I exclude unnecessary plugins. Please help me.
Thank you.
Hello MeNarayan,
Thanks for purchasing our theme and get in touch with us. We bundle the following vendors in vendors.js and css. You can manage them from config.json.
"vendors": {
"js": [
"jquery/jquery.min.js", // Required
"popper/popper.min.js", // Required
"bootstrap/bootstrap.min.js", // Required
"perfectscrollbar/perfect-scrollbar.min.js",
"hammer/hammer.min.js",
"unison-js/unison-js.min.js",
"blockui/blockui.min.js",
"match-height/jquery.matchHeight-min.js",
"sliding-menu/jquery-slidingMenu.min.js",
"screenfull/screenfull.min.js",
"pace/pace.min.js",
"internationalization/i18n.min.js",
"internationalization/i18n-xhr.min.js",
"internationalization/lang-detector.min.js",
"internationalization/i18n-jquery.min.js"
],
"css": [
"boxicons/css/boxicons.min.css",
"flag-icons/css/flag-icon.min.css",
"pace/pace.min.css",
"perfect-scrollbar/perfect-scrollbar.min.css"
]
},
Update this file accordingly and run the below tasks to generate vendor bundle.
gulp dist-vendor-js
gulp dist-vendor-css
Understand that by removed core vendors you may receive the console error in full version, so I suggest you to use starter-kit and implement accordingly.
Stay Safe
Thank you so much. I will try to do.
Is this joomla template?
Hello richhirich,
No, it’s just an HTML template.
Regards
Frest (page-user-profile.html): Text: Martina Ash. In the mobile version, the name is not centered if the name is very long. .
Hello MKC_Injector,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/ Our technical team will get in touch with you.
Regards.
Hi Does it support Angular 7+ ?
Hello namsomiix,
Thanks for getting in touch. It is just an HTML template. It does not provide Angular integration.
Let me know if you have any other query.
Regards.
any update for Vue version?
Hello hirito48,
Thanks for getting in touch. We have dropped the plan of Vue version in this template. If you wish to have vue version, we already have very famous template Vuexy.
Regards.
I checked Vuexy, Vuexy is a great template, but my client insists to use Frest. Do you think that converting Frest into Vue will require a lot of effort?
Hello hirito48,
Thanks for your reply. In that case please show bordered layout of vuexy which is similar to Frest and also note that Vuexy has way more features, updates pushed which will make user experience better.
If still client wants to stick with Frest then I can not predict the time and efforts but it will increase your development time and we won’t be able to provide any support for Vue conversion, integration or implementation.
Hope that helps!!
Regards.
Hi Thank you so much. What a great idea. I will follow your suggestion,
Always happy to help.
Cheers~
Can you guys add email templates that would really help
Hello coverterror,
Thanks for getting in touch and tour suggestion. We do not have plan to add email templates in Frest for now but will froward it to team and suggest it for future updates.
Regards.
hello very impressive template pre-sale question, are you going to update to Bootstrap 5 and remove as much jQuery as possible? thanks Martin
Hello Jespersgaard,
Thanks for getting in touch and appreciation. Yes, we will update the tempalate to Bootstrap 5 but it will time, we will wait for Bootstrap 5 to release the stable version and then start with its integration. We will try our best to remove jQuery from most of the palces but we can not remove where there is dependency.
Hope that helps!! Let me know if you still have any other query.
Regards.
Thanks for your respons. That is just perfect
why am i seeing somthings like network in the menus . i cant see texts
Hello Snrguy,
Thanks for getting in touch. Pleaes create a support ticket on our support portal: https://pixinvent.ticksy.com/. Our technical team will get in touch with you. Here is the article you can refer to resolve that issue: https://pixinvent.ticksy.com/article/15321
Regards.
Can I use this theme for Rails?
Hello adnanashraf1,
Thanks for getting in touch. We just provide HTML and HTML + Laravel integration. We do not have Rails integration. If you are interested and comfortable doing it on your own, you should be able to integrate.
Note: We can not provide any support for integration or customization.
Regards.
I posted a ticket on their support system asking about an error I am getting when their Helper class is loaded. The support team was so bad, that they did not even understand the question. They came back with an answer which was completely unrelated to the question I asked.
Any one who is buying this product, assume that there is no support.
Hello abahaudd,
Thanks for getting in touch. I just raised this with our support team and they said, they haven’t replied to your ticket yet. You might have received response from our auto responder to wait for some time until we get back to you. It seems like you have misunderstood that mail.
Anyhow, you will receive answer to your support ticket today.
Let me know if you have any other query.
Regards.
hi, how to add custom font in laravel version?
Hello johnycage1998,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/ Our technical team will get in touch with you.
Regards.