446 comments found.
Hi,
I want to know that can you convert the following template for Joomla 3.x? And how much would be the price?
Thanks
Hello, thank you for your contact, unfortunately we do not offer custom work at this time since we’re very busy with another projects with a very short deadline, I’m sorry about that.
Thanks.
Hi, One silly question, How can I make the content color white instead of grey ?
Hello, you can add a custom css, like this:
body {
background: #fff;
}
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Thanks.
Hello Author, Need some help. 1) How to get the selected inline date using “data-plugin-datepicker” in right sidebar? 2) I want to have a static footer in bottom of left side bar for Copyright info? 3) Is right click disabled in downloaded template? if yes, how do I remove that ? If no, how to find why its not working ? 4) Can I get Style switcher files ?
Thanks,
Sam 
Hello,
1) I’m not sure I understood the question, but the DatePicker input has the same behaviour as a normal input, you can get the value the same way $('#inputId').val().
2) You can add an element, inside the sidebar-left element like this:
HTML:
<div class="sidebar-copyright">
<p>© Copyright 2014. All Rights Reserved.</p>
</div>
CSS:
.sidebar-left .sidebar-copyright {
background: #1d2127;
position: fixed;
bottom: 0;
height: 30px;
width: 295px;
padding: 5px 10px;
z-index: 1;
}
3) Right-Click is not disabled, we didn’t change anything related to that. 
4) The Style-Switcher files are located at assets\vendor\style-switcher.
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Thanks.
Hello again and sorry to bother, any news about the next release with horizontal menu?
Will be easy to merge Porto Admin with Porto Template?
Thank you
Hello, we’re working in an “extension” of the admin to be used in the front-end, the idea is to include only the features that works perfectly in from the admin in the website, such as Forms Basic, Forms Advanced, Forms Wizard, Code Editor, Tables Advanced, Tables Responsive, Tables Editable, Tables Ajax and Charts. That extension will be available next week. If you have any questions, let me know. We’re also gathering information from the buyers to make it better.
The horizontal menu is planned for the other version (after the extension be released).
Thanks.
Hi, I purchase this template today, I am using your html web template I am very happy No I want to build a MIS system so I purchased this template When I copy the html of blank page to asp.net master page the navigation not showing properly, it is cut from the top How can I solve the issue
Sorry I missed Html class-”fixed”
Ok, great you figured it out, if you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Thanks.
Hi… I’ve created 2 buttons in a page:
<button class="mb-xs mt-xs mr-xs btn btn-info" onClick="javascript:ChecarEnvio();" name="checar" id="checar">Checar Antes de Enviar</button>
<button class="btn btn-primary" onClick="javascript:SalvarEnvio();" id="enviarSMS" name="enviarSMS">Criar Envio</button>
But… on click in 2 buttons them execute same function “ChecarEnvio();”. Need to do some configuration for running each of its function?
I inserted the javascript functions within the same file.
Hello, that’s strange, my suggestion is that you use jQuery events in the JS files to run that function, remove the “onClick” attribute and add this in the JS file:
$('#checar').on('click', function() {
execute function here...
});
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Thanks.
Hi guys!
I’m actively using your template and so far everything is great, thanks!
Found a minor glitch today though! If you open “Form Validation” example page and start entering wrong values in the first form – you will see errors correctly displayed by JQuery Validation plug-in. After you fix the errors (by providing good values), there is an extra padding of 22px left.
So basically, in the process of filling the form – the vertical spacing between the input fields becomes wider. While it’s not terrible, it does look weird.
Another thing, it’s not a bug but more of a wish – it would be great to have some pages with social comment panels. You have “X comments” links on Timeline/User Profile pages, but you don’t have any pages showing those comments.
Hello, very sorry for the delay in responding, regarding the validation bug, you could set in the methods to remove the error label after the form field is valid, so for instance, in the file HTML\assets\javascripts\forms\examples.validation.js you could set the validation like this:
$("#form").validate({
highlight: function( label ) {
$(label).closest('.form-group').removeClass('has-success').addClass('has-error');
},
success: function( label ) {
$(label).closest('.form-group').removeClass('has-error');
label.remove();
},
errorPlacement: function( error, element ) {
var placement = element.closest('.input-group');
if (!placement.get(0)) {
placement = element;
}
if (error.text() !== '') {
placement.after(error);
}
}
});
It will fix the problem of the spacing between the fields that you mentioned.
In the timeline, we will consider to add that in an upcoming version (thanks for the suggestion
)
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Thanks.
This fixed the issue, thanks!
By the way, would be great to make tabs fully responsive in the future! At the moment, if you have 3 or more tabs, or tabs with long text titles – the top header will “break” when viewed on mobile devices. Tab selectors won’t fit in one row and will ruin the panel borders. I understand this is not your issue but rather a conceptual problem (tabs on narrow screens), but please just consider it one day 
Both work are amazing and I would like to know if do you have a package with Porto Admin and Porto Template (front-end)?
Hello, the package with both templates is not available yet, the templates must be purchased individually. Please let me know if you have any questions. Thanks. 
Sorry, just two more questions:
- Can I use 2 or 3 level menus and/or horizontal menu? - Is there tooltips?
Thank You
Hello, the multi-level menu will be added in the next version, the horizontal menu is planned to be added soon as well and tooltips samples can be found on that page: http://preview.oklerthemes.com/porto-admin/1.1.0/ui-elements-alerts.html – Let me know if you have any questions. Thanks.
Do you know how long will take to release the next version?
Hello, it will be available next week. Thanks.
GREAT JOB! ... I’m fascinated!
I want to consult, if possible, you could implement this design in ExtJS?. We are working on the UI of our sports application. I really appreciate your help and information
Hello, thanks for the interest on Porto Admin, to be honest we haven’t tested the template with ExtJS and can’t say for sure how hard would be to integrate it with the template, there might be some conflicts to be solved. It would probably work, but I can’t guarantee the integration with third-party plugins. If you have any questions, let me know. 
Thanks for your answer … I will check with the development team if there are any additional plugin (but as far as I know, everything is worked with ExtJS).
Can you tell me what kind of information you need to quote adapting PORTO with ExtJS?
Hello, unfortunately we can’t work in the integration of the template with ExtJS, sorry about that. Thanks for the interest in our template anyway.
Hello
Great template. Enjoy the simplicity yet elegance.
I have picked up a potential issue or flaw in the design with the tool bar on the media gallery which becomes hides the buttons “Select”, “Edit” and “Delete” under the following circumstances below: 1. Click on the media gallery from the dashboard landing page. This correctly hides the left sidebar and expands the other left bar next to it (“Upload Files”) 2. Next double click on the browser dialog title box to minimise the window. This still correctly collapses the left side sidebar and displays the button “Show Bar”. 3. Now expand the left sidebar to expand it by clicking on the responsive button. 4. Click on the button “Show Bar” which results in the “Select All”, “Edit” and “Delete” buttons on the toolbar disappearing behind the sidebar.
There is also another bug in addition to following the sequence of events above. If you expand the right sidebar at this point in the process it overlays the content section. I would think the content should be responsive to wrap to the next line or alternatively to introduce a scrollbar at the bottom of the screen to scroll left to right.
Let me know if you need screenshots to help you troubleshoot.
Would it be possible to add a page with out the sidebar but which includes the toolbar under the Page title.
Great stuff. Zane
Hello, thanks for the comment, but I actually wasn’t able to reproduce the issue here, and I tried several different ways
– So yes, screenshots would be great. Please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – and send us more information, we will surely take a closer look on it and provide the fix if needed. Thanks.
Whoa such a great move man, congrats, you built something incredible!!
Thanks a lot Hogash! I’m a big fan of yours 
Hello I bought your template PORTO ADMIN, compliments really very nice and full, I wanted to ask how can I increase the height of the logo at the top. Thank you
Hello, the height of the logo is set in the HTML itself, you can easily change it, like this:
<img src="assets/images/logo.png" height="45" alt="Porto Admin" />
Then if you want to move it a little bit, you can add a few CSS lines:
(assets/stylesheets/theme-custom.css)
.header .logo img {
position: relative;
top: 5px;
left: 2px;
}
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Thanks.
I tried but I have problem responsivity. I would like to raise the header of 130px.Could you help me? thank you
Hello, thanks for opening a ticket, I’ve just replied. Let me know if you need further assistance.
Thanks.
Hi Okler,
Nice template! But I faced with strange thing:
<li>
<span class="stats-title">Stat 2</span>
<span class="stats-complete">85%</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 85%;">
<span class="sr-only">85% Complete</span>
</div>
</div>
</li>
If set 0%, the progress bar will show 10%. If I set 2%, it also will show 10-15%. But If I set 3%, bar works fine.
Something works bad
I have to use this bars and I can’t.
Please help 
Hello, I’ve made a few tests and I everything seems to be working well, as you can see in these screenshots:
http://www.okler.net/ss/20140821-q4q-6kb.jpg http://www.okler.net/ss/20140821-e25-6kb.jpg http://www.okler.net/ss/20140821-672-6kb.jpgIf you could please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – and send us more information, such as the browser and the URL from your project, that would be great
– the progress bar is actually part of the Bootstrap. Thanks.
Thank you. Opened a ticket.
Great, thanks, I just replied. Let me know if you have any questions.
Thanks.
Hi!
Bought it – implemented it with ease – loving it!
There are only smaller thing i want to mention…
Add more examples (pages, panels, widgets). The other themes all have tons of example pages included. Take your time and create some, it will sure boost your selling!
Maybe add something like:- Support Tickets (Like Mailbox…)
- Chat (Live Chat window with user list)
- Content Managment (Categories, Pages, Posts, Users, etc.)
- Filemanager (Multi File Uploader, Explorer/Finder view)
- BlockUI (Blocking page or elements)
- Fullcalendar (Agenda view and maybe upgrade to current with moment.js supported)
- Panels (Draggable, Header Actions, etc)
- Widgets (with Headers or inside Panels)
I really love you theme (rated it!), I am using it in a new project in combination with the zend framework! The structure is perfect for slicing the html templates into view helpers and partials and implementing it into a dynamic template based webapplication!
Hello, thank you for purchasing and for the feedback, we really appreciate it. We have a list of many things that will be added in upcoming versions, but we want to do that in an organized way, the main idea in our templates is not to be only the “junction” of thousands plugins and add tons of pages, our focus is the design quality, content quality and especially to keep the code as clean as possible so it’s much easier to work. Again, thanks for the feedback, we will surely consider to add the pages you mentioned (although some already exist at this moment) and I’m glad you like our work. 
hello! with this panel it is possible to edit a my template in HTML?
Hello, Porto Admin is a HTML template, it’s not fully functional, the theme comes with HTML/CSS/JS files that allows you to integrate with your own system and create your own solution, with server-side scripting languages such as PHP, Ruby on Rails, dotNet, etc… (That integration is responsibility of the buyer).
Please let me know if you have any questions.
Thanks.
Why in Google Page insights score is so low?
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fpreview.oklerthemes.com%2Fporto-admin%2F1.0.0%2Fpages-user-profile.html&tab=mobileBut, design is wonderful!
Hello, that’s because you need to combine, minify and cache the JavaScript and CSS files when you finish your project. Please let me know if you have any questions.
Thanks. 
Does the purchase come with free lifetime updates?
Hello, sure, you can get all the updates for free, we will be adding tons of new features in upcoming versions. Thanks 
I wish I read these comments before purchasing. I like both templates, but now that I read that they really aren’t compatible, I am a little worried about how much it will take to try and mesh them together. Somehow it just jumped into my head that you were sending us to the front end because it was setup to be compatible.
Sounds like you have updates coming as well. How soon for those before I jump into this and then you release updates?
Hello, yes, the templates are compatible, the code is very similar and the design is pretty much the same between each other, but they have separated JS/CSS files (because you don’t need to use both themes if you don’t want to). If you’re having any trouble with the setup, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – so we can check and help you with that. Yes, there are updates coming for both themes (Porto and Porto Admin). Thanks. 
Hey
Nice work
I am considering to buy your two porto-templates.
Are these templates (frontend + admin) compatible to each other? I would like to use the frontend mainly, but with some interface parts from the admin-template. In other words: Is the markup interchangable or does it interfere with each other?
Thanks, Frank
Hello, the code is very similar between the themes, to be honest we haven’t tested the elements from the admin in the frontend yet, most of them will work, but there might be some conflicts to fix (we will consider that integration in an upcoming release), the main idea at this moment is to have separated solutions (frontend/backend) with similar design.
Please let me know if you have any questions.
Thanks.
Hi
Let me specify this topic:
I would like to use the tree, the form elements, the notifications and the tables in the frontend without touching the heart. Using the admin interface for this is no option unfortunatley.
Are the styles information / js separated into smaller parts or is it one big file?
Frank
Just one addition to that: Could you please send me a screenshot of the file-structure of both templates?
Thanks, Frank
Hello, for the CSS, you can generate a single file with only the plugins that you want using SASS, the JS file is a big file as wll (that we generate using Grunt) but all the functions are separated in scopes, so you can remove parts of that code that you won’t use. We do have plans to make both themes totally compatible using a very similar file structure, here are the file structure from the themes right now:
Porto Admin: http://www.okler.net/ss/20140814-f7u-22kb.jpg (Screenshot from the Docs) and Porto Website: http://www.okler.net/ss/20140814-q9f-26kb.jpg (Screenshot from the Docs). I can guarantee that the files are very well organized and easy to understand, the only thing I can say for sure right now is that won’t be small conflicts between each other.Please let me know if you have any questions.
Thanks.
Hi
Ok, thanks for the info. Do you have any roadmap for the combined package?
Frank
Unfortunately I don’t have the timeframe for that right now, we are still working on Porto with some new features as well. Again, thanks for the interest 
in the footer of the sign up page template, you have “Already have an account yet? Sign In!”
i believe the word “yet” should not be in there 
Hello, that word doesn’t make any sense indeed. I’ll fix that for the next version. Thanks for the heads up 