Discussion on OneUI - Bootstrap 5 Admin Dashboard Template, Vue Edition & Laravel 11 Starter Kit

Discussion on OneUI - Bootstrap 5 Admin Dashboard Template, Vue Edition & Laravel 11 Starter Kit

Cart 5,586 sales
Recently Updated
Well Documented

pixelcave supports this item

Supported

This author's response time can be up to 1 business day.

425 comments found.

Couldn’t find information in documentation on how to display a grey bottom line/block at bottom if value is 0 for “EARNINGS SUMMARY”. Otherwise there are many missing bars in the chart if user has not alot of data.

https://demo.pixelcave.com/oneui-remastered/be_pages_dashboard.html

Thanks

Hi Jimmy, for info on the Chart.js plugin and its available options, please have a look at the official docs.

Can the modals have bold, italic, underline applied to them?

Yes, you can use the related classes at the official docs for bold/italic or include a new style for underline text in your styles, eg:

.text-underline {
    text-decoration: underline;
}

Hey all! We just wanted to let you know that OneUI 4.9 update just went live and comes packed with updates, improvements and new features! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! :-)

4.9 Update – February 08, 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 updating and coding! ;-)

Hi, any plans for Vue.js 3.0?

We used to have email templates in our templates but they are not allowed anymore. We have made some available for free though, so you can download them at https://pixelcave.com/freebies/3-email-templates

Great thanks!

You’re welcome, happy coding!

Is there an option two have two sidebars meaning that using the same sidebar from left on right and then use the white overlay menu aswell for filters for mobile search? I see there’s a flipped option but will it work with two same sidebars? Or maybe there’s another option which I didn’t see to have two sidebars twice. Thanks

Hi Jimmy, no unfortunately that is not supported. You can have one sidebar and one side overlay at the same time either on default or flipped positions.

Will these templates be ok just for plain html /css to be used for a php web ui?

It’s the inc_header.php file found in the same folder :-)

Hi @pixelcave you do have any sample templates for a helpdesk ticket by any chance?

Hi Jones, thank you once again for your great rating! Unfortunately, we don’t have any available at the moment but they seem like a nice addition and we might create them after the Bootstrap 5 integration, so stay tuned.

Hi any news about new update ? Thanks

Yes, new updates are planned including a Bootstrap 5 upgrade, so stay tuned!

Does anyone recommend any module / snippet for user login / registration / password retrieval? We made our own in the past but want to upgrade it :)

A good suggestion if you are using Laravel, would be to check out the official authentication starter kits. Hope that helps!

Thanks for the suggestion, I was more fishing for a non framework PHP package:-) Love your platform by the way, it’s the best.

We hope that someone shares an abstract module/snippet that might be a good fit for you. Thanks so much for your kind words, really glad you like it!

I’m using Laravel 7 in project. If I buy OneUI 4.8 could I use Laravel Starter Kit? Or have to use HTML and PHP versions of files? What need to buy for Laravel 7?

Thank you for your interest in OneUI! The Laravel Starter Kit is based on Laravel 8 but if you follow the instructions we’ve included in the docs (for migrating to an existing Laravel project), you will be able migrate to Laravel 7 without issues.

You can also contact us to send you over the latest Starter Kit based on Laravel 7 or assist you if you need any further help. The Starter Kit features a clean Laravel installation with all OneUI assets ready to work with Laravel Mix and a few example pages to get you started. Any further examples can be taken straight from the HTML version. We include the related info in the docs and we are available to assist you if you need any help. Thanks!

Hi,

I built project with around 40+ page templates and am still using v2. Now I want to move to Laravel 8 soon and use One UI 4.8. I wondered if there is an option to change assets (header and js in footer) and then try to use search & replace instead of creating everything 100% from scratch. For example “push-5-t” became “mt-5” etc. We will still need to exchange some blocks but just wondered if there’s a list of changed classes. Some are still the same in 4.8 so that’s why I wondered. I once asked a similar question because it will save days if not weeks of work.

Thanks

Hi Jimmy,

Upgrading from 3.x to the Remastered version is a bit challenging because the latter now uses Bootstrap 4 instead of 3 which includes many breaking changes. Alongside, we’ve built the layout from scratch, changing various aspects, classes and markup.

If you migrate your main layout though (header, footer etc), then it should worth giving it a try upgrading the main content of each page. The official migration guide should be helpful. Also as far as our own changes for main content, pay attention to the new block markup along with the spacing utilities (push-*) which now are replaced with Bootstrap’s space utilities (rem based). Hope that helps!

can I install inertia.js without problem?

Hi, thank you for your interest in OneUI! We haven’t used the custom JS functionality with inertia.js before but from what we see, we don’t think that you will come across any issues, it should work fine. If you are familiar with JavaScript, it should be relative easy to integrate any vital parts in case you have to.

Hey all! We just wanted to let you know that OneUI 4.8 update just went live and comes packed with Laravel 8 support along with 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! :-)

4.8 Update – October 15, 2020

  • NEW FEATURES
    • Laravel Starter Kit is now based on Laravel 8
  • IMPROVEMENTS
    • Focus state was added to block buttons/links
  • FIXES
    • .blur() to trigger(‘blur’) in JS code
  • UPDATES
    • Bootstrap 4.5.3 (4.5.2)
    • Font Awesome 5.15.1 (5.14.0) – 14 new icons
    • FullCalendar 5.3.2 (5.3.0)
    • CropperJS 1.5.9 (1.5.7)
    • CKEditor5 23.0.0 (21.0.0)
    • CKEditor 4.15.0 (4.14.1)
    • SimpleBar 5.3.0 (5.2.1)
    • SweetAlert2 10.5.1 (9.17.1)
    • Laravel Starter Kit: Laravel 8.10.0 (7.26.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! ;-)

Hi. I am first time asking for an help. I just were not aware that I had a support option. I am going to develop a laravel application. But do not able to see all templates that I see in the HTML version in the laravel version. If I plan to mix our project from the VuejS version, how should I keep the folder strucuture of repo in guthub. Should I use separate or single repo to run laravel-vue app? What is the procedure?

Hi, many thanks for choosing OneUI! You can integrate any page you like from the HTML version by following the instructions we’ve included in the documentation under the Laravel Starter Kit section and following the included pages examples found in the Starter Kit itself.

If you would like to use the Vue Edition in Laravel, you must have a good understanding of Vue.js and Laravel apps. You could either use the structure mostly as it is if you are planning to integrate it as SPA and configure Laravel to let Vue.js handle url routing or you could build your Laravel app as you would normally do but only include the components or views you need from the Vue Edition. Hope that helps!

Hi! Can you provide a list of the PSDs available in this kit? I know there are not many, but I want to know exactly which ones I’ll be getting. Thanks!

Hi! Many thanks for your interest in OneUI but there are no PSD files available in the package. There used to be 2 PSD UI Kits in the legacy version but not included anymore in the Remastered.

I’ve been coding for over 20 years. pixelcave’s OneUI is one of the best code bases I’ve ever seen. Very clean and easy to understand what is going on under the hood. Will be buying an extended license later for our an up-coming SAAS product. I think we’ll be working with pixelcave very closely in the future. Nice work!

Thank you once again so much for your overwhelming feedback and great rating, it really means a lot to us!! We are so happy you like it and you are planning to acquire an Extended license for your SaaS product. Keep it up and wish you all the best with your upcoming project!!

Cool. Keep it up guys! Thank you!

Thank you so much for your kind words! Happy coding!

Hey all! We are excited to let you know that OneUI 4.7 update just went live and comes packed with new features, updates and design improvements! All existing customers can download it for free from their downloads page.

4.7 Update – August 26, 2020

  • NEW FEATURES
  • IMPROVEMENTS
    • Page Design
    • Typography, layout and design improvements throughout all pages
    • All color themes were improved
    • Default font changed to Inter instead of Open Sans
  • FIXES
    • SimpleMDE Editor FontAwesome conflict
    • Bootstrap Tooltip/Popover positions
  • UPDATES
    • Bootstrap 4.5.2 (4.4.1)
    • jQuery 3.5.1 (3.4.1)
    • Font Awesome 5.14.0 (5.13.0) – 48 new icons
    • FullCalendar 5.2.0 (3.10.2)
    • Bootstrap Maxlength 1.10.0 (1.6.0)
    • CropperJS 1.5.7 (1.5.6)
    • CKEditor 4.14.1 (4.12.1)
    • DataTables 1.10.21 (1.10.20)
    • Dropzone 5.7.1 (5.7.0)
    • FullCalendar 5.2.0 (3.10.1)
    • jVectorMap 3.1.1 (3.1.0)
    • jQuery Validation 1.19.2 (1.19.1)
    • SimpleBar 5.2.1 (5.1.0)
    • SweetAlert2 9.17.1 (9.10.7)
    • Summernote 0.8.18 (0.8.12)
    • Laravel Starter Kit: Laravel 7.26.0 (7.3.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! ;-)

Hello, in be_blocks_api, how do i use the “Refresh” tool button, i see that show the spinner but is not update the div or table for example… do you have some example for that. Thanks.

Hello, 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. Thank you.

Hello pixelcave i wanted to notify you some of your library need to be uptade !! i will list you some of theme and thanks if you can uptade them !! :)

In OneUi Get Started\assets\js\plugins

sweetalert2, summernote, moment, jvectormap, Query Validation, highlightjs, fullcalendar, dropzone, datables, cropperjs, ckeditor 4 or 5 ? ( you use ckeditor v4 but if you can change to v5 will be good?) bootstrap-maxlength,

In OneUI Source (HTML)\src\assets\js\plugins

sweetalert2, summernote, moment, jvectormap, Query Validation, highlightjs, fullcalendar, dropzone, datables, cropperjs, ckeditor 4 or 5 ? ( you use ckeditor v4 but if you can change to v5 will be good?) bootstrap-maxlength,

In OneUI Source (HTML)\src\assets\js\core

bootstrap, jquery, js.cookie, simplebar,

In OneUI Source (PHP)\src\assets\js\plugins

sweetalert2, summernote, moment, jvectormap, Query Validation, highlightjs, fullcalendar, dropzone, datables, cropperjs, ckeditor 4 or 5 ? ( you use ckeditor v4 but if you can change to v5 will be good?) bootstrap-maxlength,

In OneUI Source (HTML)\src\assets\js\core

bootstrap, jquery, js.cookie, simplebar,

In OneUI Source (Laravel Starter Kit)

To uptade laravel to the latest version

Hello, many thanks for choosing OneUI for your project and for your comment! We occasionally release updates which include all recent plugin upgrades along with new features, so please stay tuned for the next one. All future updates are free to download, so no worries. Moreover, feel free to follow us on Twitter where we share info regarding all upcoming updates, thank you! :-)

i will follow you on twitter ;) i really like your work ! :)

Thank you so much, we very much appreciate it! :-)

Hi

1. Does oneUI fully supports TRL? (I don’t see that in the demo)

2. Can you add another pop-up plugin other than SweetAlert?

Thanks

Hi, thank you for your interest in OneUI!

1. Yes, RTL support is provided for the main/vital layout elements but you might have to adjust the main content of your pages.

2. Yes, you can add any other plugin you like in the template just like you would in any other abstract project.

Hope that helps.

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