Discussion on Webadmin - Responsive Admin Dashboard Template

Discussion on Webadmin - Responsive Admin Dashboard Template

Cart 238 sales
Well Documented

themesdesign supports this item

Supported

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

27 comments found.

How to make it RTL?

canot find initSettings() in src/assets/js/app.js

RTL Version To have RTL mode enabled, replace the reference of app.min.css to app-rtl.min.css and bootstrap.min.css to bootstrap-rtl.min.css and in the src/partials/main.html file update the html tag like <html lang=”en” dir=”rtl”>. in the src/partials/head-css.html and make sure to update the src/assets/js/app.js has initSettings() function which you need to comment out. Because it will set to default the light LTR version.

Hi,

Please check your email.

Thank you.

why i can’t upload using dropzone js on this theme

Please contact us via support.

Thank you

What is the format of the source code you provided? Can I use it on Vue3 project?

Hi,

It has pure HTML code only. You have to make it working with the Vue3 from your side. We didnt provide any support for the Vue3 in this template. Let us know if you have any questions.

Thank you

Does this theme compatible with codeigniter?

This is HTML version only.

Thank you

Hey,

I got alerted to an update – do you have a changelog?

Thanks,

Hi,

We upgraded only bootstrap to v4.1.1

Thank you.

Can u help me to find out a solution or at least reply to me plz? It has been 12 days; Thanks

Hi,

Thank you very much for letting me know the issue. I will look into it and fix it :)

Hi, thank you for this wonderful template. But there is a problem. In your fullcalendar page, when I enlarge the screen, I can no longer click the cells at the bottom. I try to fix pb with z-index, but it doesnt work. I’ve no idea. I need it at work… Can you help me plz ?

Thanks A lot

Sorry I am not able to understand it. Can you please explain? Thanks.

Please try the calendar page, add alert in dayclick funcion, you will see when the page is in the “full screen” or “big screen” mode, there are some cells at the bottom can not activate the alert

Hi,

I will look into it and fix it :)

Hi, I have a problem in the left side bar. It can’t be rolled over. What I can do to fix that?

Hi,

Please share screenshot.

Thank you.

https://ibb.co/hszjQT

even i put the mouse on the menu, do not show the scroll bar. Sometimes this happen with the original file, but sometimes it works too.

Hamm ok, are you able to see any delay before scroll shows up? E.g. you opened menu and scroll is not showing immediately, but after few seconds it does or on refresh. Please confirm if this is same exact behavior,

Hello,

We are seeing an issue with the Webadmin Responsive template, where it doesn’t seem to stay open when clicked and “bounces”.

Please review the behavior in the following link:https://1drv.ms/u/s!Auh-jjsQiyFYgtpfm2S2L87CCSgZcQ

The following is a snippet of the code that was changed as part of our development, in order to add out content to the webadmin pages.

Thanks, Cory

Snippet:

  • ”> My Account
      ”>
    • > href=”<?php echo SITE_URL.’profile/’?>”> Profile
    • > href=”<?php echo SITE_URL.’contact-information/’?>”> Contact Info
    • > href=”<?php echo SITE_URL.’pilot-licence/’?>”> Pilot Licence
    • > href=”<?php echo SITE_URL.’pilot-medical/’?>”> Pilot Medical
    • > href=”<?php echo SITE_URL.’ame-licence/’?>”> AME Licence
    • > href=”<?php echo SITE_URL.’password-change/’?>”> Change Password
    • > href=”<?php echo SITE_URL.’logout/’?>”> Logout
  • this is my php code i put classes as per you html from theme but its not working right way please correct me if there anything i am doing wrong and one more thing when i am on same page but with inner link like www.xyz.com/pagename/any paramter its not display menu as open so i did hard fix
      ”> i added class called display-blocki which write style=”display:block !important”; this also need to be fix

    Link to menu.txt file for the code that was updated (for download): https://1drv.ms/t/s!Auh-jjsQiyFYgtpgf6bbK5kuA2ARlw

    Nice Work, Good Luck With Sales !

    Thank you :)

    Hi, do you have any Wizard views that we can with your theme? That seem to be missing from the original download. please help.

    Thank you

    Thanks I am looking forward for that.

    Hi, do you have an update for me pls?

    Please send your email over message here.

    Thank you.

    Hello. Can you tell me which file I need to edit to get the show/hide column feature that datatables offers? I tried adding the javascript code from https://datatables.net/examples/api/show_hide.html, but I can’t seem to get it to work. I am not a coder, so maybe I am missing something and I have to edit one of the javascript files. If you could just point me in the right direction I would appreciate it.

    Hi,

    Sorry for your trouble. I will add this in next release. In the meanwhile could you send me the files you have updated so far?

    Thank you.

    Hey – with the compact menu, I’m seeing an issue where the border is not fully shown on the left hand side. Seek screenshot: https://www.screencast.com/t/JjmSyiRju

    Thank you for reporting it. I will fix it as soon as possible.

    Looking forward to getting this implemented! Going to try and figure out the best way to adjust the colour scheme in the CSS, starting with the blue and need to adjust it to orange. Any tips you may have would be much appreciated, otherwise looking forward to digging right in to this. :)

    Hi,

    You can change the color scheme easily if you use less. There is variables.less file containing the all the color codes. You can change the primary color and recompile all the less files. Let me know if you are having any question.

    Thank you.

    any idea if you are going to release a front end page soon? like landing page, for this? we can pay if necessary

    Hi, there is a plan to develop it but it might take some time. May I know what exactly you are looking for in it? Could you please provide some examples for inspirations?

    Hi,

    I think I’m going to use your Webadmin theme for a customer project I’m working on. Before I have my customer set up an account and purchase the theme I wanted to check with you about the license. I think they can get the standard license, but I’m not sure. They are a childcare provider and we are building a customer web portal for their customers to manage their accounts, fill out forms, and get documents. While we are not charging for access to the web portal as a “Product” itself, only customer who pay for childcare will have access to the site. Does this fit in with your Standard license?

    Thanks!

    Hi,

    Thank you for showing interest in purchasing the theme.

    As long as you are not selling or charging the distribution of your product, standard license will work for you. If you are having saas product, I think you are not going to redistribute the product and so in that case too, standard license will work. But if you are going to redistribute or sell the end product, you will need to buy extended license. Please review both of them in details here:

    https://themeforest.net/licenses/terms/regular https://themeforest.net/licenses/terms/extended

    Please let me know if you are having any other question.

    Thank you.

    I’m trying to use it with ReactJS but the sidebar buttons are not triggering the actions they should (i.e. expand collapse)

    Hi, I am sorry, I am not expert in React. But the sidebar toggle related code is present into jquery.app.js. Check Sidebar module init method. Let me know if you are having any question.

    Thank you.

    Hi,

    Does your tables support inline editing? I didn’t see an example of it in LIVE DEMO. Please advise.

    Best, SK

    Thank you again. I will look into this issue as soon as possible and will fix it. Also can you please drop your email as private message here? I will send you fixes over it.

    Hi, I am still waiting for your inline edit update as promised please.

    Sorry for delay due to holiday. I will try to send it today or latest by tomorrow. Thank you

    Hi,

    I see only a multi file upload, is there also a single file upload into your template ?

    If so, I will buy this theme, looks very good.

    Kind regards, David

    I will add the example as soon as possible and will you update shortly. Thank you.

    You don’t have a simple single file upload input field. That what stopped me from buying this beautiful theme.

    Hi, I am sorry about that. I will add the example as soon as possible and will you update shortly. Thank you.

    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