426 comments found.
How to integrate oneui with play framework?
Hi Marisol, thank you once again for your purchase 
Unfortunately, we are not aware of Play framework but you should be able to use the abstract HTML version of OneUI which could be used with any third party framework you are familiar with!
Can you convert the front-end files to angular and use app.js and not oneui.min.js? I would be grateful.
How to integrate laravel with oneui angularjs?
Hi Marisol, thank you very much for your purchase 
Please have a look at your inbox, we just replied to your email 
Hello. It’s is possible change the order of the grid column? (In bootstrap: col-sm-push-8 or -pull-8)
Hi, thank you very much for your purchase! 
Yes, absolutely, you can use any Bootstrap grid class to change the order of your grid columns to match your own preference. 
Hey all! We just wanted to let you know that OneUI 3.2 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! 
3.2 Update – May 13, 2017
-
NEW FEATURES
- Project Management Pages
- Image Cropper
- Masonry
-
IMPROVEMENTS
- Improved frontend’s horizontal navigation spacing (to match with header’s) on mobile screens
- Improved backend’s page headings styles
- Small under the hood improvements to main JS code
-
https://was added to Google web fonts and Google Maps urls
-
UPDATES
- 20 plugins and libraries
If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! 
Hello, any update on the 3.2 release? Thanks!
Hi Anthony, thank you very much for your purchase 
The 3.2 update is almost ready and will be released by the end of the week! Please stay tuned, thanks! 
Hello, I know you are about to release an update soon. Would you please consider making the header colorful? It’s now only white and grey, more better to have blue, green, etc.
Thank you once again for your suggestions, we will have a look into it for future updates! In the meantime, you can easily change the background-color of the header just by using the following CSS with the color of your choice (include it after all stylesheets):
#header-navbar {
background-color: #333;
}
Hope that helps 
Question on Sidebar/Navigation Overlays: It seems that on iphone (example – iPhone 7 plus) when the sidebar overlays appear, they take over the entire screen. Can can just come out partially as they do on tablet and desktop devices? I hope I’m communicating clearly the UI/UX situation.
Yes, you can easily adjust the width to your own preference for both sidebar and side overlay from lines 188 and 276 (file less/modules/oneui.layout.less – v3.1) respectively. You can either set a percentage width or a smaller one than mobile’s viewport to get a partial sidebar/side overlay. Consider adding CSS overwrites to your own custom file, so that is easier to update the default ones once an update becomes available 
Thanks! We’ll give it a try . . . : )
works great! thanks again always for your help : )
Nice! Happy coding! 
Pixelcave, it would be great if you could start using LF (linux line separator) instead of CRLF (windows) thanks 
Hi Strelnikov, did you come across any issues with CRLF line breaks in your Unix based text editor/IDE? Most editors on both Unix based and Windows systems handle line breaks fine 
any update soon?
Hi, thanks once again for your purchase! 
Yes, you can expect the new update (3.2) in the next 2 weeks. It will include plugins/libraries updates, improvements as well as new features and pages. Stay tuned 
hello, I bought this template a while back however when I try and download now it says failed to download.
Hi Tim, thank you very much for your purchase once again! Don’t worry since it must be a temporary Themeforest issue. Please wait a few minutes and try again. If you keep having trouble, then please contact us through our profile’s contact form and we will get back to you as soon as possible. 
Hi, I really love this CMS theme with the fancy UI and thousands of widgets. Before purchasing i have some questions: 1. How can i connect the data to my MySQL or noSQL database? 2. Can i embed a video streaming or video player in this theme to meet per customer’s request? Many thanks my friend.
Hi, thank you very much for your kind comments and interest in OneUI, we are very glad you like it! 
OneUI is an abstract template, so there isn’t a default way of connecting it with a database and it depends on your language/framework of choice. Any connection/functionality should be custom coded. In same manner, you could embed any video/streaming directly to the markup code and it will work as expected! Hope that helps 
Is this tool multi language?
Hi Joao, thank you for your interest in OneUI 
Please have a look at your inbox, we just replied to your questions 
Hi, could you please add logo into dropdown menu on mobile device? Overlay just doesn’t look nice with rest of design. Thank you
Hi, thank you very much for your purchase 
Are you referring to frontend’s horizontal menu variation on mobile? Please send us a message through our profile’s contact form and we will get back to you as soon as possible with an example 
sent
Hello there, i’m willing to purchase this template, but i have a question for the angularjs version.. This is based on what i’v heard from other people, anyways if i implement a new .php file to the site, when it’s been accessed the problem is if you access it once then the data you see stays there even if you switch from a page to another, the only way is reloading the site and that’s the way to get the new data (ex, database data).. one thing i want to know could i make it so it’s like gets new data, instead of one data ( which is old until reload/refresh )?
Hi, thank you for your interest in OneUI 
This has to do with the code that will be implemented for your app. If you create a .php file which connects to your database and retrieves the data you need, then you could use $http – https://docs.angularjs.org/api/ng/service/$http – in your app to call the file and get the data. If you call it multiple times, you will get a new set of data each time without the need to reload the page but all depends on your custom code. Hope that makes sense 
i’ll try understanding that.. anyways thanks for the response, im so excited to use this template in my upcoming project!
Nope… I didn’t understand the concept, i tried this method with a friend ( he has this template ), but i didn’t know where to actually place $http, in app.js or what? I’m actually willing to pay since i’ll use this template but at least i’ll have to know before purchasing something
Feel free to ask your friend to send us a message through our profile’s contact form (from the account the purchase was made) and we will provide some insights through our official support. Thank you for your interest! 
Hello, is there any option for the menu (sidebar) to placed at the top? not left or right. Thanks.
Hi, thank you for your interest in OneUI 
The sidebar can be placed to the left or right of the page. For a horizontal header navigation there are two alternative options which can be previewed at http://demo.pixelcave.com/oneui/frontend_home_header_nav.php for the frontend and http://demo.pixelcave.com/oneui/bd_dashboard.php for the backend 
Hello, how can I set the menu state to open a submenu on page load?
Hi, thank you very much for your purchase 
You can add the class “open” to the parent li element of the submenu and it will stay open on page load. Please have a look at the markup code of a submenu page in the HTML version to see it in action! Hope that helps 
Oh…
Sorry did not see that. Thanks for your quick reply.
No worries! Happy coding! 
In the PHP version the menu is built from an array. No “open” class there.
If you are using the PHP version, then all required classes are auto added when the menu is generated 
If it does not work by default, it means that you are using a different url structure from the default one (filename.php). You can easily adjust it by changing the related variable which gets compared with the url of your main menu links.
If for example, your links have the format filename.php?page=dashboard you can easily make it work by replacing the following line in inc/config.php:
// Global Active Page (it will get compared with the url of each menu link to make the link active and set up main menu accordingly) $one->main_nav_active = basename($_SERVER[‘PHP_SELF’]);
with
$one->main_nav_active = basename($_SERVER[‘PHP_SELF’]) . ($_SERVER[‘QUERY_STRING’] ? ’?’ . $_SERVER[‘QUERY_STRING’] : ’’);
In the same manner you can adjust this variable based on your own url structure.
Hope that helps 
There is a function build_nav_array() in Template.php which fails to set the menu active, if the link contains parameters (page.php?foo=bar)
Do you know a qick fix for that?
You might have missed our previous reply, please have a look at our suggestion, it should make your menu work as expected 
Fixed it. Unfortunatly your code failed. Here’s the working solution:
$one->main_nav_active = basename($_SERVER[‘REQUEST_URI’]);
Thx.
We are using it and it seems to be working fine for us but REQUEST_URI is a more compact solution. We are glad it works now! Happy coding! 
Hi there.
When do you think you release a version that supports Angular 2.x?
Thanks.
Hi, thank you for your interest in OneUI 
We don’t have any immediate plans for an Angular 2 version but stay tuned since we might support it in the future (you can follow us on Twitter to stay updated).
If you are interest in using OneUI with Angular 2 today though, the resources at https://angular.io/docs/ts/latest/guide/upgrade.html and http://ngmigrate.telerik.com/ might assist you with the migration from AngularJS version 
Could you add support for multiple dropdown menu’s inside the boxed admin version?
This page; http://demo.pixelcave.com/oneui/bd_dashboard.php
Click on more -> more sub’s in there would be nice!
Hi, thank you very much for your purchase and suggestion, we will look into it for a future update 
In the meantime, you can check out http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar.html which offers a similar feature for the default Bootstrap dropdown! Hope that helps 
Hello,
I’m using the bootstrap notify plugin and i’ve noticed that if the side-overlay is overlapping the notification. I’ve modified the z-index of the notification but it does not help. Is it posible to prevent the side-overlay to overlap the notification? thanks.
My bad, I was not corectly using the notify function from App. It’s working fine now.
Hi, thank you very much for your purchase 
Yes, indeed, it seems to be working as expected, we’re glad you figured it out. Happy coding! 
Hello pixelcave. I want ask some question for you. I am want to create some premium video tutorial which is i will sel it to customer, and i will using this template at the tutorial, but i know if i distribute this template in my source file, it is a piracy. I want to use this theme primarily because this template is so clean and awesome and i want to support it. Do you have any suggestion? Or is it possible if i only using demo css and js file (online) and ask them to buy your theme if they want to use this template at project? Thanks for advance
Hi, thank you very much for your interest in OneUI and your kind feedback, we are very glad you like it! We appreciate your intention to support our work! 
Absolutely, you can purchase a regular license and use it to create your premium video tutorials and then you can guide each customer to purchase their own regular license in case they want to download it and use it in their project.
Alternatively, you could purchase multiple regular licenses and include each one (along with the purchase code and related license terms) in the download package of each sale. In that case your customers could just purchase your product and be ready to go. You could acquire more as you see your sales grow, so your customers won’t have to do any extra steps.
Hope that helps but let us know if you need any further info, thank you 