Discussion on Codebase - Bootstrap 5 Admin Dashboard Template & Laravel 11 Starter Kit

Discussion on Codebase - Bootstrap 5 Admin Dashboard Template & Laravel 11 Starter Kit

Cart 1,981 sales
Recently Updated
Well Documented

pixelcave supports this item

Supported

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

148 comments found.

Can we switch from OneUi to Codebase ?

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

It should be possible to move some components over with no issues but there are changes made to main components and the framework (Bootstrap 4 from 3) which would require many customizations. We could provide a rough list with major changes in case you would like to check it out, so please send us a message from our profile’s contact form if you are interested. Hope that helps ;-)

Can you please help me to modify the login and register page, i want to be more small and have a background image, thank you…

Please have a look at your inbox, we just replied to your message! ;-)

thank you so much, one last thing how to make it to be centered the container from the page layout

You’re welcome! To vertically center it, you can add the following classes to the .hero-static div element..

d-flex align-items-center

..and also move the following classes from the same div to the next one (with .row class):

content content-full

Hope that helps ;-)

Love the upgrades, keep up the great work!

What have you done with the front end in the latest update?? for example we seem to be missing 14 front end templates

Thank you once again for your purchase and rating! We very much appreciate it! Please have a look at the change log inside the documentation of the new package where we include the related info! Of course, do not hesitate to directly contact us if you need any additional information. Thank you! ;-)

Hey all! We just wanted to let you know that Codebase 1.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! :-)

1.2 Update – September 15, 2017

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. Are you planning on including any masonry plugin? Thanks

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

We don’t have any plans at the moment but we might include one in the future! Of course, you can always include and use any plugin you might need and it will work great. In the docs, under the JavaScript section, you can also find info for adding your own plugins ;-)

Are you planning to include image-cropper component?

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

Yes, an image cropper component will be included with a future update! ;-)

are there psd or sketch files?

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

Unfortunately there aren’t any available at the moment but we might create and include PSD files in the future ;-)

Hello, I saw you say you have PHP version, what would it be? The template developed in classes for easy use with PHP?

Unfortunately we don’t have any similar examples but we believe though, that such functionality can easily be implemented if there are functions which build the overall layout just like it happens in WordPress ;-)

Hello, do you have any video or demonstration on how the system works for you that is made in PHP?

Hi! We don’t have any videos but if you would like any specific information regarding the PHP version, please send us a message through our profile’s contact form and we will get back to you as soon as possible with some previews ;-)

great work, keep adding to it please :)

Thank you very much for your purchase and kind comments! Absolutely, many updates are coming in the future adding lots of new features and pages, so stay tuned! ;-)

any ideas on why you’re bootstrap models look unstyled compared to the ones of the getbootstrap website? for example they don’t seem to have any styles or rounded corners at all?

The modals we showcase in Codebase include the default block element design with a themed inverse header. Blocks have tons of design variations which we present in their pages (including widgets). You can easily change them to whatever your preference is in each modal’s markup.

If for some reason, you like the default Bootstrap design better and would like to use it, you can just use the markup presented at https://getbootstrap.com/docs/4.0/components/modal/#modal-components directly in the template and it will work great.

I have 2 question. First question: “select2” plugin not working properly with simplemde markdown editor. Automatic completing feature is not working with simplemde. Any solution? or did I make something missing ? Second question: How to catch simplemde markdown editor value’s to save to database in ajax control ?

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

To get/set the content from simplemde plugin, it is better to init it on your own (not by calling the ‘simplemde’ demo helper) the following way:

var simplemde = new SimpleMDE({ element: $("#MyID")[0] });

Then you can get/set editor’s value by using:

simplemde.value();
simplemde.value("This text will appear in the editor");

For more info, you can also check out https://github.com/sparksuite/simplemde-markdown-editor

Regarding Select2, everything seems to be working as expected! Could you please send us a message through our profile’s contact form with the code you are using or a link to a live page to have a look at? Let us know and we will get back to you as soon as possible! ;-)

Thank you for the answer. 1st question is solved with your way. 2nd question: select2’s textbox not working while using SimpleMDE editor. I mean, You can not type anything. It is like readonly mode. There was same issue with modal box but I found a solution to solve it. I will send you a sample code ASAP related with this issue.

Nice, we’re glad it helped! We checked again and it seems that Select2 works great in the same page with simplemde. Please make sure that Select2 CSS/JS resources are included and also ‘select2’ helper is called at the bottom of the page (as showcased in the form plugins page or by following the instructions from the docs). If it doesn’t work, feel free to send us your sample code to have a better look! ;-)

Hello, very good job here. I want to know if there is a way to have header_fixed_on by default when pages load. Thank you very much.

Hello, thank you very much for your purchase and kind words, we are very glad you like Codebase! :-)

Yes, absolutely! If you are using the PHP version, you can simply set the ’$cb->l_header_fixed’ variable to ‘true’ in the config file (all available options can be found and set in here) under inc/_global/. If you are using the HTML version, you will have to add the class ‘page-header-fixed’ to #page-container div.

In the same way, you can change all available options to your default preference. For more info, you can also have a look at the inline comments above #page-container or the HTML structure section in the Docs.

Hope that helps ;-)

Hey all! Bootstrap 4 Beta version was officially released today, so we took the chance and quickly updated Codebase to 1.1 version! There is no need to change anything in your markup since all breaking changes from Alpha 6 were already implemented in Codebase since its release! Stay tuned for rich content & features updates in the near future as we are working on them!

All existing customers can download it for free from their downloads page. Changelog and update information can be found in the updated documentation! :-)

1.1 Update – August 11, 2017

  • UPDATES
    • Bootstrap 4 Beta

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

It’s simple to use this template in a Laravel 5.4+ project? The doc is friendly to a low sass knowledge person?

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

Yes, if you are familiar with Laravel, it is relative simple to break the main layout into blade templates and use it. You can also get inspiration from the templating we’ve implemented in the PHP version.

Yes for the Sass part as well! The documentation will help you get familiar with the Sass structure and also set up the tasks for auto compiling to CSS. In any case, if you are not planning on making style overrides, you can simply ignore the Sass files altogether.

Hope that helps ;-)

Nice product !! GLWS

Thank you so much! ;-)

Hello

I brought the OneUI admin theme for developing generic web application for local businesses. And I think serving local business is a common niche for many developers. It would be great for me if you could include generic business profile page, business review showing and submission page, etc.

Regards

Hi, thank you once again for your OneUI purchase and suggestions! We will have a look into them and hope to introduce similar pages in the future! Wish you all the best with your projects and happy coding! ;-)

Hi, thank you for this themes. it’s awesome, but i think it still lack of content that we usually find in another themes like :

  1. form wizard
  2. top icon for notification
  3. tour
  4. chat pages
  5. contact pages
  6. file manager pages
  7. kanban (nice to have)

it would be perfect if these pages added in next update :)

Hi Martien, thank you once again for your purchase and kind comments, we are very happy you like it! :-)

Codebase is the most full featured project we’ve ever had on release and we are committed to further enriching it with new pages/features in the future! Thank you for all your suggestions!

Chat/Form Wizard components are already on the way and will be included in upcoming updates. Contact page is already included and can be found in the frontend section. Notification icon and dropdown can easily be added by duplicating current examples and using alert elements (send us a message through our profile if you need further assistance).

Stay tuned and happy coding! ;-)

Hello, congratulation for your new project, i am planning to use it in my project, but i need the Form wizard! i think you forgot it!

Hi, thank you for your kind comments and interest in Codebase, we are happy you like it! :-)

Please have a look at your inbox, we just replied to your message! For anyone interested, we are planning on integrating a Form Wizard component with a future update as soon as we find one suitable with Bootstrap 4 support ;-)

Wonderful Work! It really is one of the best!

However, it can still be improved: - there is a lack of “full screen” option for the UI and for the blocks - changing theme color has a minimal impact on the visuals (more like text color change and some elements color change, the interface has the same color)

Gratz!

Hi Cosmin, thank you very much for your overwhelming comments, we are very glad you like Codebase! :-)

Thanks for your feedback, too, let’s have a look:

1. Please check out the Blocks API page. Blocks have a fullscreen mode and you can easily add a toggle button to any block you like!

2. The color theme system is sophisticated and includes dozens of color theme classes which change colors based on the active theme (even many integrated plugins change). The way these classes are used in a page makes a big or small impact on the visuals when a different color theme is enabled. You might see subtle changes in some pages if light variations are used (sidebar/header) and no theme classes are used in the main content.

3. The cursor changes to hand only when you hover over a link (simple or button styled). This is a decision promoted by Bootstrap 4 by default. Please check out https://github.com/twbs/bootstrap/issues/21479 and https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b for more info.

Hope that helps ;-)

Yep, good answers! I will buy it when I will start my next project, keep up the good work and quality code!

Thank you for your continued support, we very much appreciate it! Wish you all the best with your projects and happy coding! ;-)

Hello Pixelcave,

GLWS. As a previous buyer of your OneUI theme, great to see you have another great product on sale, and I will buy it later for my next project.

As a developer, many of my work is spent of CRUD stuff. Although Codebase is theme, would you consider making a generic CRUD interface for it? Having said that, for the nature of the product, I would expect you will be doing the view part of the whole MVC structure. Providing an Ajax CRUD interface will make Codebase more useful and developer-friendly.

Hi honkam, thank you very much for your continued support and your kind comments, we very much appreciate it and also very happy you like Codebase! :-)

Thanks a lot for your suggestion and insight! We understand how helpful this could be and we will definitely consider it for future updates/projects. If you find some time, it would be awesome if you could send us a message through our profile, letting us know in detail which parts you repeatedly tend to use in each project and would like to see implemented in such way, so we can have a better idea of how to approach it. Thank you! ;-)

Congratulations!

Amazing Work, Good Luck With Sale :grin:

Thank you so much! ;-)

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