276 comments found.
How can I add the following features in compMap.js for gmap-markers?
I need to change marker size, color and add custom markers:
icon: ‘image/factory.png’ size: ‘small’ color: ‘blue’
Hi Avoli 
To use a custom image as a marker, you will have to link it to a marker using the ‘icon’ property. For example, in compMaps.js (line 53) you can add a custom image as a marker by adding the image url in the icon property:
{icon: ‘img/icon72.png’, lat: 20, lng: -31 …... }
You can create various marker images with the colors and sizes you want and then link them to your map markers 
That worked perfectly! Thanks. I do notice a ‘small’ or ‘color’ attribute on some Google Maps examples, can they be used as well here instead of an image?
Great, I’m glad it worked 
Unfortunately, I didn’t find a way to set custom colors or size (the examples must be using custom code) but there are 2 quick solutions. You can either add the following url as the value of icon property, adding the hex color code of your preference last (it will generate the image on the fly) http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2|db4a39 or you can quickly generate and download the icon markers you want from http://mapicons.nicolasmollet.com/
Hope that helps 
Great template !..Only I havent seen any dialog boxes or prompt message boxes .. is it available ?
Hi and thank you very much for your purchase, I’m glad you like it! 
For handling them with javascript you can have a look at http://getbootstrap.com/javascript/#modals
Let me know if you need any further info. Happy coding 
Thanks
You are AWESOME!!!!!
Can you include ChatAPI for your next round of updates? I saw that in another template similar to this, but I like PixelCave the best!!!!!
You ROCK!!!
Thanks so much for your inspiring and motivating comments!!! I will for sure have a look and see if I can include a ChatAPI in future updates 
Thank you very much for your support!!! 
Wow! I was shocked by the quick and frequent excellent updates you did – Did not realize your responses would be the same 
If my site takes off, I will sure add your section / excellent work as a “supporter” 
Keep up your excellent work
Thanks again!! I’m really glad you like the updates! More will come in the future, so stay tuned 
I wish you all the best with your project and thank you very much for your kind move, that would be great! I appreciate it! Happy coding 
OMG, the new updates are AWESOME! Thank you for keep updating this template…
Thank you very much for your support! I’m really happy you like them! 
If I purchase can you do a custom installation for us as a premium service. I love the design but have no bootstrap experience. Let me know if this is possible.
Hi and thank you for your interest in ProUI, I’m happy you like it 
Unfortunately I do not provide customization services at the moment. Thanks a lot for considering me, though. I appreciate it 
Hi pixelcave,
You doing perfectly theme for admin template. I am totally like it then bought.
Perhaps, need your help to generate gold colour theme for this template.
Hi soundspeace and thank you very much for your purchase, I’m glad you like it 
You can either create a new CSS theme file like the ones I already have (with your own colors) or if using LessCSS, you can change the color variables to match your preference.
If you need further assistance, please send me a meesage through my profile contact form, so I can help 
I just review sample css theme, It easy create a new one.I am totally blind colour. It make me difficult to customize colour with a better look like. Thanks for fast response.
I’m glad you find it. If you need any help finding the right colors for you or editing the theme file, don’t hesitate to contact me, I will be happy to assist 
Is it easy to modify it? By the way,I would not use LessCss.
Hi and thank you for your interest in ProUI 
Yes, it is easy to modify it to meet your needs, the code is well commented and an extensive documentation is also included in ProUI package. Also, LessCSS files are optional and you can use CSS files.
Let me know if you need any further info 
Hi… Do you have any idea to support front page?
Because i have an application that uses proUI as backend but im using different template for front-end.. I end up spending more time on managing both templates…
Thanks
Hi 
I’m already working on a frontend template that will accompany ProUI in 2.0 update (the next one). I don’t have a timeline yet but it shouldn’t take that long. Stay tuned for the update and if you like follow me on Twitter – http://twitter.com/pixelcave – where I already posted some screenshots of the progress 
Great work!. Just before I buy, please I like to know how suitable this will be for an ASP.NET application. Please my need is urgent, I look forward to your response.
Hi Patrick and thank you very much for your interest in ProUI, I’m glad you like it 
I have included an HTML version, which can be used with any server side language such as ASP.NET (many customers already using ProUI with it).
Feel free to let me know if you need any further info 
Does your theme have a Step by step installation wizard?
Thank You
Hi and thank you for your interest in ProUI 
ProUI is an admin template and does not work out of the box with any ready made CMS which means that there is nothing to be installed. It could be used to build a custom web application or be integrated in a CMS but coding would be required for the implementation.
Let me know if you need any further info 
Hi, I have been working with ProUI since version 1.1 but now on version 1.3 printing function “CSS” only works for me on Safari, Chrome and Firefox print all page content which I think it’s an error. It will be very helpful if that can be fixed, e.g. Invoice page is something I need working on any browser.
Thanks a lot. Sidar.
Hi Sidar and thank you very much for your purchase 
In 1.3 version I added print stylesheets at the bottom of the css/main.css for printing only the main content without the sidebar and the header of the page, something useful for printing pages like the invoice.
I don’t fully understand which the problem is, so could you please send me a message through my profile’s contact form with screenshots of the issues you are experiencing, so I can further assist?
Hi again perfect man.
I want to use MagnificPopup for External Page Load with ajax type. http://dimsemenov.com/plugins/magnific-popup/documentation.html#ajax_typeI read of all completely but doesnt work on your theme. I tried on lightbox and fancybox but it wont work.
Can you help me?
Hi kamilowen 
I just test it out and it seems to be working fine! Please send me a message through my profile’s contact form, so I can send you back an example for such usage in a ProUI page 
I bought your theme. I love it. Awesome job. I’ve bought another admin theme on here that came with php files as well but not psd files. Your theme is by far the best i’ve seen so far. All i can say is Wow backwards, woW!!!!!! lol
But question, If i click “user interface” menu then click “Forms” then “Tables” etc its great. If i click “User Interface” then click say “typography” underneath and then click “Forms” then the “User Interface” menu wont collapse so i can see the forms menu easily. I have to click something inside of the “Forms” menu to collapse the “User Interface” menu.
Its not much of a big deal just something i’m wanting to see if it can be changed so if i click something under user interface and the click the Main Forms link the previous main menu item will collapse so im only seeing the sub items under forms, etc.
Thank you very much for your purchase and your awesome comments, I’m really glad you like it! 
By default, when a submenu has an active link, it doesn’t toggle if a new submenu opens. To add that kind of functionality you just have to create a new line after line 143 in js/app.js and add the following code:
$('.sidebar-nav .active > ul').slideUp(upSpeed, function(){$(this).parent().removeClass('active')});
This way, even if the submenu has an active link, it will close if a new submenu opens. Hope that helps 
Ok thanks! I’ll give it a try and let ya know the results
Just tried it. If i click a link under the Interface then i click Forms to see those sublinks the interface nav still wont collapse. Only if i click a sublink under forms will the interface nav section collapse
Hmm.. It must be in the wrong position, are you using an unaltered app.js file of 1.3 version (before you add the extra code)? Please send me a message through my profile’s contact form and I will send you back the edited app.js file with the functionality you want 
Hi Pixelcave,
Can you think about load your main-content using ajax?
You can use #(hash) for capture url and organize scripts to rebind components when form is loaded.
This will make this template be even better, because sidebars can be used without refresh hole page, perfect for chat and activity board!
Continue with your great work.
Sorry my english.
Vitor
Hi Vitor and thanks again for your purchase and your kind comments! 
I don’t currently have plans for including and supporting an ajax version in the main package but I will for sure consider it and may add one in the future!
Thank you a lot for your suggestion 
I’m sorry If I buy it then I can use it for multiple domains?
Hi and thank you for your interest in ProUI 
If your multiple domains point to the same product/service/app, then you won’t have to purchase extra licenses! In any other case, extra licenses must be purchased for each domain 
For some reason when I visit your site from iPhone iOS7 it crashes on page load, is there a reason why this happens? Could it be the use of CSS3 animations attempting to run in the Safari WebKit browser?
Hi and thank you for your interest in ProUI 
ProUI works great on iOS 7 along with all the CSS3 animations since I constanly developing and testing it on both desktop and mobile browsers: http://d.pr/i/dKLj
I don’t understand why it crashes on your iPhone, is there a case to be jailbroken and running low on memory? It could be a possible cause. If not, I would suggest closing all browser tabs and open apps, and restarting you iPhone 
I got errors when loading plugin.js when using your theme in php but its ok in html. Console Error: HEAD http://<host>/img/placeholders/headers/widget5_header@2x.jpg 404 (Not Found)
e.check_2x_variant – plugins.js:432 i – plugins.js:432 t.onload – plugins.js:432
Hi and thank you very much for your purchase 
The specific image is not included with ProUI package, so I believe that some changes might have been made to the original files or code. Could you please send me a url where the errors occur, so I can have a look?
If you wouldn’t like to publish the url in public, you could send me a message through my profile’s contact form http://themeforest.net/user/pixelcave#contact 
When the left sidebar is “hidden”, it just shrinks to 20% visible and blurs the background—-it doesn’t shrink down to icons only, for example, like a lot of other admin themes. Currently when it’s shrunk down it seems like that space is rather wasted, since it’s showing nothing functional. Do you have any plans to change the “hide” behavior to show the icons instead?
Thanks!
Hi and thank you very much for your purchase and your suggestion, I will do my best to bring this as an extra feature with a future update 
The partial sidebar of ProUI is a feature with much thought behind it and I believe that it offers many advantages over other solutions in many cases. From a designer’s perspective:
1. It shrinks and you get the extra space you need for your main content.
2. It fades out a little, so we can attract user’s attention to what matters most – main content.
3. At the same time, the user doesn’t lose sidebar’s context and he knows where is what with a quick look (the sidebar can hold not only the menu but also further info like alerts or user options) which is valuable because..
4. ..this partial space is ‘hoverable’. With a mouse hover the sidebar gets back its full width and functionality. When the mouse leaves, it gets back to where it was.
It’s a great way to not lose the functionality and usability of the full sidebar and at the same time to get the extra space might needed for the main content 
Hi, first thank you for an awesome theme. I have a wish for a new thing in the login page. A password reminder page. Or is it easy to do self so it will animate like when you click on register for an example ?
Best regards Andreas
Hi Andreas and thank you very much for your purchase! I’m glad you like it 
I will add a password reminder section in login page in the next update! Thanks for your suggestion 
Hi, how can I validate the CHOSEN input select? I need to make a required* chosen input… I need to stop the form submit if the user don’t have chose any element from chosen input. Thanks
Hi Francesco and thank you very much for your purchase 
Please have a look at your inbox, I just replied to your email with a solution 