Discussion on TheAdmin - Responsive Bootstrap 4 Admin, Dashboard & WebApp Template

Discussion on TheAdmin - Responsive Bootstrap 4 Admin, Dashboard & WebApp Template

Cart 1,078 sales
Well Documented

TheThemeio does not currently provide support for this item.

241 comments found.

how to change colors of these elemets? currently, they are green/primary. Or how can I change the primary color of my project?

https://imgur.com/a/JHWMT

You can change the colors by adding a class. For example, for processes, see here: http://thetheme.io/theadmin/uikit/progress-process.html (see colors section)

To change primary color, you should modify variables from “theme/src/assets/css/scss/_variables.scss” and rebuild the project.

Hello! I’m tryin to used typeahead with ajax and it does not working , here is my code: <input type=”text” class=”form-control” id=”searchuser” placeholder=”search for users”> <script src=”localhost/app/assets/js/core.min.js” data-provide=”typeahead”></script> app.ready(function(){ $(’#searchuser’).typeahead({ source: function (query, process) { return $.get(‘http://localhost/app/getusers/' + query, function (data) { console.log(data); var users = $.parseJSON(data); return process(users); }); } }); });

i check the firefox console out for errors and nothing. what do I do wrong?

and thank you for your awesome template.

Hello,

The code seems to be fine, we need further inspection. Maybe an online demo would be helpful.

Also, you need to write your comment with the user you made purchase, so we can see that you have a valid license and support.

Cheers.

Hi guys, genuinely enjoying using this theme. I’ve only now run into a hiccup… I can’t seem to print the pages (to pdf or to the printer). This seems to be true with all versions of your theme (even the site that you host). Would you perhaps know why?

I am still having a slight issue. I’ve managed to get the print info to display, but it all seems to be getting cut off. Only a single page will print

I’m still having a slight issue. The page refuses to be printed on multiple pages… I seem to have to shrink it all to have it fit to a single page.

I guess the problem is because you used two or several .printing-area class. You should only have one .printing-area class in your page. For example, add it to .main-content element to have all content printed.

Hello, can you give me guide to port this theme to ReactJS?

Hello,

What kind of guide? You should know ReactJS very well to convert it. You have JS and HTML codes, you simply has to write components for each part that you like.

Hello there, for some reason my starter/scss/ and starter/js/script/partials folders are empty..

Is there a way to upgrade the version so i can get those files?

Hello,

That’s fine, they should be empty. We just created them to help you split your code. You can place your files inside those directories.

If you need the core SCSS and js files, you should look into /theme/ directory instead of /starter/

Hey! I want to use CDN links for stuff like jquery etc. how can i do that?

Hi,

You can find it in their official website. But why you need that? We import required libraries automatically.

I have set form-type-round

all input fields are round except addon-tagsinput. how to make them round?

We don’t make textarea and tagsinputs rounded, because they usually have larger height and it makes their UI ugly. If you’re insisted in making it round, you can add the following class to your style file and use it in your tagsinput:

.border-rounded {
  border-radius: 10rem;
}

Could you possibly add a “data-assets-cachebreak” that will be append behind all vendor files loaded? Would make handling CDN’s easier.

Otherwise great theme, very clean and easy to use!

Sure. We need to add a cache-busting parameter (probably application version number) to the end of a script URL. We’ll work on it for the next release.

Thank you.

Hello! There’s a bug with the left menu bar not resizing at all, while the rest of the content resizes and goes under the sidebar.

Here’s a video showing the exact issue – https://www.dropbox.com/s/6j2hl14wao8z90i/Untitled.mov?dl=0

Hello,

That’s because your mouse cursor is still on the sidebar. Please move your cursor to the right area and see it shrinks.

Thanks for the fast response! And that’s a really nice feature, thank you for explaining it.

You’re welcome.

Hi,

how can I change the language in Fullcalendar? I tried to include the locate-all.js Changed the locale option and nothing happend.

Thank you. Best regards, djfunki

You’re welcome.

As we demonstrated in our demos and documentation, almost all of the vendors’ options can be change using data attributes, but fullcalendar is not one of those because you mostly need to handle callbacks and it very vary depending on your need.

That’s weird! As you might see in the code, we use getView method ( https://fullcalendar.io/docs/views/getView/ ) to set the title. Maybe it’s not context-aware. I searched a bit and couldn’t find any relative issue. Will try more and keep you updated once I found a solution.

Sry.. It was my fault… calendar-title is back ;)

Hello. We are using your TheTheme for quite a while. Although we have quite a big problem. After every theme update we need tell the browser that theme file changed and browser needs to invalidate it. E.g before update we had: <script src=”js/core.min.js”></script> <script src=”js/app.min.js”></script> After update we would like to add parameter that js file invalidated and needs to be redownloaded: <script src=”js/core.min.js?v=2”></script> <script src=”js/app.min.js?v=2”></script>

Unfortunately due to addition of GET param core.min.js will start failing due addition of GET param: core1.min.js?v=1:17 GET http://127.0.0.1:8000/static/vendor/?v=1bootstrap-validator/validator-bs4.min.js net::ERR_ABORTED

This happened due to incorrect replacing in core.js corejs:a(‘script[src*=”core.min.js”]’).attr(“src”)}; c.dir={home:c.corejs.replace(“assets/js/core.min.js”,”“), assets:c.corejs.replace(“js/core.min.js”,”“), vendor:c.corejs.replace(“js/core.min.js”,”vendor/”)};

Please fix this. If you need some kind of assistance or more information feel free to contact us.

Hello,

Oh, sorry about that. I don’t know how we forget about that. Thanks for letting us know. We’ll fix this issue and you don’t need to make change js files from the next update ;)

Hello,

Thanks for the template. It’s very handsome ! But, I have a problem with some library. DropzoneJS not works very well. Even on their site, I can’t remove uploaded file. Can you change this library for upload many files?

Thank you. Best regards, Johan

Hello,

The problem is I can’t remove any items uploaded. When I clicked on the cross, nothing appends. Even on the official website. Can you try it and tell me if I’m right or if I don’t understand the library?

Best regards, Johan

I just figured it out. Seem’s it doesn’t have ability to remove file by default, as you might see in the official demo: http://www.dropzonejs.com/. But there’s an option to add remove links: http://www.dropzonejs.com/#config-addRemoveLinks . So, simply add data-add-remove-links=”true” to your data-provide=”dropzone” and it’ll be fine.

Oh ! Ok, I don’t seem this. Thank you for your support.

how to change colors of sidebar and active menu item?

Have you checked the sidebar variations and documentation? We described it in documentation page: http://thetheme.io/theadmin/layout/sidebar-doc.html

I seem to have a problem with Top Bar Menu Layout (Layout 4). I can’t seem to get the Top Bar scrolling on Mobile (transformed to Left Bar). I checked with your online version, not working too. http://thetheme.io/theadmin/layout/layout-4.html Please can you help me out with that? Thank you.

Sorry about that, seems that the .topbar-navigation needs overflow-y: scroll in mobile devices. We’ll fix this issue in the next release. Meanwhile, you can add the following css code to fix the issue:

@media (max-width: 991px) {
  .topbar-navigation {
    overflow-y: auto !important;
  }
}
I seem to have a problem with Top Bar Menu Layout (Layout 4). I can’t seem to get the Top Bar scrolling on Mobile (transformed to Left Bar). I checked with your online version, not working too. http://thetheme.io/theadmin/layout/layout-4.html

Please can you help me out with that?

Thank you.

Thank you. It really helps. When do you expect to release the update? :-)

We have to wait and receive more bugs to fix. Probably mid February.

Thank you very much. Nice work. I love it and can’t wait for the “perfect” version.

Autocomplete on top bar is not working, when I bought the template it used to work (I think so), but after the new releases I can’t see it working. Some idea of how to fix? Are you planning to solve that on further versions? Thanks

Hi,

Yeah, we notice that the autocomplete search in the topbar doesn’t work some times. We’re preparing v1.1, since Bootstrap-4 stable has released few hours ago. We plan to fix this issue as well.

Thanks for letting us know.

I am using jsGrid table basic. Everything works. I have 2 queries, 1. how to console.log the entry typed in table? 2. how to send the entry typed to backend?

Since jsGrid is a 3rd-party plugin, you should consult with their documentation.

1. Probably you need onItemInserted callback: http://js-grid.com/docs/#callbacks

2. Here’s backend implementation guide: http://js-grid.com/samples/

Have serious questions: I’m only Interested in the live chat. 1. If I purcahse this will I be able to integrate the chat within my website? If so, how much would you charge me for the integration? 2. Will my members be able to create their own groups or rooms within the chat? 3. Is there a guest login for the chat room and could you tell me a little more about the chat features. Thanks, please reply…

Hi,

Thanks for interest, but the chat component is only a user interface, a design. It’s not functional and we’re not available for freelance jobs. You should talk to a web developer to see if he/she can make it functional for you.

Best

Hi,we bought this great admin but I have a quick question. I tried to edit summernote slim toolbar config editing this file: assets/js/src/provider/editor.js Unfortunately nothing changed… Where can I edit default settings for summernote? Thanks!

Hi,

You’re editing the right file and probably the right location. Please make sure that your cache is cleared and a new core.min.js file will create after your modification.

But the best approach is to add data-init=”false” to your summernote, so we don’t initialize it on the element. Then, you can define your own initialization in script.js.

The table displays discomfort at the mobile end. Beyond the scope. Use translation tools to communicate. If translation is not allowed to forgive, thank you.

If you have a long table, please make sure that you use .table-responsive-ms class on your table. Also, please leave a comment with the account that purchased the template, so we can make sure you’re a buyer and have valid support.

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