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,618 sales
Well Documented

pixelcave supports this item

Supported

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

426 comments found.

hey ! are you working on the next update? :)

Hey! Yes, I’m working on the new 1.3 update! With the current timeline, it will most probably be released by the end of the month. Stay tuned since the new update will bring many new fresh features, layouts and pages! I can confirm Chat UI component/page as well as a new inbox layout! As always, the update will be free to download for all existing customers ;-)

Hi, can it be implemented in IBM Websphere Portal?

Hi, thank you for your interest in OneUI :-)

OneUI is an abstract template which means that it could be implemented the same way any other similar web template would. I believe that it should work but further customizations might be required based on the way it will be used.

Hope that helps but let me know if you need any further info ;-)

Hi PixelCave,

Absolutely love this, all I can say! Now here is the weird part, I love it so much, I like to use it as the actual front-end, is this possible?

Think of: using the Pages to fill my content, and use the navigation on the left, as a regular nav (menu). I assume this is just regular HTML coding?

Can I “turn off” certain elements that are back-end specific, such as login functionality, maybe even that right sidebar, etc?

I like to slap a square logo topleft, how is the image being “held”, with a regular div, or do I need to do something special so the structure doesn’t break, will it be responsive as well?

And finally, the nav on the left can hold text and icons, can it hold images as well, for example, the empty space bottom right, can I put an image there?

I am comfy with Foundation5, but your design makes me wanna learn Bootstrap ;-)

Cheers.

Hi, thank you for your interest in OneUI and your kind comments, I’m so glad you like it! :-)

Yes to all of your questions! Since OneUI is an abstract template, you can manipulate it any way you like by making changes to the html markup or to the CSS classes which alter the main layout.

You could easily use only frontend pages with a full sidebar, remove features that you don’t need (eg right sidebar), alter the logo or put images under the main menu.

I believe that you will find Bootstrap easy to use and manipulate as well! Hope that helps but let me know if you need any further info! ;-)

Ok cool, thanks man! GLWS :D

Thanks a lot! Wish you all the best with your project! :-)

Will be this update to use bootstrap 4?

Hi, thank you very much for your purchase! :-)

Bootstrap 4 is still in alpha version and has a long way 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 as we reach the Beta and RC versions. Hope that helps! ;-)

Is there any layout with a right sidebar/widget ? Menu on left, content at center and another sidebar (for chat code) on right ?

Hi, thank you for your interest in OneUI! :-)

Unfortunately not at the moment but I’m planning on including something similar with future updates, so stay tuned! ;-)

Ahh – If this had some included Sketch UI design files or PSDs I would buy you a big 12 pack of beer! :)

Hi, thank you for your interest in OneUI! :-)

A big 12 pack of beer sounds really nice!! In the package, you will find 2 PSD UI kits, one for the backend and one for the frontend pages. They were included in the latest update to make it easier to create OneUI mockups in Photoshop! ;-)

Oh cool. I haven’t purchased it yet but one of my devs might.

PSDs are nice but have you heard of Sketch? Many designers are switching over so would be awesome if included Sketch UI kit as well. This is what I design in these days. But, I realize it would probably be quite a bit of work to recreate in Sketch so maybe sometime…

Yes, more and more people are using Sketch nowadays, so I might recreate them in that format, too, in the future! :-)

Thanks again for your interest in OneUI, I’m glad you like it! ;-)

How can I replace the logo?

Hi, thank you very much for your purchase! :-)

To update the logo, you will just have to update the following code with an icon and text of your choice (you could also remove it and add an image):

<i class="fa fa-circle-o-notch text-primary"></i> <span class="h4 font-w600 sidebar-mini-hide">ne</span>

It can be found in the sidebar markup – please have a look at the inline comments. If you are using the PHP version for example, the logo section for backend, can be found in the inc/views/base_sidebar.php file.

Hope that helps, happy coding! ;-)

any consideration to add vendor prefixes and remove adjoining classes in your css file?

Hi, thank you very much for your purchase! :-)

Only the vital vendor prefixes are included to support IE9 and up as well as all the latest, most used, versions of desktop and mobile browsers. If for some reason, you would like to support much older browser versions (eg old Firefox/Opera versions), you could add the extra prefixes to the ‘mixins.less’ file and re-compile the CSS file (or use an auto prefixer tool).

Chaining classes is a standard practice for many years now (Bootstrap framework uses them), they were only an issue back in the days with IE6 and in some occasions with IE7.

Hope that helps but let me know if you need any further info ;-)

I want to use jQuery and the following code, how to achieve the effect of this button

<button class=”btn btn-default pull-right” type=”button” data-toggle=”layout” data-action=”side_overlay_close”> </button>Thank you for your reply.

Hi Davis, you could use the following code to close the side overlay..

jQuery('#page-container').removeClass('side-overlay-o');

..but it might be better to use the API call (as noted in the previous comment) just in case something changes in the future!

App.layout('side_overlay_close');

Hope that helps ;-)

I would like to use this button alone JS code, how to do it? ”<button class=”btn btn-default pull-right” type=”button” data-toggle=”layout” data-action=”side_overlay_close”> </button>”

Hi Davis, you can use the following JS code for the same functionality:

App.layout('side_overlay_close');

For more examples, you can check out the Layout API page under the Layouts section!

Hope that helps, happy coding! ;-)

how do I expand the menu items on the left nav, so when I visit the page they are open?

Hi, thank you very much for your purchase! :-)

To keep a submenu open, you will have to add the class ‘open’ to its parent ‘li’ element. In the PHP version it will be auto included but in the HTML version it will have to be added. For examples, please have a look at the HTML version on how the class ‘open’ is being used on subpages.

Hope that helps but let me know if you need any further info. Happy coding! ;-)

Hi, great theme! but I use a 5K retina display iMAC and I’m pretty sure this template isn’t retina display ready. Any plans to make it so? Thanks.

Also, another question I have is whether a developer will be able to use this frame work on top of a php script for a particular type of website? (like putting a stylish glove onto a naked hand)

I look forward to your replies.

Hi, thank you for your interest in OneUI, I’m very glad you like it! :-)

OneUI is retina ready and its UI will look crispy clear in such screens. You might get that impression due to the high resolution of your iMac and the fact that some demostration images are not that high resolution. A retina tip for using images is also included in the docs (using srcset) :-)

Regarding the PHP script, it should be possible to be used with OneUI but customization work might be required for the intergration. The amount of work will be relative to the PHP script itself and its structure!

Hope that helps but feel free to let me know if you need any further info! ;-)

Excellent, thanks for your response! Also, do you have any plans to make a Material design version?

There are a few material inspired elements already available and new may be added with future updates but there are no plans for a separate material version. Hope that helps but let me know if you need any further info! ;-)

Hey

Thanks for update but i have a bug while using one chrome browser : each time i click on a link in the menu, there is a small bug and everything moves a litlle from right to left when reloading pages. The bug isnt present on safari and firefox

Could you please have a look?

Hey, thanks a lot, I’m very glad you like the update! :-)

Please have a look at your inbox, I just replied to your email! ;-)

thank you for the rapid answer as fast as the template runs smoothly !

Thank you very much, I’m glad I was able to assist! Happy coding! ;-)

Hey all! I just wanted to let you know that OneUI 1.2 update just went live and comes packed with many new awesome features, fresh pages, improvements 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! :-)

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! ;-)

Do you have a Github repository with the source where we can get access to?

Hi, thank you very much for your purchase! :-)

I’m not using an online repository at the moment but if I do in the future, I will let you know for sure. Happy coding! ;-)

Dear Pixelcave,

I really like what you have done with themable menu, which can be tweaked per page, and alos that the theme is retained via cookies. Fantastic solution.

Expanding on that, I would like to give my pages a uniform look by giving headers of tables and forms the same theme as is used for that page. Ideally, the colors for these headers would change along when user switches the color theme for the menu.

I don’t seem to be able to find out which class to apply to do that, though.

Could you please point me in the right direction? Is there a single class of group of classes I can use the let the headers of tables and forms change color based on the chosen theme?

Thanks in advance!

(Very curious to see what wonderful things you’ll come up with for version 1.2; version 1.1 is absolutely spectacular, and a lot of people are loving the look of my site, which, of course, is your design to a large extent!)

Sorry for having bothered you; it seems that does what I was looking for :-)

Hi JFJanssen, once again thank you so much for your kind comments and feedback, I’m super excited you like the new features and people love the look of your site, I’m sure you’ve done a great work putting everything together and building it! :-)

No worries at all, I’m glad you find the classes and it works now! I will also note them here just in case:

Text colors
.text-primary
.text-primary-light
.text-primary-lighter
.text-primary-dark
.text-primary-darker
Background colors
.bg-primary
.bg-primary-light
.bg-primary-lighter
.bg-primary-dark
.bg-primary-darker
Background colors (with opacity)
.bg-primary-op
.bg-primary-dark-op

Stay tuned for 1.2 update (it is coming really soon with many new features) and happy coding! ;-)

Will begin coding a new project with it : what about the next update (to begin with latest files). Thank you :)

Hi! OneUI 1.2 update is really close and will go live by September 1st, so stay tuned! If you are in a hurry, feel free to get started (if you follow the guidelines in the docs, updating will be a copy-paste away!). Wish you all the best with your new project and happy coding! ;-)

Thanks ! will it include some ecommerce and elearning features?

Unfortunately, such features won’t make it in 1.2 update but will be included for sure in the future, so stay tuned! ;-)

Again i had new question, from base_ui_modals_tooltips.html , i tried the block api “App.blocks(’#my-block’, ‘close’);” to close modal dialog, but it works not well, Is there any apis to close/show the modal dialog?

Hi! You can manipulate Bootstrap modals with JS code:

// Show a modal
$('#myModal').modal('show');

// Hide a modal
$('#myModal').modal('hide');

Please have a look at http://getbootstrap.com/javascript/#modals-methods for the complete method list.

Hope that helps, happy coding! ;-)

Thanks for your patience and answer.

No worries, I’m glad I was able to assist! Happy coding! ;-)

Hello pixelcave,

I am very impressed with your theme. I’ve purchased 6 or so, but yours is the first one that I find is truly functional cross-platform. Excellent job!

I have a question regarding printing; if I print a page, a lot of the color in colored elements come out as white / or black-and-white. I imaginge that this is a stylesheet thing. I’d like to be able to print things like invoices or task lists with a touch of color, however. Could you please point me in the right direction? I’d very much appreciate that.

Best wishes & keep up this quality >>> Wow!

Hi, thank you so much for your purchase and motivating feedback! I paid extra attention in making OneUI functional cross-platform and I’m super excited that you liked it! :-)

Indeed, Bootstrap includes some print styles that make all colors black/white when printing. If you would like to include some colors, then your best bet would be to include your custom print styles. For example:

@media print {
    .label-primary {
        background-color: #5c90d2 !important;
    }

    .label-success {
        background-color: #46c37b !important;
    }

    ..More print styles..
}

In this example, your primary and success labels will keep their original colors when printing!

Hope that helps but let me know if you need any further assistance! Wish you all the best with your project and happy coding! ;-)

Hi!

Thanks for your prompt and clear answer; I now know what to do, and how to do it!

Best wishes and happy coding,

JFJanssen

Hello,

Amazing theme, i just want to know if there are plans to update to the latest bootstrap?

Hi, thank you very much for your purchase, I’m very glad you like it! :-)

OneUI already uses the latest Bootstrap release! Let me know if you need any further info, happy coding! ;-)

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