Discussion on ProUI - Responsive Bootstrap Admin Template

Discussion on ProUI - Responsive Bootstrap Admin Template

Cart 3,618 sales
Well Documented

pixelcave does not currently provide support for this item.

276 comments found.

Any update coming?

Many thanks for choosing ProUI for your project! There are no planned updates at the moment.

Can we use this template for our Item on CodeCanyon?

Hi, thank you for your interest in ProUI! Yes, you can use it to build the UI of the web app you will sell on CodeCanyon if you purchase an Extended license and add appropriate credits on the item description page. Hope that helps but let us know if you need any additional info.

Hi, The template is really creative & awesome and also cater all my development needs.

I am facing a bit issue in theme selection. My requirement:
  1. I want the theme color, header style & page style to be saved in database & not in cookie. I have figured out the way to do it, but dont know it will work or not. Ques. 1 = How can I do it. Any approach you can suggest?
  1. I have tried to do that manually by adding theme path in head section below <link rel=”stylesheet” href=”<?= base_url();?>assets/css/themes.css”> but then theme selection in sidebar is not working. Its only working for default theme. Ques. 2. Please help me in this.

Thanks & Regards

Nice, we’re glad you’ve got it working. Please make sure that you don’t have any JavaScript errors in your page, the id=”theme-link” is added in your <link> element where the color theme is added and that you are including the <link> element with css/themes.css file after the previous element, just like it is showcased in the default page examples. It should work great if everything is set up correctly and the color themes CSS files are in their original path (css/themes/ folder). Hope that helps.

Hi, I have checked there is no error in the page either of JS or anything.

I tried hard to save the custom theme and getting the same in head section from DB, but getting same issue – that if user chooses other then default theme, then showcasing the color theme in side menu stops working and none of the color theme gets selected nor applied for preview purpose.

The preview of the color theme only works, when default theme or no theme is selected. Please help me in this.

Not getting how to fix this. According to me everything is setup correctly but still theme showcasing does not work if I set any theme other than default.

Can you pls help with any source code, it would really be helpful for me.

Also how to use date & time picker together as a form field in this template. It has date as well as time picker but separately. How can I get the same together. Meaning If I open a date picker, it should also have option to select time in same element.

Please help me in these to issues, as these have become blocker for me in the projects.

Thanks for your help & support.

Hi, unfortunately ProUI is no longer supported and also we can’t provide additional help for customizations. For datetime picker, you could have a look at Flatpickr, it’s a great plugin for date and time picker at the same input. Hope that helps!

I will happily pay for a bootstrap 4 version of this! No need to add in NPM or larval stuff though! Just exactly what you have done here. A simple theme ready templated. If you need to add and use NPM etc then that should be up to end user. Templates have become more and more convoluted in their use but ProUI is great, simple and flexible just getting a little old that’s all.

Many thanks for your interest in a Bootstrap 4 version and support! With the upcoming Bootstrap 5 version along with the reception OneUI Remastered version had, a ProUI Remastered version is something that we might consider in the future, so stay tuned. Thanks once again for your suggestion!

I would love to use these theme but only with Bootstrap 4. Are you guys going to update it with the latest Bootstrap?

Hi! Thank you for your interest in ProUI! We don’t have any plans at the moment but we might in the future. If we do though, it will be a remastered version and not just an update.

Hi, could you send me any documentation on using the dropzone class for file uploading and configuration example for PHP?

Hi, many thanks for choosing ProUI for your project! Please send us a message through our profile’s contact form, from the account the purchase was made, and we will get back to you as soon as possible.

Hello guys, is there any chance to release some updates on this theme? It seems like it has the same popularity like OneUI which is always up to date.

Hello! There are no plans at the moment but we might in the future! OneUI got a Remastered version which is the one receiving updates.

I want to buy this theme, have some questions attached to my head, do you have the front-end theme horizontal menu 3rd? Are there data table action buttons?

The front-end theme needs to have a wide menu tree, this is very important to me, other themes are taken care of easily with a js function. The proui code structure is very handy, my friend has bought proui, so I know proui’s code structure. page-head.php I’ve edited a bit, but it wasn’t the endless tree. you can check my code here. “https://codeshare.io/5046kg” If you promise to fix the page-head.php for me at the front end I buy. please don’t deprive me of proui :)

I don’t need any other information, I’ve already reviewed up to the finest detail on your theme, the only problem is the infinite menu tree, I’m sure if this fix happens, it will be useful to everyone else.

Thank you once again for your interest in ProUI and your suggestions! If you are planning on using it, you will have to purchase a license which will also enable us to provide support! Thank you.

Hi there, this is just to let you know that ProUI is featured in our latest roundup post on Tuts+ 15 Feature-Packed Bootstrap Admin Templates. Great job!

Thanks so much Ian for featuring ProUI, we very much appreciate it!!

What happened to the front end theme? Why was it removed?

Hi, thank you very much for your purchase! Unfortunately, we had to remove the frontend from the package since it is no longer allowed by Envato.

Sir , can buy this template to use my application which i gonna develop ERP application and upload codecanyon , please give me a genuine answer .

Hi, thank you for your interest in ProUI! Yes, this is possible under a special agreement and the purchase of an Extended license. Please contact us through our profile’s contact form for further info. Thank you :-)

Hello, Any plans for a remaster edition for Bootstrap 4, Sass and ES6?

Hello! There are no plans at the moment but thank you for your interest! :-)

hi, nice template ;)

how do I create datatable filters? then how do I make multiple datatable in a single page in datatable? if possible so how can i change the script below? thank you :grin:

var TablesDatatables = function() { return { init: function() { /* Initialize Bootstrap Datatables Integration */ App.datatables(); /* Initialize Datatables */ $('#example-datatable').dataTable({ columnDefs: [ { orderable: false, targets: [ 1, 1 ] } ], pageLength: 10, lengthMenu: [[10, 20, 30, -1], [10, 20, 30, 'All']] }); /* Add placeholder attribute to the search input */ $('.dataTables_filter input').attr('placeholder', 'Cari'); } }; }();

Hi, thank you very much for your purchase and kind comments, we are very glad you like ProUI! :-)

Please send us a message from our profile’s contact form from the account the purchase was made and we will get back to you as soon as possible ;-)

HI, I want to know if it’s possible to use big search bar here : https://demo.pixelcave.com/proui-frontend/helpdesk.php from the front end in the back end here : http://preview.themeforest.net/item/proui-responsive-bootstrap-admin-template/full_screen_preview/6769035 in order to search in the datatable ? It will be the main feature of my future application, and I want to know if it’spossible before buying. And also, i see that some pages have .php extension, do I will have all the page in full HTML only ?

thank and btw nice job

Hi, thank you for your interest and kind comments, we are very glad you like ProUI :-)

Yes, you can easily use any external input to filter your DataTables by using something like the following:

dtable = $('#datatable-id').dataTable(/* ...your options... */);

jQuery('#search-field-id').keyup(function(e) {
      dtable.filter(jQuery(e.currentTarget).val());
})

In the package you will find a PHP as well as a full HTML only version, so you can use the one that fits your project best.

Hope that helps but let us know if you need any further info ;-)

Hi, is this just a frontend theme, or does it come with a full backend code as well?

In other words, do we need to integrate this with another web application (CMS), or can we used it by itself as a stand alone application?

Will you be able to send a screenshot of the files/folders structure of this template just to have an idea of what we will get.

Thanks

Hi, thank you for your interest in ProUI! :-)

ProUI is an abstract template and no backend code is included. Any custom functionality such as user management, authentication, database connections etc has to be custom coded or the UI has to be integrated in an existing CMS.

Feel free to send us a message from our profile’s contact form and we will get back as soon as possible with a screenshot of the file/folder structure. Hope that helps! ;-)

Hi, I have a question, I have a laravel project and I wanted to integrate ProUI to this framework but I have a problem with the css file in the public folder. the original file is like this: <link href=”css/themes.css”> When I use the asset in laravel

<link href=”asset{{‘css/themes.css’}}”>

the file don’t work

Please help me :(, the template is very good

Hi, thank you very much for your purchase and kind comments, we are very glad you like ProUI! :-)

Please send us a message from our profile’s contact form from the account the purchase was made and we will get back to you as soon as possible ;-)

Hi, can someone please tell me the best way to increase the width of the sidebar menu in the Admin template? Currently it seems to be 200px in width and I would like it to be 320px. Obviously still responsive though… Thanks!

Hi, thank you very much for your purchase! :-)

Please have a look at your inbox, we just replied to your message ;-)

i like this one question how does the store works?

Thanks for your interest in ProUI, we are very glad you like it :-)

ProUI is an abstract template and the store pages are static examples. Any custom functionality has to be custom coded by a web developer, hope that helps ;-)

hello how can i translate calendar Days and month?

Hi, thank you very much for your purchase :-)

Please send us a message through our profile’s contact form (also let us know if you are referring to FullCalendar) and we will get back as soon as possible with a page example! ;-)

I need to add a search bar (I have it, it is itself responsive) which is ALWAYS visible (should stay right next to the logo). Can you show me an example of an element which is ALWAYS visible near the logo in the top horizontal navbar?

Hi Dave, thank you very much for your purchase :-)

For support requests, please contact us through our profile’s contact form (from the account the purchase was made) and we will get back to you as soon as possible, 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