Discussion on Scutum - Professional Material Design UIkit Admin Template

Discussion on Scutum - Professional Material Design UIkit Admin Template

By
Cart 683 sales
Well Documented

tzd supports this item

Supported

This author's response time can be up to 2 business days.

131 comments found.

I sent a support email regarding TaskBoard page. The downloaded files do not have sufficient code to work like the preview. Please can you respond to my email. Thanks

Hi, please check your email.

Hi, I got your email, thanks for response. I couldn’t get the template to install despite following the documentation. I am not extracting the component, I would like the whole page to work. Can you direct me on how to make the template work. Many thanks.

hello, i got some error on login_page… please check my link error http://cdn.rimember.id/template/login_error.mov is that bug or what ???

sorry not chrome, is that all browser..

Hi, sorry for the late reply. I’ve been trying to reproduce it but it’s working fine in every browser. Please send me steps to reproduce it. What os are you using?

hi , im using a macos mojave..

Nuxtjs v-model does not work for Daterange picker. The date can be selected but does not bind to the data entry. I check the events and the @input event does not emit the value of the input field when the date is picked. So nothing is set in the v-model.

PS: I copied the exact example from your script and experienced the same issue.

HI, you are right. V-model is not supported in this custom component (Daterange picker is not native vue.js component, please check https://longbill.github.io/jquery-date-range-picker/)
I’ll add v-model support to Daterange picker in next release. It should be ready in 3-4 weeks. If you need it right away please send me message through email, I’ll create it for you next week.

OK thanks. I am now using the regular DatePicker with the range mode. Thanks

Hello @tzd,

When we will have a new version with the fix reported before? Thank you

Hi, next update should be ready in about 4 weeks.

How to set specific colors theme as default? (e.g. theme_e)

Hi, sorry for the late reply.
If you are using HTML version you need to paste
loadjs('assets/css/themes/theme_e.css', {}); 
after main stylesheet.
If you are using vue you need to open layouts/default.vue and paste this.htmlClasses.activeTheme = 'sc-theme-e'; in mounted () hook.

When using a dropdown how to get it to close on click? Adding class=”uk-dropdown-close” to the li doesn’t work. Thanks.

Thanks, yes, take the contact cards and make then draggable and they lose their style / format on dragging.

I seems that this is already fixed, please add data-uk-sortable and check dragging styles
<ul id="sc-contact-list" class="uk-child-width-1-1 uk-child-width-1-2@m uk-child-width-1-3@l uk-grid" data-uk-grid data-uk-sortable>

Thanks, I’ll test it out.

I have 2.0 installed, how to safely update to 2.1 and not overwrite customization? Also Nuxt 2.8.1 is taking several minutes to rebuild after every edit save, is there a fix for this?

Hi, If you made changes to components/plugins/pages/core files the safest method to update is to use diff tool (eg. winmerge, beyond compare) and copy only the new/changed code from v2.1 update.
About the long time rebuild process please run yarn build --profile to find out what slows down your build.
Please also update nuxt.js to v2.9.x and check again.

Hi. How do you configure such that the top menu bar never scrolls off?

Hi, if you want to make this top menu bar stick on top please open ‘components/Header.vue’ and make this changes
// change this
var options = scMq.mediumMax() ? { showOnUp: true, animation: "uk-animation-slide-top" } : {};
// to this
var options = scMq.mediumMax() ? {} : {};

How much do you charge to leave only the Login screens, sign up the header and side menu with only one item in the menu called dashboard with empty body, I’m not knowing how to exclude other items that I need to exclude because of a lot of error From there I think I’m better but it’s for nuxt

Sorry and leave axios and auth configured and vuex

I sent it in 3 days ago, I look forward to thank you very much

HI, Install in laravem request this error, my laravel version 6x

ErrorException file_get_contents(http://127.0.0.1:8000/__laravel_nuxt__): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found http://127.0.0.1:8001/ Hide solutions Database name seems incorrect You’re using the default database name laravel. This database does not exist.

Edit the .env file and use the correct database name in the DB_DATABASE key

READ MORE Database: Getting Started docs

I do not understand, for your documentation was no longer to work? why do you always send me to other links? I bought the theme from you so it is you that has to solve !!!, that is tiring your support. Who assures me that when you run had no problem? why you don’t access my machine and try it yourself

Documentation for Scutum Admin is fine, like I said there must be something wrong with your configuration. I have tested this integration on win 10, win 7, debian, ubuntu and I didn’t have any issues. Also you are the first person to reporting me about this laravel integration issues.
I sent you a link to original guide to test if it works for you. I have used plugins/modules from that guide and based Scutum laravel integration also on that guide.
I can access your machine and try it, we can use eg. teamviewer (send me a link through email).

Access send fot Teamviewer

Hi, I see the new version is available, but I see too that my reports few weeks ago was not checked, the problem for tablet still yet. Plugin TOUR is not working on tablet. Page task_board too height on tablet is smaller.

Any plan to new update with theses fix?

Hi, I got your message about the tablet issues 5 days ago, not few weeks ago and I added this issues on my todo list for Scutum Admin. Issues on tablet screen will be fixed in next release
Please send me info about your tablet (resolution, model, system).

Sorry, I mean few days ago. The error happen for all screen and model. only for computer it works ok. if you try to open the tour or task board on your phone or any tablet then you will see the error.

Thanks

Hi, it will be fixed asap. Thank you for your message.

Great work i love it, is there a RTL version? Thank you

Hi, thank you
There is no RTL version at the moment but I have it on my todo list. I’ll try to add this feature to Scutum Admin asap.

Thank you tzd

We’re waiting for the update today! good luck

Hi, I’m sorry but I need 1-2 more days to release new version. I found few issues that needs to be fixes before release.

Hello,

I would like to report that the themes contains problem for mobile device, I have a tablet 10” and I have problem to open the page: task_board and the plugin Tour is not working too

please can you revise your page and fix it please? if possible add to a page changelog.

Thanks

Hi, thank you for the info. I’ll check this pages.

How do I leave the login page as the login page? I need to set up for people to login when accessing the main domain,

I think the search bar in the top menu is not working on mobile screens, can you please fix this in the next release?

Hi, thank you for the info. It will be fixed in next release.

I’m new to nuxtjs and I though peering at working code would be helpful to come up to speed fast. The very first step is confusing, documentation says there should be an index.vue where everything starts. I look into your code and all I see in ./pages/index.vue is an export default thats empty (commented out stuff.) How do I decide how it works?

Hi, thank you for understanding. In next updates I’ll try to make documentation/template more user friendly also for beginers.

One advantage of Nuxt is automatic configuration of routes based on contents of the pages folder. For my understanding, why was configuring routes directly with middle-ware deemed a better choice for Scutum?

Hi, I’m following nuxt.js automatic routes based on folders/files convention. Please check ‘pages’ folder.
Middleware is used only to redirect index.vue to ‘dashboard/v1’ and some other routes eg.:
If user goes to ’’/forms’ or ’/forms/’ it will be redirected to ”/forms/regular_elements”

Why does the header green strip change in size for instance when you switch between invoice menu item and one of the forms menu items? It’s rather jerky

Hi, invoice page is an example of different type of layout. There is no scrollbars, there is only one card, header is expanded. You don’t have to use this kind of layout, you can use the regular on with the scrollbars and multiple cards.

Nice theme but not too excited about the documentation. I’ve never used yarn, always use npm. Now your yarn commands don’t work to run the project in src folder (vuejs version). It appears its running for a linux environment but I’m on Win10.

Please advise what to do.

yarn run v1.17.3 $ yarn run sc-cleanup && yarn run sc-install && yarn gulp $ rm -rf node_modules ‘rm’ is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

C:\xampp2\htdocs\scutum\admin\vuejs\src>yarn install yarn install v1.17.3 [1/4] Resolving packages… [2/4] Fetching packages… info fsevents@2.0.7: The platform “win32” is incompatible with this module.\

etc etc

Hi, thank you for buying Scutum Template.
Yarn works almost the same as npm, please check https://devhints.io/yarn and https://yarnpkg.com/lang/en/docs/migrating-from-npm/#toc-cli-commands-comparison
In next release I’ll fix that issue. For now please remove yarn run sc-cleanup from sc-setup script.
"sc-setup": "yarn run sc-install && yarn gulp" 
Don’t worry about the info & warnings messages in the console, Scutum Admin will work fine.

Thanks

hello, can i use another framework instead of uikit ? like elementUI, vuetify ?

HI, sorry, other frameworks are not supported. Scutum Admin is based on UIkit and utilizes many components from that framework like grid, layout, dropdown, form elements, cards etc. and if you want to use another framework you would have to rewrite whole Scutum Admin.

ohh okay t

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey