426 comments found.
@pixelcave Can I make a suggestion that you don’t regenerate fake data for every new release? What I mean is for example on the HTML layout the section called “Pending Orders” of be_pages_dashboard.html has different names / amounts.
I’m not sure how other people do it but for upgrades I’ve been diffing the old HTML and the new. Using randomly generated (each time) data just adds noise to the diffs. Thanks in advance!
Hi Rob, many thanks for choosing OneUI for your project! Thanks for your suggestion, it makes perfect sense.
The thing is that we don’t force the regeneration but rather use few functions which auto generate dummy content from the PHP version. It is something that we can’t bypass unless we hardcode the content which defeats the purpose of quickly having dummy content for the example pages.
Is there a specific reason you diff the .html files? The update process is the same for each update (updating section includes further info) and if there is an additional change you need to apply to your markup with an update, we always provide the related info in the changelog.
Thanks @pixelcave for responding. I’m not sure I’m following because I’m referring to diffing the changes in the HTML version. It’s not a huge deal but I’m using the Laravel version where I’ve integrated OneUI templates into my app. When a new version of OneUI comes out I diff the HTML version to find out what CSS classes or other changes have happened so I can manually apply those changes. Some examples of those changes are:
enable-cookies to remember-theme
“link-fx font-w600 font-size-h2 text-white” to “link-fx fw-semibold fs-2 text-white” for the link that wraps the app name.
Switching from “form-group” to “mb-4”.
If there is a better way to do this I’m all ears! Thanks either way.
You’re welcome Rob. We’re sorry that we didn’t specify it but with each update we auto generate the HTML version from the PHP one and that’s why there are always changes to the dummy data. Hope that makes sense now.
We can totally understand what you mean and understand how a diff can be helpful in that case. That kind of changes though are always documented in the changelog and most of the time are very few. The exception comes with the 5.0 version which we consider as a new separate version due to many changes that took place because of Bootstrap 5 migration and improvements we made under the hood (that’s why we didn’t include a changelog to upgrade from 4.9).
If you are interested, please send us a message from our profile’s contact form and we will send you over a complete changelog for upgrading from 4.x to 5.x (for example, the class changes in your example happened due to Bootstrap 5 – more info can be found at https://getbootstrap.com/docs/5.1/migration/ ). Hope that helps!
How can I update the theme on my current application? Which files have changed from 5.0 to 5.1 ?
Please have a look at the docs under the updating section for the related info and the changelog for additional changes that you might have to apply in your project. Hope that helps!
Can you add more multi-steps form layout?
Many thanks for choosing OneUI for your projects and suggestion! There isn’t a good form wizard solution available to integrate at the moment but we will have a look into it and/or might introduce multi step design examples with a future update, so stay tuned.
Hey all! We just wanted to let you know that OneUI 5.1 update just went live and comes packed with amazing new features, updates, improvements and fixes! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! 
5.1 Update – September 14, 2021
-
NEW FEATURES
- Mega menu
- Vertical tabs
- Block form controls
- DataTables official BS5 Integration + excel/pdf button examples
- ‘remember-theme’ class in ’#page-container’ now also remembers dark mode preference
-
IMPROVEMENTS
- Various style improvements
- Color theme support for custom form controls
- Better dark theme support for custom form controls and other components
- Form switch design
- Full Calendar theming
- Font Awesome Pro Icons support in DataTables
-
FIXES
- ‘jq-notify’ helper fixed when using it through custom JS
- Small visual glitches in landing page examples
- Main navigation submenu click (now correctly prevents default behavior on click)
-
UPDATES
- Bootstrap 5.1.1 (5.0.1)
- + 10 dependencies updated to their latest version
- Laravel Starter Kit: Laravel 8.60.0 (8.46.0)
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! 
Is there any Google Maps integration on this theme? If so, on which page?
There used to be through the use of Gmaps.js plugin but since the platform went commercial (with free credits tier), we decided to remove it. For Google Maps integration, please check out the official docs at https://developers.google.com/maps/documentation
What has changed on the latest update this month?
Hi, the update email notification was sent accidentally, sorry about that. Please stay tuned, a new update is coming soon!
Hey ya, thanks for the theme its so beautiful!!! Do you have an ETA on 5.1? Only reason I want to know is that I dont need to start my next project until the 30-40 days so if it will come soonish I will wait to begin until release date
Cheers 
Hey Ryan, many thanks for choosing OneUI for your project and kind words, really glad you like it!! It will most probably be ready in the next 1-3 weeks, so stay tuned! 
Fantastic! Thanks so much 
Hello can you please add VERTICAL TABS as well ? Under > OneUI by pixelcave/OneUI 5.0/01 – OneUI Source (HTML)/src/be_ui_tabs.html
And i recently purchased theme 
Hello, many thanks for your purchase and suggestion! We are planning to add vertical tabs, so stay tuned! In the meantime, you could use a similar component. Hope that helps!
Humble request to add any floating button or icon example. Love you PIXELCAVE
Thanks a lot for your kind words, suggestion and interest in OneUI! It’s easy to implement, please send us a message through our profile’s contact form if you eventually proceed with a purchase and we will send you back an example with a floating button. Hope that helps!
Hi, I can t see the changes of the update 27?
Hi, the update email notification was sent accidentally, sorry about that. Please stay tuned, a new update will come soon!
hello, i trigger this notification:
<script>One.helpers('jq-notify', {type: 'danger', icon: 'fa fa-times mr-1', message: 'Warning Msg'});</script>
why the close button not same?
Hi, many thanks for choosing OneUI for your projects, please have a look at your inbox, we just replied to your email!
How can I set a cookie to remember the dark mode is active, so the pages load in dark mode automatically?
Hi, many thanks for choosing OneUI for your projects! There is no such functionality available but you could implement it based on the tech you are using. The dark mode is enabled when the classes ‘sidebar-dark page-header-dark dark-mode’ are added to the #page-container div. Hope that helps!
Hello, is there a template with Laravel 8 only without Vue?
Hi, thank you for your interest in OneUI! The included Laravel Starter Kit is based on the abstract HTML version and does not include Vue. Hope that helps but let us know if you need any further info.
Awesome template. From the component side I am missing a example for filters (with many filter dropdowns or checkboxes) and a language switcher. Is that planned in a future version?
Hi, many thanks for your kind comments, really happy you like OneUI! We provide a filters sidebar example and a dropdown example with html content where you can include any content you want including checkboxes. Would you like to see more specific examples?
Regarding the language switcher, there are no plans at the moment since there are various popular tools based on the tech each one uses and we wouldn’t want to add a specific one to an abstract template. Hope that makes sense but let us know if you have any further questions!
Hello there,
You mentioned that it is Vue support. Is it impossible to run jQuery? or is the jQuery Version included in the package? (and will the discount be applied soon?:-) )
Thanks
Hello, thank you for your interest in OneUI! The package includes HTML/PHP versions along with a Laravel Starter Kit which uses pure JavaScript for its core functionality but you can optionally include jQuery if you are planning on using a related plugin or you would like to have it in your project.
The Vue Edition is a separate product which is included as a bonus and is a pure Vue.js project. Hope that makes sense but let us know if you need any further info, thanks!
I don’t normally leave comments on things but WOW, if you have doubts if you should purchase this – Just do it, so much value, it really is excellent, 4 complete packages in one plus updates!!! Insane.
Pixelcave – awesome job man, Stunning work! I purchased this over a year ago and to this day, the more i look at it the more other things i find, love the flexibility of it all, view it in browser, find the file, copy the code, move on – It’s such a time-saver.
Keep up the good work
Hi Davie, thank you so much for your overwhelming feedback and kind comments!!! Your words are an inspiration to us and a strong motivation to keep going.
Thank you for taking the time, we very much appreciate it and are glad you like OneUI! Stay tuned for more updates in the future and happy coding! Wish you all the best with your projects!
Hey all! We just wanted to let you know that OneUI 5.0 update just went live and comes packed with amazing features! Bootstrap 5, no jQuery in core, a brand new Dark Mode for all pages and color themes.
Moreover, design improvements, fixes and updates. We make it a completely free update, so all existing customers can download it from their downloads page.
5.0 Release – June 10, 2021
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 coding! 
any timeline for vue 3 support ?
Hi, thank you for your interest in OneUI Vue Edition. There are plans for a Vue 3/Bootstrap 5 upgrade but we have to wait for official support from the BootstrapVue package which currently does not support either one, so stay tuned!
Hello,
Still very happy with ONE UI but came across an issue with vector maps tooltips.
https://demo.pixelcave.com/oneui/base_comp_maps_vector.php – Working on local package with same page – not workingTooltip appears only sometimes but then also disappears quickly even if mouse is still over country/map.
There are no jquery errors in the console.
I guess there’s a bug somewhere.
Thanks
Issue found on Laravel: Needed to call js after the page is rendered completely. It always overwrote JS when page was rendered. (Maybe helps someone else.)
Thanks
Hello Jimmy, this seems to be an issue with the latest versions of the plugin when you have multiple instances in the same page. If you use one instance, then the tooltip will work correctly. We will keep an eye on it for any possible future fixes.
Regarding Laravel, you don’t have to run something on your own. All vital functionality is initialized on page load. If you need to trigger (for example) any helpers, you need to always do it on document ready. This is the suggested approach and how we init all examples in the HTML/PHP versions.