Discussion on ProUI - Responsive Bootstrap Admin Template

Discussion on ProUI - Responsive Bootstrap Admin Template

Cart 3,647 sales
Well Documented

pixelcave does not currently provide support for this item.

276 comments found.

Hi Pixelcave,

Im loving working with this template, great work.

One problem im having at present is the Glyphicons not showing at all consistently on Google Chrome ( Mac ) sometime they show, sometimes they dont until i open dev tools or click where they should be. Seems fine in all other browsers, any idea how to fix?

Regards M

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

That’s a strange issue, it reminds me how Chrome behaves sometimes when there are many tabs opened or the browser’s memory usage is high. Are you using the latest stable version? Have you tried opening Chrome with a clean profile (with no extensions – maybe one is causing the issue) and see if the issue still exists?

Please have a look and let me know, I’m sure we can figure this out ;-)

Hi Pixelcave, thanks for your suggestions. I tried a clean profile by completely removing Default folder – no extensions and issue still continues. Same in Incognito mode. Awfully strange

Hmm.. There must be something wrong with Chrome and the rendering of the page! Could you please send me a message through my profile’s contact form including Chrome’s version, MacOS’s version and a link to a screenshot or a live site (if there is one) where the issue occurs? I will forward it to Glyphicons support to see if they have ever encountered something like that!

Hello, Thanks for a great template, very nice and clean.

Will you be updating this template with a sass version to help make changing colors easier on a custom theme. Thanks.

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

I currently have plans for including LESS support in a future update but I will have to see if I can support SASS. If I’m able, I will for sure include it in a future update, too! Thanks a lot for your suggestion and happy coding ;-)

Pixelcave, Thank you for your quick reply.

Having a LESS file to quickly create a new color theme would be great. I look forward to your update, Best Regards.

That’s great, stay tuned for the update and happy coding! :-)

Excellent template. Very comprehensive. I just have a small issue with the checkbox switch when using the template in an ASP.NET MVC application.

When using MVC to generate the checkbox with Html.CheckBoxFor(), MVC always generates an additional hidden field, which appears to prevent the switch from being togglable. Here is an example output:

<label class="switch switch-primary" data-toggle="tooltip" title="" data-original-title="Remember Me?">
    <input checked="checked" data-val="true" data-val-required="The Remember me? field is required." id="RememberMe" name="RememberMe" type="checkbox" value="true">
    <input name="RememberMe" type="hidden" value="false">
</label>

I was wondering if you have encountered this issue, and know a workaround?

Thank you very much for your purchase, I’m happy you like it! :-)

Html.CheckBoxFor() generates an additional hidden input field, so if the user doesn’t check the checkbox (no value would be submitted this way), the value ‘false’ to be submitted instead!

A possible solution for the switch to work, would be to manually put the checkbox inside the label element and the hidden one outside of it. This way, you will have the same outcome but the switch will work correctly! Hope that helps, let me know if it doesn’t! Happy coding :-)

Excellent direct support!!! Thanks pixelcave.

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

Awesome!! the new features are cool! Thank you.

Thank you very much! I’m glad you like them! Happy coding! ;-)

This is an awesome template, no wonder why this is my first purchase here. I just have one question, though. When I load elements via ajax (form elements on a modal, for instance), is there a way to bind the proper javascript plugins to these elements? I mean, enable the switch checkboxes, or automatically bind datepickers to my inputs? Couldn’t figure out reading the documentation.

Thank you very much for your purchase and your nice comment! I’m really happy you like it! :-)

If you would like to initialize a datepicker for example, after you load the input via ajax on a modal, you just need to initialize it using the same code I used in js/app.js -> uiInit():

$('.input-datepicker, .input-daterange').datepicker({weekStart: 1});

The same way you can intiliaze any plugin on an element that added dynamically in the DOM and is new (via ajax). I will extend the docs to provide assistance in such cases! If you need anything else, don’t hesitate to contact me! Happy coding! ;-)

Thanks for the quick answer.
I was looking through uiInit(), and maybe it would be useful to have this entire functionality accessible in a way that I could use it on a specific selector, such as:
$('#myModal').uiInit();

Using it this way (although the performance might be questionable), I should only care about the container as a whole, and not the specific fields on each ajax request.
Anyway, it’s just something to maybe take into consideration for the future, I’m still very impressed by the effort you put into this theme.

Thank you for your suggestion! You have a good point there since it could come in handy but the performance might be questionable indeed!

If you would like to have a similar function, just send me a message through my profile form and I will send you back an updated app.js with that funtionality. In the meantime, I’ll have a look and see if there is something I can do to initiliaze plugins even easier to elements which loaded via ajax and are new to the DOM.

Thanks again for your kind comments, I appreciate it! :-)

Sup, guys, you create awesome theme, gonna buy it within some days, but one question. What plans for new update and planned date?

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

The new update is coming later today and will bring many new and cool features such as a horizontal menu, an improved layout which supports a fixed footer and a right sidebar with chat. Also it will feature a lock screen, a top loading bar and some other smaller improvements and updates! Stay tuned! ;-)

Just an awesome Theme !! Like this so much, and its so easy to work with :)

My Idea for an Update is a Customized Players for Audio & Video :) That would be great!

THX for this one!

Thank you so much for your purchase and your kind comments!! I’m really happy you like it! :-)

I kept notes of your suggestions and will do my best to bring customized audio & video players with a future update, thanks for letting me know! Happy coding ;-)

Well done pixelcave! Well done!

I am currently working on integrating this into smarty so it may function with WHMCS. Also I am bridging it with Offiria (Joomla!) for seamless integration and avatar functionality within WHMCS.

This template is insanely refreshing.. the work you put into it by even adding in a php version is a testament to your skill and you passion.

Looking forward to seeing your update and perhaps sharing what I come up with using your template in a completed package.. until then.. I am going to follow along closely. :)

Thank you very much for your purchase and for your inspiring and motivating comment!! I really appreciate it and I’m glad you like it!! :-)

Stay tuned for the next update, It’s coming really soon with new features and updates! I would be more than happy to hear your suggestions and the outcome of your integrations in the future! Thanks again and happy coding, all the best with your project ;-)

so, you were right – you have done a pretty good job in creating generic classes :-)

ONe more question – can we have a multi-level menu in the navigation bar?

Also: do you have more info on what you are currently working on? that might help us in deciding whether we should waut a bit before implementing certain things now… :-)

Hi David and thank you for your kind comment, I’m happy you like it! :-)

I’m working hard for the new update! I will include for sure a top multi level navigation menu along with other cool features. Some of them which I can confirm, will be a right sidebar with a chat, top loading bars and a lock screen. It won’t take long and will be live on Themeforest in the next few days, so stay tuned!

This is a very elegant template, but I’m having some trouble with the menus. A work colleague purchased a copy and I am implementing it.

href links on submenus do not execute when clicked. I can right click and choose ‘open in new tab’ and they work. My suspicion is that some javascript is controlling execution. Can you share some insights into this problem?

Thank you for your kind comment, I’m glad you like it! Please make sure you are not using a submenu link with the class ‘sidebar-nav-submenu’. These are only used to toggle a 3-level submenu! All other submenu links do not need any classes. Just have a look at template’s default menu structure ;-)

Thanks – that worked. I’ll have to revisit when I get to using 3rd level menus.

Great, happy coding! ;-)

Already purchased an admin theme but willing to trash after seeing this Bad A** theme; love it. Have you ever done anything related to a financial/Investment dashboard theme? Budgeting, aggregation of account values etc? Also, any traditional pie charts, I saw some donut’s can’t remember seeing any pie.

Thank you very much.

Thank you very much for your interest in ProUI and your comment! I’m really glad you like it! ;-)

I haven’t created a financial/investment dahsboard but by using the UI components of ProUI, a similar dashboard could be created quite easily! I have included pie chart and you can have a look at all the available charts at http://pixelcave.com/demo/proui/page_comp_charts.php and http://pixelcave.com/demo/proui/page_widgets_stats.php

Also, I will bring even more with new the updates :-)

I am looking for an admin panel for an asp site that will allow different users to edit different sections. Will this panel do that? Or where can I find one?

Thank you for your interest in ProUI! You can use the HTML version with ASP to create the functionality you need (but it has to be coded by a web developer) :-)

I have been working on it and i found that for maps, to put the map on the header i have to put the lat and long on Maps js file. I would like to put a dynamic address , so i don´t know how to implement this in the js. i mean, the js require the address in Lat & Long but the only information i have is the address, soo, is there any way to do this?

Thanks.

Great job, easy , simple and professional. Simply fantastic.

Thank you a lot for your purchase and your kind comments! I’m happy you like it! You are right with maps, you will have to change the coordinates from that file. Please send me a message through my profile’s contact form with your use case and I will send you an example of how to implement it :-)

Will there be a Joomla version?

Unfortunately there are no plans for a Joomla version!

Hi pixelcave, me again.

I have been working on my project since I bought this template. Remember when I suggested you that you should made the bottom (copyright for example) and make it fixed. I really need it right now.

Also, I made some changes (but don’t touching your code) for my needs. I hope a new version is coming with great features like the this first version. I really really love this theme. I’m working so hard on my project to make it perfect.

Let me know. Cheers :)

That’s great, I’m really glad you like it! Please send me an email through my profile’s contact form and I will assist with the fixed footer you need! And stay tuned, the new update is in the works, with many new features! Happy coding with your project! ;-)

This is ALMOST perfect, I didn´t buy it because has no horizontal top menu option, and no notifications dropdown menu like most themes. Anyway I just added to my favorites Hope to see a new versión Soon!! Cos Everything else is awsome!

Thanks a lot for your kind comments and your interest in ProUI, I’m really glad you like it!! I have put notification messages under main menu and in the user dropdown (top right) for demostration. You could easily put them in another dropdown if you like to! :-)

Other than that, I’m working on a horizontal menu and new features for the next updates, so stay tuned! Thanks for the suggestions! ;-)

First i would like to say! Awesome design! Now to my problem.

The CKeditor don’t show all the button images. I have done nothing to the source only download it from theme forest. I see on the demo you have it works great but not for me after i have download it. Whats the problem ?

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

I just checked it but it is not something to worry about! My guess is that you opened the HTML version directly from the file system and this is why the images can’t be loaded in the CKEditor buttons. As soon as you run it from a web server (local or online) everything will be fine (the relative image url will work)! This has to do with the way CKEditor loads the images. Let me know if that solves your issue :-)

Hi, it’s working perfect if i place it on other pages than the component page so my problems is solved! Keep up the good work with this great design!

I’m glad it’s working now! Thank you and happy coding! :-)

Hi,

Your layout looks great – I’m looking for a admin-like template that we may also use for our front end (we want to give our customers a site that combines both the commercial information, and is appealing, but at the same time makes it enjoyable to work in…)

Your template looks good, and I’m sure we’ll be able to get round with it.

However, having purchased quite some templates from themeforest which sometimes let me down, I was just wondering whether you could clarify for me how you set everything up.

Do you have one CSS which includes ALL css rules? If so, how large is it? I’ve come across quite some templates that look fantatic, but when you start digging into the code and the examples, you notice that each page example has its own CSS classes; I need a template which has GENERIC re-usable css classes, no matter what page I’m designing (for instance: a social page example is useless if it has very specific social-classes for instance; I just hope your template offers what I’m looking for: GENERIC components without too many very specific code / css for each example you have in your package :)

Thanks for letting me know! David.

Yes, of course, I’m already working on a horizontal menu and will be available with 1.1 update! :-)

great!!! :-) Do I need to do something special to have the fontawesome icons work? They don’t seem to be working correctly overhere…

No, Font Awesome icons work ‘out of the box’! If you have created a new custom page from scratch make sure to include css/plugins.css (you need at least the Font Awesome part in that file) and the folder ‘fonts/fontawesome’ in ‘css’ folder (as they are in the template). Then you can use the icons the same way I present in Font Awesome page or use the icon generator to get the code of the icon you would like to use ;-)

hi, i’m new in desgining… please tell me how can i use this admin panel with my html site??? is it possible??? like in joomla or wordpress… thnx for ur kind help

Hi and thank you for your interest in ProUI! It could be used with a custom html website but a web developer should first implement the backend functionality you want! Let me know if you would like any additional info :-)

what type of functionality??? can you give me some demo if possible how different is this from joomla??? wht is the porpose of admin controls in html website??? can you change frontend layout with admin… etc

For example: if you would like to make your HTML website dynamic and save your articles on a database, you would need a back-end to update and manage them. A web developer could use the user interface components of ProUI , code that custom functionality with a server-side language (eg PHP) and create the admin panel for your website. Joomla is a complete CMS (Content Management System) with user and content management and offers ready to use front and back end. I hope that example makes sense :-)

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