426 comments found.
One “last” question. I like to expand a container (block, div, whatever) to 100% of the rest of existing content without scrolling. After the header a block have to occur and if i need scrolling I will do it within the container.
I saw the same question here in the comments, but you just mentioned to contact you by mail
So I see not the solution.
Hi Daniel, thank you very much for your purchase and kind comments, I’m very glad you like OneUI! 
Let’s have a look:
1. I haven’t created something similar before but I believe that it should be doable. First, you shouldn’t init the tabs by adding data-toggle=”tabs”. This will ensure that the default tab functionality won’t work but they will still look as expected. Then, inside the ’.tab-content’ div, you should add and init your slick slider the usual way. Finally, you could use the method ‘slickGoTo’ (provided by the Slick plugin) and attach it to the onclick event of each tab link click. For more info about the available method, you could have a look at https://github.com/kenwheeler/slick/
2. Regarding the full block height, please have a look at the Chat (full) page at http://demo.pixelcave.com/oneui/base_ui_chat_full.php where I use custom JS code to achieve such layout. If you can’t extract the code and need help, feel free to send me a message through my profile’s contact form and I will get back to you as soon as possible with a simple page example.
Hope that helps but let me know if you need any further assistance! Wish you all the best with your redesign and happy coding 
Thanks! I think this was the correct hint. I just draw the tab “header” without tabbing content and simulate it with direct access via slickGoto. And on the other side by slicking to the next window I will highlight the correct tab. This seems to be a good solution. I will try this out tommorow.
Just working as expected! Thanks for the little hint. Just combined Tab & SlickJS to one “native” feeling touchable screen:
Short Webcast : https://youtu.be/zOz08I37Lj8
Hey Daniel, this seems pretty ‘Slick’! Nice work, I’m glad you’ve got it working! Keep it up and happy coding 
Hey. Just a short question. Are you planning any updates in the next time? Just want to figure out what’s coming next and what I need to implement by myself 
Hey Daniel, there will be a new update with new features and updates/improvements but unfortunately there aren’t any locked features or a timeline at the moment!
Hi. First, thanks for this theme! I am just on the way redesigned my full mobile app and I have one question:
Do you see any possibility to combine a TAB page with slickJS? I like slickJS (Demo Dashboard->LATEST SALES) and the speed with mobile touch-swiping.
I like to have the normal Tab Header (http://preview.themeforest.net/item/oneui-bootstrap-admin-dashboard-template-ui-framework-angularjs/full_screen_preview/11820082?_ga=1.110171532.88961875.1472802855) but the content will be slideable by SlickJS. To allow the user to click on the TAB to move to the next screen or by swiping in the content like SlickJS.
Thanks again for you work! Daniel
Why is it when I update ‘assets/views/ready_dashboard.html’ and rebuild the app the dashboard url ‘http://localhost:5000/#/dashboard' does not update with my changes?
Hi, thank you very much for your purchase 
Have you tried clearing your browser’s cache? A cached version of the page might be served instead of the newer one! If you are using Chrome, a nice tip would be to keep your developer tools open and disable the cache feature from its options (this works while the dev tools are opened). This will help you develop easier without having to worry about pages being served from the browser’s cache. Hope that helps a bit! 
I want to buy the template but I need to test RTL first. Please upload the files.
Thanks!
Hi, thank you for your interest in OneUI 
Please send me a message from my profile’s contact form and I will get back to you as soon as possible with the Get Started RTL version to have a look at. Thank you 
Is it easy to use the components from the backend in the frontend? Are the components splitted by front/backend?
And I really would prefer Sass. Is it possible to convert the Less-files to Sass?
Thank you!
Hi, thank you for your interest in OneUI! 
Yes, it is very easy to use the same components either in backend or frontend pages. They are not separated and this is one of the big feature of OneUI which I believe that you will love workking with! The same resources and layout are very flexible and can be re-used to build all kind of pages.
Sass files, unfortunately, aren’t available but if you are familiar with the Less/Sass syntax differences, the files could be converted relatively easily. There are also some guides that could help you out, eg http://mstrutt.co.uk/blog/2013/08/converting-from-less-to-sass/
Hope that helps but let me know if you need any further info! 
Is the theme ready for Yeoman?
Hi, thank you for your interest in OneUI 
I haven’t used Yeoman but I’m using Grunt to live-compile Less to CSS and also to build production ready files. Since OneUI is an abstract template, you could use your custom Yeoman generator to scaffold your web app and then integrate the template with a few customizations to your workflow. Hope that helps 
Hello pixelcave. For the backend version of the OneUI admin theme, is it possible to customize it in boxed version? I don’t need all the functions, I just need to build a simple admin area for my app, so a boxed version is more suitable for my needs. thanks
Hi honkam, thank you for your interest in OneUI 
OneUI offers a boxed content layout option for your main content (eg frontend pages, also used in some backend pages) but due to its unique layout it can’t support the classic boxed layout for all main elements including sidebars. Hope that helps 
Hello Pixelcave!
Can I ask when an update is planned and are there any plans for a horizontal menu?
Thanks
Hi, thank you very much for your purchase! 
Unfortunately, I don’t have a timeline for the next update at the moment but there is a horizontal menu available which you could use! You can find an example at http://demo.pixelcave.com/oneui/frontend_home_header_nav.php Hope that helps 
Thanks for the response, is there a backend version of this?
Hi! You could use the same markup in the header of a backend page if you also have a dark top content in your main-container.
You might have to add some small CSS changes to make the menu work correctly with a light header, though. Unfortunately, I don’t have any examples to send you over but I will see if there is something I can do in the next update 
Hello pixelcave. I wanted to implement the color theme switcher. Is it normal that during page reload for a short moment the color changes back to the default (i.e. sidebar color) and then applies the new theme? Or am I doing something wrong? Thank you. Great template btw!
Hi, thank you very much for your purchase and kind comments, I’m very glad you like OneUI! 
Don’t worry, this is normal in the HTML version and it occurs because each theme file is added to the page with JS code after the page has been rendered. This feature was created to showcase the color themes but in production, it would be better to replicate the functionality server side or run the related JS code before the page renders (eg: in the head section).
Hope that helps! 
Hello,
I would like to ask why this theme uses Chart.js v1.1.1 instead of the latest 2.2.1?
I tried to update the library and I get issues such as http://imgur.com/jcKTMes
Can you please update it to 2.2.1 or tell me how to fix that issue?
Thanks!
I fixed the issue becuase i had the height of the chart defined, but the library is still outdated.
Hi, thank you very much for your purchase 
I’m glad it is working now! Chart.js v2 was released a few months ago and it is a complete rewrite of the original plugin. It is incompatible with 1.x versions and upgrading to it requires to also change the init code which would break all existing Charts.
Due to this fact, I’ve decided to not upgrade it for now but I might add Chart.js v2 examples along with the v1 ones in a future update, so stay tuned 
Hello,
Okay I understand, i was playing around with charts today and the different version are very very different haha.
I think you should add some more charts to the template, stuff like high charts, d3, amcharts etc etc.
Also just another suggestion, I haven’t seen a single theme on here that has a custom right click menu such as https://www.sitepoint.com/building-custom-right-click-context-menu-javascript/
Most very big web applications have some sort of custom right click menu, dropbox, mega etc etc. This would make your theme quite unique, but its just a suggestion.
They are quite different, indeed! Thanks a lot for your suggestions, I will definitely have a look into them! Wish you all the best with your project and happy coding! 
Great work pixelcave. Thank You Very Much… 
Thank you so much for your purchase, kind comments and rating!! I’m very glad you like OneUI!! Wish you all the best with your project and happy coding!! 
Hey all! I just wanted to let you know that OneUI 2.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! 
2.2 Update – July 15, 2016
-
NEW FEATURES
- Landing Page
- Dashboard v2 Page
- Travel Agency Page
- Travel Package Page
- Travel Guide Page
- Video backgrounds with Vide plugin
-
IMPROVEMENTS
- CountTo plugin helper and directive enhancements
- Image overlay white gradients
- Language declaration was added
- Word wrapping in chat UI
- Google Maps script updated to support the new required API keys
-
UPDATES
- 8 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! 
Hi! very nice template!! One question… I’m using the ‘horizontal top level menu’ template. I’d like the main menu not to change to ‘hamburguer’ style when viewed in smaller devices (I only have two options on my main menu). How can I do that? Thanks!!
Hi, thank you very much for your purchase and kind comments, I’m very glad you like OneUI! 
Please send me a message through my profile’s contact form and I will get back to you as soon as possible with a similar page example! 
How are blog entries written? I see them on the front end but see no way to do so from the backend?
Hi, thank you for your interest in OneUI! 
OneUI is an abstract template and not a CMS ready to be used out of the box. It is perfect for custom projects where web developers build a web application from scratch but need ready to use UI/pages. The blog pages are designed as a concept and inspiration for a project where blog views might be required.
Hope that makes sense but feel free to let me know if you need any further info 
is this included the angularjs version?
Hi, thank you for your interest in OneUI 
Yes, in the package you will find an AngularJS version along with a ‘Get Started’, ‘HTML’ and ‘PHP’ version. You can also live preview the AngularJS version at http://demo.pixelcave.com/oneui-angularjs Hope that helps 
Hi pixelcave, hope you don’t mind for me to ask some newbie questions. I am just starting to use angularjs and i am using a yeoman generator that will generate the apps scafolding / structure for me. I just need to add any plugin using bower, do the task by grunt and add model and view to the structure. How about this theme? Is it the structure ready for me? Can i use it with bower and grunt/gulp?
OneUI’s AngularJS version uses Grunt tasks to live compile Less to CSS and to also build a production ready app (concatenate/minimize files etc). If you would like to use bower or custom Grunt tasks to assist you adding models/views, you should add them in the project since they are not used/included. Due to the fact that OneUI is an abstract template and project structure is easy to understand, you shouldn’t come accross any major issues adapting the project to your own needs and adding the functionality you would like to have! Feel free to let me know if you need any further info! 
Thanks pixelcave for your quick response. Since i don’t have any idea how the template looks like and how to adapt it to web, will you assist me if i have some questions in the future regarding the implementation or how to make it live?
In package you will find an extensive documentation which will help you get familiar with the template, its structure and plugins! Unfortunately, I can’t assist you with template customizations but if you come accross any issues in the future regarding the existing features of the template or have any further questions you can contact me through my profile’s contact form and I will get back to you as soon as possible! Thanks once again for your interest in OneUI! 
This theme is great and is perfect for my needs but it’s missing one more thing: are you planning to add an image cropper? It would be awesome. Thx.
Hi, thank you very much for your purchase and kind comments, I’m very glad you like OneUI! 
Thanks a lot for your suggestion, too! I don’t have any immediate plans but I will have a look into it and I hope to add a similar feature in a future update.
In the meantime, feel free to have a good look at http://foliotek.github.io/Croppie/ which is an easy to implement plugin and might come in handy! Happy coding 
Great work pixelcave. Thank You Very Much… 
Thank you so much! I very much appreciate it.. 
Wish you all the best with your project and happy coding! 
Side_Bar Problem for Opera i’m Look for fix and push code for debug 
Hi, please send me more details about it and if there is a bug, I will definitely have a look into it, thanks 
Hello I advice you to use this to adjust the dimention of chat box popup,
File on oneui.css search block-content and replace:
.block-content { margin: 0 auto; padding: 20px 20px 1px; max-width: 100%; overflow-x: visible; -webkit-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; word-wrap: break-word; }
Good luck 
the chat box popup not more for long large text !! i’m just fix it 
Hi, thank you very much for your purchase and suggestion! 
It might be a good idea to create a separate class for word wrapping and add it in chat’s block-content or have it available for other elements as well in case there is a similar need. Thanks a lot for bringing it up, I will have a look into it and include it in a future update! 
Yes, the chat does not allow for more one instance at the same time …
I’ll watch it
Yes but there might be other elements such as widgets, tiles, titles in which word wrap might be needed 
can I work with you?
Could you please contact me through my profile’s contact form and elaborate a bit more? 
ok thanx you 