426 comments found.
Feature request – Page title options
You currently just have breadcrumbs to the right of the page title. Would be nice to see other ways you can make use of that space i.e. buttons.
Hi Chris, thank you very much for your purchase and suggestion! 
I kept notes and I hope to bring a similar feature in a future update! In the meantime, feel free to send me a message through my profile’s contact form and I will get back to you with a page example 
Is there a way to make a block in the main container to 100% and scrollable using slimscroll where the content does not overflow?
Hi Evan, thank you very much for your purchase! 
Please have a look at your inbox, I just replied to your message 
Hey all! I just wanted to let you know that OneUI 2.1 update just went live and comes packed with many new awesome features, fresh pages, improvements, updates and optimizations! All existing customers can download it for free from their downloads page. Changelog and update information can be found in the updated documentation! 
2.1 Update – May 19, 2016
- NEW FEATURES
-
IMPROVEMENTS
- Block loading state now blocks interactivity with buttons/links
-
UPDATES
- jQuery (latest version)
- Font Awesome 4.6.3 30 new icons
- 20 plugins and libraries
-
FIXES
- Various small fixes and optimizations
If you have any questions feel free to get in touch through my profile’s contact form, I’ll be more than happy to assist you as soon as possible! Happy updating and coding! 
Hello, does this theme come with datatables responsive? Thanks
Hi, thank you for your interest in OneUI 
Even though the included DataTables are responsive and work great in mobile screens, you will have to add the related extension from https://datatables.net/extensions/responsive/ to use the special features it offers (for custom responsive options).
Hope that helps 
Have you planned a version on bootstrap4 with SCSS ?
Hi, thank you very much for your purchase! 
Bootstrap 4 is still in alpha version and it will take a while before reaching beta, rc and eventually the final stable and production ready version.
More info about upgrading to Bootstrap 4 in the future will come when Beta/RC versions get released. Hope that helps! 
Thx for you fast reply. I’ve last question, you make angular version, have you planned to make a VueJS version ? 
There aren’t any current plans or a timeline for a VueJS version but there is still a possibility to create and include it in a future update 
I need a simple reporting dashboard with manual data entry! Can I do it with this?
Hi, thank you for your interest in OneUI! 
OneUI is an abstract template which means that you can code any functionality you need with a server side language or framework of your choice. If you are familiar with HTML/JavaScript, it should be relative easy to create your pages and build them with the language/framework of your choice! 
Is there a page for creating a change log? Would like to have one with a right sidebar witch let you animate/scroll to a versions if you click it.
Example: http://keepachangelog.com/
Hi Ryatzu, unfortunately there isn’t a similar page but if you like, you could use the markup from the documentation to create a changelog. Moreover, there is a helper which you could use to scroll to a specific section (you can check out the docs’ main menu markup which uses data-toggle=”scroll-to”). Hope that helps 
Hello, does this theme come with datatables editor? Thanks
Hi, thank you for your interest in OneUI 
DataTables Editor is a commercial plugin and isn’t included in the template. Of course, you could easily integrate it on your own if you purchase a usage license at https://editor.datatables.net/purchase/index
Hope that helps! 
hi,
thank’s the awesome theme!
High quality , modular and Clear & simply to modify,
Look forward to your next work.
just one question.
when I use (ex: ‘url’ => ‘frontend_ecom_orders.php?xxx’ .
the item icon doesn’t light.
is there any suggestion?
Hi, thank you very much for your purchase and kind comments, I’m very glad you like OneUI! 
This happens because only the basename of the url gets compared! You can easily make this work by replacing the following line in inc/config.php:
$one->main_nav_active = basename($_SERVER[‘PHP_SELF’]);
with
$one->main_nav_active = basename($_SERVER[‘PHP_SELF’]) . ($_SERVER[‘QUERY_STRING’] ? ’?’ . $_SERVER[‘QUERY_STRING’] : ’’);
Hope that helps, happy coding! 
thk’s! it work’s fine now!
Hi,
Can I connect this to a custom database (mySql) of my own?
I have an app which stores usage statistics in a db. I want to use a UI like yours to show the usage data as graphs and tables.
How easy is it to achieve that using this template? Is your API layer separate from UI which I can modify to talk to my database and re-write the model classes?
Hi, thank you for your interest in OneUI, I’m glad you like it 
OneUI is an abstract template and provides the User Interface and UI elements for building your custom web app.
There isn’t any real world functionality or API (bind to the UI) involved and any connection to a database has to be custom coded with the language or framework of your choice.
If you have basic knowledge of HTML/JavaScript and you know how to connect to the database and retrieve your data, then it will be really easy to achieve it.
Hope that helps! 
I’d like to suggest a very nice jquery plugin to improve this theme. http://www.decorplanit.com/plugin/
It’s very useful for currency and other numeric things. I can’t find any other option within your theme that provides the same things as this plugins, so that’s why I’m suggesting it.
Hi João, the plugin seems really nice, I will definitely have a look into it! Thanks a lot for your suggestion! 
I’m trying to apply it right now in my project but it isn’t working, is there any guide on how to add extra plugins to the theme?
It is working.
Hi João, OneUI is an abstract template, so most third party jQuery plugins should work without issues (unless there is a conflict with another included plugin)! I’m glad you’ve got it working, happy coding! 
Hi, in the php version, do you use php require ?
Hi, thank you for your interest in OneUI! 
Yes, in the PHP version I’m using require to include the common sections (header, sidebar, footer etc) in the pages. Feel free to let me know if you need any further info! Thanks 
Really really awesome! Thank you very much!
Hi, thank you so much for your purchase and inspiring comments! I’m very excited you like OneUI and let me know about it! Wish you all the best with your project and happy coding! 
Just bought this morning and i am so shock(read: happy) to see the package already included php files version whereby I straight away can use this package for my php development without converting all the files from html to php. Php ready makes me really happy with this purchase!

Hi, thank you so much for your purchase and motivating comments! I’m very glad you like OneUI! Thanks for coming back with your feedback, I appreciate it! Wish you all the best with your project and happy coding! 
Any plan for a React version?
Hi, thank you for your interest in OneUI 
Unfortunately, there aren’t any plans for a React version at the moment but I might create one in the future 
sorry but I cant find the autocomplete example in Checkout page as you mentioned in documentation
Hi, thank you very much for your purchase 
Are you including all the CSS styles and the JS integration code (for Bootstrap support) also used in the DataTables example?
Regarding the Autocomplete plugin, thanks for pointing that out (I will update it accordingly), please check out the Forms > Pickers & More page where you can see Autocomplete in action – live preview: http://demo.pixelcave.com/oneui/base_forms_pickers_more.php
Hope that helps but let me know if you need any further assistance 
thanks for you support; about CCS Datatable, yes Im using css and js after Ajax call but still not working.
About autocomplete, i see the example on pickers and more as you mentioned; but how to used with Ajax call?
I if used as usually, a get an error “object dont accept replace “
do you have an example about this?
Hi, you can check out DataTables with AJAX sourced data examples at https://datatables.net/examples/ajax/index.html and jQuery Autocomplete AJAX examples at the bottom of the page at https://goodies.pixabay.com/jquery/auto-complete/demo.html
Hope that helps but if you need any further assistance, please send me a message from my profile’s contact form with your code or your live website to have a better look 
Hi I have a Issue with datatable css after call a page via Ajax; that page has a datatable but the css doesn’t works well. Sear, pagination and number of records dont show up as suppossed like they do
If I use the css from datatable oficial webpages, its Works fine.
do you have any idea how to solve this issue?
Thanks
Hey all! I just wanted to let you know that OneUI 2.0 update just went live and features an AngularJS version! All existing customers can download it for free from their downloads page. Further information can be found in the updated documentation! 
- NEW FEATURES
If you have any questions feel free to get in touch through my profile’s contact form, I’ll be more than happy to assist you as soon as possible! Happy coding! 
Hi!
This is an amazing template for sure. Docs are perfect.
But I’d really need to integrate it with Angular since all the data I want to show is only accessible through an API. You said you were working on a boilerplate? When will it be available? Anyway to get early access, even if it’s still a bit buggy
?
Thanks for the great work!
Hi, thank you very much for your purchase and kind comments, I’m very glad you like OneUI! 
I have some great news since the AngularJS version is ready! I will submit it for review on Themeforest in the next few hours, so stay tuned! If you need it sooner, please send me a message through my profile’s contact form and I will send it back to you as soon as possible 
Hello. How can customize the ckeditor’s toolbar? I couldn’t find it anywhere within your documentation.
I did it by initializing a new CKEDITOR in my page. Is this the only way or is there a better one?
Hi! Yes, this is the correct way. I’m glad you figured it out 
If you need detailed info regarding a plugin in the future, please check out the official docs link I provide for each plugin in the documentation. Happy coding 