43 comments found.
Hello, i’m interested in you template, do you have a figma or sketch version to do the mockup before developing the software ? Thank you.
Hi Taog,
Unfortunately, this template do not have figma or sketch or photoshop files.
Best Regards, Sean.
Do you provide layered PSD file in this theme?
PSD is not included in this theme
Where can I purchase separately?
Unfortunately i didn’t prepare the PSD for this theme.
Hi , Can I use this theme with Laravel Vue ?
Regards
Hi Modulabs,
You might need to include the vue js in laravel webpack.js if you wish to use this theme with vuejs.
Best Regards, Sean.
Great template! Any chance for an ReactJs or NextJs version?
Thank you for your comment and feedback. Unfortunately ReactJs / NextJS version is not in my todo list at this moment.
Best Regards, Sean.
Hello, First of all, congratz for your amazing theme.
I’ve purchased the laravel version of the theme without notice that you have a Vue version. I would like to buy the Vue version and refund the laravel. I’m a Java developer, I don’t code in PHP. Would this be possible? Regards
Hi Liperg,
Unfortunately, i can’t do the refund based on that reason as the product title is stated clearly that this is an laravel version.
Best Regards, Sean.
Ok Sean. It’s fine. Do you have some discount If I buy the Vue version of your theme? Regards
Hi Liperg,
Unfortunately, the discount period has been done since last week. The envato platform is not allow to have the same discount period within 1 month.
Best Regards, Sean.
Do you have plans for a top navigation?
Hi LiamDenston,
Thank you for your comment and suggestion. I will put it as consideration for future version release.
Best Regards, Sean.
Great template! Any chance for an Angular or Vue.js version?
Hi OdyssiMedia,
For vue.js version, you may check this out.
https://themeforest.net/item/vuestudio-bootstrap-4-admin-template/27196549Best Regards, Sean.
Thanks! What about an Angular version? Is that on your roadmap?
Hi OdyssiMedia,
Unfortunately, there have no plan for Angular version yet.
Best Regards, Sean.
Hello, I installed the theme on my server, but it does not show me any button, I have to do some process to apply the license, the url is the following, http://mrgpost.viaticosweb.com.mx/login.php
Hi Apidata,
You might need to check your html code whether you have put the correct syntax for html or not.
p.s i have checked your site. It seems like html has broken on the dropdown with {software“}
Best Regards, Sean.
Hello, Could you add an eCommerce style for Products, View Product, Checkout in the next update of the Studio theme?
Hi LiamDenston,
Unfortunately, i’m not able to add the page because eCommerce style / page is unmatch with the admin theme. If not mistaken Themeforest doesn’t allow to add frontend theme page into the admin theme package.
Best Regards, Sean.
Hello, look at the example below:
https://laravel.spruko.com/valex/leftmenu-light-ltr/products you can see in that a couple pages under ecommerceAnd then checkout here
https://uxpowered.com/products/appwork/v140/extra-pages/shop-cart.htmlyou’re allowed to do it, and most themes have it. your theme is really empty in terms of “pages”, right now it feels like all just elements.
Hi LiamDenston,
All those “pages” that you mention can be easily created by the elements from my template. What i focus is more on the elements styling that can be reuse for any page development.
If you wish to have that few e-commerce pages, i will create that and put it in next coming updates soon.
Best Regards, Sean.
Thank you 
Hello, I just bought this, I liked a lot. Nice Job. I found 2 different folders for laravel into the zip file. What’s the difference (Template_laravel vs template_laravel_startup?
I’m a little new in Laravel, sorry for my question, but when I do “php artisan serve” inside both folders, I got an error “Warning: require(D:\MyDisk\template_laravel/vendor/a utoload.php): failed to open stream: No such file or directory in D:\MyDisk\template_laravel\artisan on line 18”
Thanks.
Hi Santyzu13,
Thank you for purchasing our template. Regarding your question:
1. The difference between template_laravel vs template_laravel_startup is template_laravel_startup is a clean project which do not include any demo pages / js files / route like what you have saw in our demo site.
2. You might need to run “composer install” to install the required php vendor before running the “php artisan serve” command.
Best Regards, Sean.
Thanks, I had not seem the documentation folder. Excuse me. When I did “npm install”, I got some dependency warnings.
https://pastebin.com/ESbieFD1Hi santyzu13,
Do not worry about the npm WARN message. It will not affect the usage of the plugins.
Best Regards, Sean.
Hello Sean, I’m trying to use it with laravel livewire and turbolinks, but SPA with turbolinks doesn’t work. I Have 2 scenarios, 1. if I use “template_laravel_startup” from your project and configure livewire and turbolinks, your template works normally but not SPA (turbolinks). 2. If I install fresh laravel project, configure livewire, turbolinks, and then apply “template_html_startup” on it, SPA (turbolinks) works great, but your template give me an error with “sidebar-minify” in “desktop-toggler”, it does’nt work. Can you help me please? Thanks.
Hi Santyzu13,
1. I have no experience in livewire and turbolinks but you might need to make sure these two plugins is compatible with jQuery. 2. If both plugins do support jQuery, make sure include the plugins / script after the app.min.js as the jQuery library is included in app.min.js 3. After that check the browser console to know is there have any javascript error when page load.
Best Regards, Sean.
Thanks for your help. Maybe you can tell me where to do this, if not, there’s no problem.
I installed livewire, and everything is fine. The problem is when I need to add two js lines into resource/js/app.js
var Turbolinks = require(“turbolinks”); Turbolinks.start();
When i do this, the app crash.
In a fresh laravel installation, without your theme, I have a resource/js/bootstrap.js file with:
window._ = require(‘lodash’); try { window.Popper = require(‘popper.js’).default; window.$ = window.jQuery = require(‘jquery’); require(‘bootstrap’); } catch (e) {} window.axios = require(‘axios’); window.axios.defaults.headers.common[‘X-Requested-With’] = ‘XMLHttpRequest’;
Then, in resource/js/app.js I just need to paste:
require(’./bootstrap’); var Turbolinks = require(“turbolinks”); Turbolinks.start();
In this stage, laravel livewire and turbolinks work great.
Thanks for your help.
Hi Santyzu13,
1. You may add the package in webpack.mix.js LINE: 35 CODE: ‘node_modules/turbolinks/dist/turbolinks.js’,
2. After adding the code, re run the “npm run dev” command to regenerate the app.min.js.
3. Now you might be able to use turbolinks with your frontend page. <script> // detect turbolinks loaded $(document).on(‘turbolinks:load’,function() { console.log(‘event fired’); }); </script>
Best Regards, Sean.
Hello, I am very grateful. Your solution has worked perfectly.
Whats in the new update? Please share change logs?
Hi Neebhu,
Here is the change log https://seantheme.com/studio/documentation/change_log.htmlQuick question, when using Datatables and responsive why is there two different styles for the expand plus? I’ve noticed that if the first column of the table is shown I get a little gray square in the upper left corner, if the first column of the table is not visible when responsive I get a circle plus. I’d rather always have the circle plus as it’s easier to press on mobile.
Hi Blakekrone,
The DataTables plugins is working fine on our side. Have you include the required css & js file for DataTables?
<link href=”assets/plugins/datatables.net-bs4/css/dataTables.bootstrap4.min.css” rel=”stylesheet” /> <link href=”assets/plugins/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css” rel=”stylesheet” />
<script src=”assets/plugins/datatables.net/js/jquery.dataTables.min.js”></script> <script src=”assets/plugins/datatables.net-bs4/js/dataTables.bootstrap4.min.js”></script> <script src=”assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js”></script> <script src=”assets/plugins/datatables.net-responsive-bs4/js/responsive.bootstrap4.min.js”></script>
Best Regards, Sean.
Yes, and it is working. It just shows two different UI elements. It appears to be tied to the control column whether or not it is inline or a column. If it is a column it shows the default dt bs4 circle icon, if it is inline it shows a small + which seems to be styled as the btn btn-sm style.
Hi Blakekrone,
Thank you for your feedback and report. Yeah, we have found the problem and here is the quick fix for the issue.
change the following scss setting FILE: /src/scss/plugins/_datatables.scss LINE: 116 CODE:
from & > td:first-child, & > th:first-child {
to & > td.dtr-control, & > th.dtr-control {
after that add the following scss setting FILE: /src/scss/plugins/_datatables.scss LINE: 129 CODE: margin-top: 0;
Best Regards, Sean.
Doesn’t look like that changed anything, any chance you can email me @gmail ?
Hi blakekrone,
You may find our support email via downloaded documentation.
Best Regards, Sean.
Hi bro. Please help me. I will buy
Hi Mobilyazilim,
May i know what can i assist you?
Best Regards, Sean.
Can you build a Laravel starter for this theme as well?
Hi Blakerone,
Thank you for your comment and feedback. Yeah. I will put this as my to do list for future updates.
Best Regards, Sean.
Awesome, any way to sweeten the pot and get it sooner? I started looking at it based off of one of your other themes that I own but always get lost in the mix stuff.
Hi Blakerone,
Laravel version will be added within this two days.
Best Regards, Sean.
Thanks! Keep the awesome work!
Hello, is the template compatible with php?
Hi Apidata,
Yeah. As long as you include the required css and js file, there should be no problem to integrate our template with php.
Best Regards, Sean.
Does it come with ASP Core 3.1
It doesn’t come with ASP Core 3.1. I will create another version of Studio for ASP Core version. Please stay tuned!
Currently I’m using the Simple theme on my blog type website. I’m running a Best Tent for Rain niche blog and want some customize type theme. Is this theme helpful for me?
Hi Rushsoulti,
This theme is main for admin control panel or cms application and it might not suit for your blog site. My suggestion is try to search for “blog template” within this marketplace.
Best Regards, Sean.
Hi SeanTheme,
I’m WordPress developer having working experience of 7+ years. I have developed many WordPress themes on themeforest. I can send you my portfolio links and coding files for review. Please let me know if you need WordPress theme development services.
Thanks
Alright thanks : )
Excellent Work!
Thanks : )