148 comments found.
Can we see the documentation before purchasing?
Of course, feel free to send us a message from our profile’s contact form and we will get back to you with a link to the documentation. Thank you for your interest in Codebase!
Hey all! We just wanted to let you know that Codebase 3.1 update just went live and comes packed with new fresh pages, new features, improvements, fixes and libraries/plugins updates! All existing customers can download it for free from their downloads page. Changelog and update information can be found in the updated documentation! 
3.1 Update – April 4, 2019
-
NEW FEATURES
-
Elements/Components
- Hero Bubbles
- Nestable2
- New Bootstrap Features
- Generic Pages
- Widgets
- Laravel Starter Kit: DataTables Page Example
-
Elements/Components
-
IMPROVEMENTS
- Landing page hero design
-
FIXES
- ‘border-primary’ class now works with color themes
-
UPDATES
- Bootstrap 4.3.1 (4.1.3)
- Font Awesome Free 5.8.1 (5.5.0) – 213 New Icons!
- 10 plugins/libraries
- Laravel Starter Kit: Laravel 5.8 (5.7)
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! 
does it work with Laravel 5.8 ?
Hi, thank you for your interest in Codebase. Yes, it will work just fine and moreover, the 3.1 update will include the Starter Kit with Laravel 5.8 out of the box.
hi is this theme have file or image manager? or i just miss it? thanks
Hi, thank you for your interest in Codebase! There aren’t any related examples but you can easily add one of your choice, it should work great!
did you tried to run this theme in vue js? any idea if it will fail due to jquery?
Hi, many people are already using it along with jQuery successfully. Have in mind though that some customizations might be needed and of course, it’s always better to use pure Vue.js plugins instead of trying to merge the jQuery ones. If you are already familiar with Vue.js and jQuery, you shouldn’t come across any issues.
Or maybe you start making some vue-only mobile themes? Even with fewer components. You know Vue performance on mobile apps (cordova) is much higher than jquery.
Yes, we might create and offer Vue.js based solutions in the future as well, so stay tuned!
Great template. I’m evaluating it for my project. I’d like to see a page to edit profile settings and avatar…is it possible?
Many thanks for choosing Codebase for your project and kind words, we are very glad you like it! You can check out an Edit Profile Settings example page at https://demo.pixelcave.com/codebase/be_pages_crypto_settings.php
For the avatar, you could use the default upload file input showcased in Form Elements or the DropzoneJS plugin (in Form Plugins page). Hope that helps!
Hello Pixelcave, My website in the mobile version is in trouble, the header is inaccessible (I can not access the sidebar through the menu button) when the google chrome header is active, when it rolls down and hides the chrome cape it is again playable can you help me.
Hello! Codebase navigation works fine on mobiles by default, so could you please send us a message from our profile’s contact form with a live example of your custom implementation to have a look at it? Let us know and we will get back to you as soon as possible!
Wow, Big update! Awesome 
Many many thanks!! Happy coding!! 
Hey all! We just wanted to let you know that Codebase 3.0 update just went live and comes packed with a fresh new Laravel Starter Kit, JS code with ES6 syntax, various improvements, fixes and libraries/plugins updates! All existing customers can download it for free from their downloads page. Changelog and update information can be found in the updated documentation! 
3.0 Update – December 6, 2018
-
NEW FEATURES
- Laravel Starter Kit
- Custom JavaScript code was rewritten in ES6 syntax (webpack and Babel support is introduced)
-
IMPROVEMENTS
- Bootstrap Notify plugin: You can now trigger notifications programatically through the included JS helper
- Open/Close block API now uses ‘d-none’ class instead of jQuery hide() and show() functions
- Codebase will now automatically use the correct icons for its components (eg Main Navigation arrow icons) when you are using Font Awesome 5 Free or Pro versions
- Table checkable helper optimizations
- Landing page hero design
-
FIXES
- SweetAlert2 deprecation console messages
- Select2 placeholder not visible
- Removed helper classes for versions lower than IE10
-
UPDATES
- Bootstrap 4.1.3 (4.1.1)
- Font Awesome Free 5.5.0 (5.1.0) – 189 New Icons!
- 12 plugins/libraries
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! 
What a bliss to work with, thank you!
Thank you so much for your overwhelming feedback and 5-star review, we are very happy you like Codebase!! Wish you all the best with your projects and happy coding!!
Can this theme be used with Asp.Net MVC application, where UI is build using RazorView and jquery ?
Hi, thank you for your interest in Codebase! An abstract HTML version is included which can be used with any server side language you like or currently working with.
Hi, I was trying to change the show entries number and option page numbers for datatable (class=”js-dataTable-full”), but couldn’t locate where exactly to change. isn’t it in jQuery.dataTable.min.js or dataTables.bootstrap4.min.js?
Hi, thank you very much for your purchase! You can add your own options in js/pages/be_tables_datatables.js file. It is the one where we init all DataTable examples. Hope that helps!
Hi, got it thanks. Thought I found it one time and didn’t work. Now it’s fine. thanks
Hi, I was trying to use Modal with ajax to show user data from database. I first tested an example on bootstrap and it worked. But when i moved code to codebase, then it’s not working. The Modal did popout, but no data was shown.
On your Modal button there is ”<button type=”button” class=”btn btn-alt-warning” data-toggle=”modal” data-target=”#modal-popout”>Launch Modal</button>” and it will trigger the modal html content. But how do I trigger my ajax? I gave button a class=”view_data”, but it’s not working. Please help me. Below is my script part.
<script> $(function(){ $(’.view_data’).click(function(){ var user_id = $(this).attr(“id”); $.ajax({ url:”select.php”, method:”post”, data:{user_id:user_id}, success:function(data){ $(’#user_detail’).html(data); $(’#modal-popout’).modal(“show”); } }); }); }); </script>
Hi, I found that I need to include 3 other scripts in header . Two of them are “jquery.min.js” and “bootstrap.min.js” files. The 3rd one, “bootstrap.min.css “which was covered by codebase.min.css and I didn’t add that or it would mess up the design. Sorry, thought they were included already.
Hi, thank you very much for your purchase, we’re glad you’ve figured it out. In general, you will have to put your custom JS code after the main JS files have been included! Happy coding!
I’ve sent you an email and still no reply. Mobile version of the website is completely broken. How can I fix it?
Hi, we have already replied to your message yesterday. Please have a look at your inbox, we just forwarded it to your email (ending in .uk) again just in case.
It went to Spam. Just saw it. I’ll be getting back to you with more information on the issue. Thank you.
Port-br: Olá Pixelcave, gostaria de saber como eu customizo o loader colocando uma imagem no centro no lugar do circulo. obrigado.
Eng: Hello Pixelcave, I would like to know how I customize the loader by placing an image in the center instead of the circle. thank you. google translate.
Hi, thank you very much for your purchase!
You can add a centered image by using the following markup for your page loader:
<div id="page-loader">
<div class="hero-static d-flex align-items-center justify-content-center">
<img src="url/to/your/image" alt="image" />
</div>
</div>
To remove the circle animation you can add the following override either to your custom/_main.scss file or after your main CSS file:
#page-loader::before,
#page-loader::after {
display: none;
}
Hope that helps!
perfect. thanks
Hello, great job. I like it very much. I already purchased months ago, but I just starting use it,because client’s delay. I have an issue with buttons, when click, button stay in pressed state. How can I fix it? thanks in advance.
Hi, thank you very much for your purchase and kind words, we are very glad you like Codebase! 
This is normal since what you see is the button get focused when it’s clicked showing its focus style. Those styles are important for accessibility as well but you could add the following to your button to remove its focus on click:
onclick="this.blur();"
Hope that helps! 
Hello, I have a question about installing further dependencies. I installed an autogrow plugin using NPM. The folder is now installed in node_modules. I went into the gulpfile.babel.js file and added the dependency to the plugins object in the dependencies object. Then, I saved the script and reran “gulp dep-js-plugins” task but it is not copying the files over to the build folder.
Can you give me a bit of guidance how to add a dependency? Thank you.
Hi Dave,
You will have to add the following in the dependencies.js.plugins object in gulpfile.babel.js and then rerun the command:
'autogrow': {
base: path.src.jsplugins + 'autogrow/',
src: 'node_modules/autogrow/**/*.*',
dest: path.src.jsplugins + 'autogrow/'
}
It will copy over all plugin’s files in the assets/js/plugins/ folder as well. Hope that helps 
Hello, is it possible to use the PHP version with a framework such as code igniter?
Hi Dave, you can’t use the PHP version directly with a framework such as CodeIgniter but it can help you create the skeleton and implement the templating of your pages in the framework of your choice 
Hi, I’m trying to use the select-bootstrap plugin (https://silviomoreto.github.io/bootstrap-select/) but the options do not appear, they are hidden, I opted for this plugin due to the option (<option data-subtext = ” Heinz ”> Ketchup </ option>), because from what I researched select-2 does not have, could you help me? Thank you
Hi, thank you for purchasing Codebase, we are very glad you like it as well! 
Unfortunately, we have not integrated that plugin and we are not familiar with it but you can easily have a similar feature in Select2 with the templateResult option which can be used to change the appearance of search results in the dropdown. Examples can be found at https://select2.org/dropdown under Templating section. Hope that helps! 
Hello, I cannot find the data in the API page anymore for how to use the page-header-loader div. Can you point me to where that is? Thanks
Hi Dave, please have a look at the Activity page under Elements section – https://demo.pixelcave.com/codebase/be_ui_activity.php to find the page header related API calls. Hope that helps 
Thank you