135 comments found.
The “justified tabs with bottom border” styles are incorrect on latest chrome (on the live examples page you can see it below 576px width). There is a gap between the bottom lines that shouldn’t be there.
Hello econic,
That is not gap, it’s the nature of responsiveness. Due to the last tab item dropped to the next row.
I found one of his repo that can help: https://github.com/InventPartners/bootstrap-responsive-tabs which you can use too.
Thanks,
I think you might be talking about something else. To clarify, here is a screenshot: https://imgur.com/cuVgEl6 There is no element jumping to the next row.
Hello econic,
Thanks for sharing the screenshot, that make your concern more clear 
Please provide your email id, so we can share you the solution.
Thanks
This update to Stack-Theme v4.0 is full of breaking changes For example the sweet alert is not working anymore! You have totally replaced it with new library…. this is very bad…. all of our sweet alerts are not working… and god knows what else is broken. I believe anyone who has used v.3.* and updated to v4.0 will have all kind of problems…
feather icons also breaking change
Hello ertuzio,
Thanks for sharing your concerns, and it really matters for us. If you see the changelog we have mentioned that we have updated libs and plugins means we have updated all libs i.e SweetAlert2 & feather icons.
SweetAlert2 & Feather changed their usage and provided many new feathers also.
Please read SweetAlert2 usage: https://sweetalert2.github.io/
Feather icons classes are changed (they removed ft- prefix in class) that is the reason it’s not working in your existing app.: https://at-ui.github.io/feather-font/ If you can not invest time to change all classes, you can use find and replace too or use the old version of feather icons.
We should add these points in our docs, added for our next update ToDos.
Hope this will help you to resolve update concern.
Thanks
Can you please post the link to the stack-admin theme changelog.
Can you please verify which version of Gulp do you have? These are the versions I get when I run gulp -v:
1 user@server ~/stack-admin-v4.0/stack-admin % gulp -v CLI version: 2.2.0
Local version: 4.0.2
Mine gulp version is as follows:
gulp -v CLI version 1.4.0 Local version 4.0.2
Dear developers of this theme, are you able to compile using the node v.12? Which version of node do you use?
Hello ertuzio,
Thanks for getting in touch. Yes, we are able to compile using node version 12. We are using version 12.13.1 right now.
Please remove node_modules and package-lock.json file and re-install and see if that works for you or not.
If you still face any issue, please create a support ticket.
Regards.
Unfortunatelly still not working! I get the same error! Did you try it with node v.12 ???
These are the versions I have:
user@server ~/stack-admin-v4.0/stack-admin % node -v
v12.14.1
user@server ~/stack-admin-v4.0/stack-admin % npm -v
6.13.4
user@server ~/stack-admin-v4.0/stack-admin % gulp dist
[12:14:20] Starting Gulp!!
[12:14:21] Using gulpfile ~/stack-admin-v4.0/stack-admin/gulpfile.js
[12:14:21] Starting 'dist'...
[12:14:21] Starting 'dist-css'...
[12:14:21] Starting 'dist-js'...
[12:14:21] Starting 'cleanCssTask'...
[12:14:21] Starting 'cleanJsTask'...
[12:14:21] Finished 'cleanCssTask' after 171 ms
[12:14:21] Starting 'sass-compile'...
[12:14:21] Starting 'scssMainTask'...
[12:14:21] Starting 'scssCoreTask'...
[12:14:21] Starting 'scssPagesTask'...
[12:14:21] Starting 'scssPluginTask'...
[12:14:21] Starting 'scssThemesTask'...
[12:14:21] Starting 'scssStyleTask'...
[12:14:21] Finished 'scssThemesTask' after 51 ms
[12:14:21] Finished 'cleanJsTask' after 269 ms
[12:14:21] Starting 'copyJsTask'...
[12:14:21] Finished 'scssStyleTask' after 328 ms
[12:14:22] Finished 'scssCoreTask' after 1.18 s
[12:14:23] Finished 'scssMainTask' after 2.14 s
[12:14:23] Finished 'copyJsTask' after 2.24 s
[12:14:23] Starting 'uglifyJsTask'...
[12:14:24] Finished 'scssPagesTask' after 3.49 s
[12:14:24] Finished 'scssPluginTask' after 3.69 s
[12:14:24] Finished 'sass-compile' after 3.7 s
[12:14:24] Starting 'autoPrefixCssTask'...
[12:14:28] Finished 'autoPrefixCssTask' after 3.15 s
[12:14:28] Starting 'cssCombTask'...
[12:14:40] Finished 'cssCombTask' after 12 s
[12:14:40] Starting 'cssMinTask'...
[12:14:43] Finished 'cssMinTask' after 3.65 s
[12:14:43] Starting 'notifyCssTask'...
[12:14:43] 'notifyCssTask' errored after 1.54 ms
[12:14:43] Error: not found: notify-send
at getNotFoundError (/home/user/stack-admin-v4.0/stack-admin/node_modules/which/which.js:13:12)
at Function.whichSync [as sync] (/home/user/stack-admin-v4.0/stack-admin/node_modules/which/which.js:134:9)
at NotifySend.notify (/home/user/stack-admin-v4.0/stack-admin/node_modules/node-notifier/notifiers/notifysend.js:65:27)
at notifyCssTask (/home/user/stack-admin-v4.0/stack-admin/gulp-tasks/notify.js:5:21)
at bound (domain.js:419:14)
at runBound (domain.js:432:12)
at asyncRunner (/home/user/stack-admin-v4.0/stack-admin/node_modules/async-done/index.js:55:18)
at processTicksAndRejections (internal/process/task_queues.js:76:11)
[12:14:43] 'dist-css' errored after 23 s
[12:14:43] 'dist' errored after 23 s
[12:14:43] The following tasks did not complete: dist-js, uglifyJsTask
[12:14:43] Did you forget to signal async completion?
gulp dist 25,93s user 6,76s system 134% cpu 24,280 total
I can confirm the error from @e_brendle Theme cannot be built with ‘gulp dist’ Something is wrong…
Hello ertuzio,
We have pushed an update. Please re-download from themeforest and check.
Regards.
Something has changed… there is no more stack-admin/package.json file in this new v.4.0 You can’t run ‘npm install’ anymore… How to make it work?
Hello e_brendle,
Sorry for the inconvenience and thanks for informing us. We have updated the package, please re-download from themeforest and check.
Regards.
Thank you very much
Not working
I get this error when I run ‘gulp dist’
user@server ~/stack-admin-v4.0/stack-admin % npm install gulp-cli -g
/home/user/node/bin/gulp -> /home/user/node/lib/node_modules/gulp-cli/bin/gulp.js
+ gulp-cli@2.2.0
added 237 packages from 156 contributors in 8.654s
npm install gulp-cli -g 5,06s user 2,38s system 81% cpu 9,144 total
user@server ~/stack-admin-v4.0/stack-admin % gulp dist
[11:16:01] Starting Gulp!!
[11:16:02] Using gulpfile ~/stack-admin-v4.0/stack-admin/gulpfile.js
[11:16:02] Starting 'dist'...
[11:16:02] Starting 'dist-css'...
[11:16:02] Starting 'dist-js'...
[11:16:02] Starting 'cleanCssTask'...
[11:16:02] Starting 'cleanJsTask'...
[11:16:02] Finished 'cleanCssTask' after 201 ms
[11:16:02] Starting 'sass-compile'...
[11:16:02] Starting 'scssMainTask'...
[11:16:02] Starting 'scssCoreTask'...
[11:16:02] Starting 'scssPagesTask'...
[11:16:02] Starting 'scssPluginTask'...
[11:16:02] Starting 'scssThemesTask'...
[11:16:02] Starting 'scssStyleTask'...
[11:16:02] Finished 'scssThemesTask' after 71 ms
[11:16:02] Finished 'cleanJsTask' after 324 ms
[11:16:02] Starting 'copyJsTask'...
[11:16:02] Finished 'scssStyleTask' after 332 ms
[11:16:03] Finished 'scssCoreTask' after 1.3 s
[11:16:04] Finished 'scssMainTask' after 1.84 s
[11:16:04] Finished 'copyJsTask' after 2.23 s
[11:16:04] Starting 'uglifyJsTask'...
[11:16:06] Finished 'scssPagesTask' after 3.56 s
[11:16:06] Finished 'scssPluginTask' after 3.88 s
[11:16:06] Finished 'sass-compile' after 3.88 s
[11:16:06] Starting 'autoPrefixCssTask'...
[11:16:09] Finished 'autoPrefixCssTask' after 3.16 s
[11:16:09] Starting 'cssCombTask'...
[11:16:21] Finished 'cssCombTask' after 12 s
[11:16:21] Starting 'cssMinTask'...
[11:16:24] Finished 'cssMinTask' after 3.43 s
[11:16:24] Starting 'notifyCssTask'...
[11:16:24] 'notifyCssTask' errored after 1.75 ms
[11:16:24] Error: not found: notify-send
at getNotFoundError (/home/user/stack-admin-v4.0/stack-admin/node_modules/which/which.js:13:12)
at Function.whichSync [as sync] (/home/user/stack-admin-v4.0/stack-admin/node_modules/which/which.js:134:9)
at NotifySend.notify (/home/user/stack-admin-v4.0/stack-admin/node_modules/node-notifier/notifiers/notifysend.js:65:27)
at notifyCssTask (/home/user/stack-admin-v4.0/stack-admin/gulp-tasks/notify.js:5:21)
at bound (domain.js:419:14)
at runBound (domain.js:432:12)
at asyncRunner (/home/user/stack-admin-v4.0/stack-admin/node_modules/async-done/index.js:55:18)
at processTicksAndRejections (internal/process/task_queues.js:76:11)
[11:16:24] 'dist-css' errored after 22 s
[11:16:24] 'dist' errored after 22 s
[11:16:24] The following tasks did not complete: dist-js, uglifyJsTask
[11:16:24] Did you forget to signal async completion?
gulp dist 26,18s user 5,90s system 134% cpu 23,915 total
Error: not found: notify-send
Hello e_brendle,
Please remove node_modules folder and package-lock.json file and run npm install again. See if that fixes you issue or not.
Create a support ticket on support portal if issue still persist.
Regards.
1. Installed the newest version of nodejs on my Ubuntu VM
2. Installed gulp-cli
3. Downloaded the stack theme
4. unzipped and opened the stack-theme/ folder in command line
5. run npm install which gave me this:
user@server ~/stack-admin-v4.0/stack-admin % npm install
npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header). This notice will go away with v5.0.2+ once it is released.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated node-uuid@1.4.0: Use uuid module instead
npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
> node-sass@4.13.1 install /home/user/stack-admin-v4.0/stack-admin/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/user/.npm/node-sass/4.13.1/linux-x64-72_binding.node
> core-js@2.6.11 postinstall /home/user/stack-admin-v4.0/stack-admin/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> node-sass@4.13.1 postinstall /home/user/stack-admin-v4.0/stack-admin/node_modules/node-sass
> node scripts/build.js
Binary found at /home/user/stack-admin-v4.0/stack-admin/node_modules/node-sass/vendor/linux-x64-72/binding.node
Testing binary
Binary is fine
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 783 packages from 492 contributors and audited 20057 packages in 21.825s
10 packages are looking for funding
run `npm fund` for details
found 8 vulnerabilities (4 low, 4 high)
run `npm audit fix` to fix them, or `npm audit` for details
npm install 19,37s user 8,44s system 122% cpu 22,788 total
6. run ‘gulp dist’ and I get that error from a comment before ^
Please create a support ticket on our support portal. If you have already created the support ticket, our technical team will get in touch with you shortly if not please go ahead and create a ticket.
gmaps removed ? why ?
Hello dwbsrl,
Thanks for getting in touch. gmaps repo is no longer actively maintained by the author and it has created few issues with some examples for users. We do not suggest to use that library in your live apps / projects.
Regards.
this theme is awesome ! Is it possible to hide completely the horizontal menu (in vertical version) but keep the toggle for the sidebar menu ?
Hello dwbsrl,
Thanks for getting in touch and appreciation. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/ with screenshot or video of what exactly you want to do. Support team will help you with that if possible.
Regards.
Hi, I was looking for the pricing table, do you have any existing one prebuilt for price comparison or functional comparison?
Thanks Cheers Satish
Hello Satish,
Thanks for getting in touch. We currently don’t have pricing table in stack. We have noted your suggestion and will consider it for our next update.
Regards.
Sounds good, can you please let me know once you have this. Really love your theme and the way it is coded. Thanks
Hello blueoceans2002,
We will surely update you.
Regards.
The theme cannot compile anymore with nodejs v.12… because gulp version 3 and nodejs v.12 are not compatible. What do you suggest? to downgrade the nodejs to v.10 or what?
Hello ertuzio,
Thanks for getting in touch. We are on the verge of releasing the latest update in stack admin and it will be updated to work with Gulp 4 and latest version of nodejs.
Regards.
Hi i was wondering if it is possible to simplify the system to just track projects. And if there’s is a costumer portal.
Hello danart21,
Thanks for getting in touch. This is just UI and not full fledged system. Can you please explain a bit more so that we can understand what you are looking for?
Regards.
I’m looking for a simple task crm where my customers can signup, create their own account and able to create a task and submit files which I can see from my admin side to start working on the project/task. The customer portal doesnt need to be complex, but as simple as possible.
Hello danart21,
Thanks for explaining your requirement. Either you can buy proper CRM or your can mail us your requirements on hello@pixinvent.com and we will get back to you with required efforts and estimation.
Regards.
Hello,
How can I delete pace js library from app-assets/vendors/js/vendors.min.js ? Pace is in conflict with Symfony toolbar. https://github.com/symfony/symfony/issues/17137I would like to join vendors in one file but without PaceJs. I can’t disable this library from outside vendors.min.js (I don’t want edit vendor file).
Hello katayas,
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 get this error: I am not sure if this is a bug or something has changed:
ERROR in ./resources/sass/theme/core/menu/menu-types/vertical-menu.scss
Module build failed (from ./node_modules/css-loader/index.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/lib/loader.js):
393 │ &.vertical-overlay-menu {
│ ^^^^^^^^^^^^
╵
stdin 393:4 root stylesheet
&.vertical-overlay-menu {
^
Top-level selectors may not contain the parent selector "&".
╷
Hello ertuzio,
Thanks for getting in touch. Please create a support ticket on our support portal. Put technical team will get in touch with you: https://pixinvent.ticksy.com
Regards.
Is there not a editor input built into this ? I can’t see to find it in the examples.
Hello msommerville,
Thanks for getting in touch. Currently there is no editor in the package but its going to be there in the upcoming update. Please create a support ticket on our support portal, they might have finished working on editor and can help you with the page.
Support portal: https://pixinvent.ticksy.com
Regards.
How to contact to you ?
Hello sushant31088,
Thanks for getting in touch.
Contact us on skype: https://join.skype.com/invite/Tf5aUcSv7xut email: hello[at]pixinvent[dot]com
Cheers~
Hello Man !! Congrats on the job ! I am a Brazillian Developer.
I’m developing a membership management system for a small association and this stack theme would be great for the front end, if I ever want to sell to another association, will I have to buy another regular license? Or just buying 1 extended license can I use for multiple end customers?
Hello guiireal,
Thanks for getting in touch with us.
Extended license is not for multiple usage, please understand that first.
You need to purchase each …
- Single license: If membership management system of a small association is not charging their customers or users.
- Extended license: If membership management system of a small association is charging their customers or users.
.... For single application /project/domain.
Let us know still if you have any questions or queries for the same.
Cheers ~
Thanks for answering ! I understood, In this case, the association management system will serve to control the internal members only (contracts, histories, courses and classes). Members will not use the system, only association employees will use the system (internal users).
The association will only pay a maintenance fee that I will charge to the company’s management (I am a freelancer).
Should I buy which license in this case?
If application is used for internal purpose and company is not charging them then they/you can use Regular License.
One Regular license per company/domain. So you can easily another license in future for next company/domain.
Beauty! So in that case I bought the regular license. The company will not charge for users to access the system, it will only serve for academic control of members.
In that case, if another association were interested in the product I developed, I would have to buy a new regular license for the front end, correct?
Hello guiireal,
Yes, one license per association is required. you understood correctly.
Thanks
I use stack template angular i face this problem Cannot read menu of undefined, And the sidebar menu doesn’t expand to show childs, The error sometimes appear not allways, i think the problem is in the app.js file in some times it doesn’t see $.app and throws exception any help?
Hello mzalloom,
Thanks for getting in touch. Please create a support ticket on our support portal with the example to regenerate the error / exception. We have tested at our end but we need some case to regenerate the same. Please raise this on our support portal so that our technical team look into it.
Regards.
sweetalert is not working!!
Hello shrazweb,
Please create a support ticket on support portal so that our technical team can get in touch with you.
Support portal : https://pixinvent.ticksy.com/
Regards.
Hello My dear is it compatible with ie Edg? because when i opened using internet Explorer not working How to fix with IE Edg?
Hello h4webs,
Thanks for getting in touch. Please create a support ticket on our support portal what issue do you face on IE edge so that our technical team can help you.
Support portal: https://pixinvent.ticksy.com/
Regards.