446 comments found.
hi,
I have a problem with this template.
When I choose the page style to be boxed, some of the elements, such as carousels and Widgets, do not appear properly but when i choose fixed it is work fine, please help me 
look to your template and test it to understand my point:
http://preview.oklerthemes.com/porto-admin/1.5.4/ui-elements-carousels.htmland make layout style Boxed, the page dose not work properly, why ??
Hello, to fix that problem you just need to add the following CSS:
(assets/stylesheets/theme-custom.css)
@media only screen and (min-width: 768px) {
html.boxed.sidebar-left-collapsed .content-body {
width: calc(100% - 73px);
}
html.boxed .content-body {
width: calc(100% - 300px);
flex: none;
}
}
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
It is work, many thanks 
Hello, I have a search bar similar to this http://jsfiddle.net/Line7/vw05enbj/5/ do you think this search bar can be embedded into the top navbar – and it also needs to be shown when the window is collapsed – can I just replace your search bar with it? Your search bar is responsive right?
Hello, it’s possible but it may requires customization to fix any conflict with the code. Please note that support for the theme does not include customization.
Let me know if you have any questions.
Kind Regards,
Jonas
thank you – do you think this search bar can stay visible when the widow is collapsed?
Hello, yes, it’s possible with some changes in the main css file.
Kind Regards,
Jonas
Can you also let me know if I can use custom FONT (aveninr, https://www.myfonts.com/fonts/linotype/avenir/) for your template and if this can be set EASILY?
Hello, yes, it’s possible, if you have that font you can change that in the css. Make sure you have the webfont version of that font.
Let me know if you have any questions.
Kind Regards,
Jonas
great thanks!)
I had two pre-purchase questions: 1) do you have panels with horizontal scrolling and 2) do you plan to offer template with just horizontal navbar (no left sidebar)
Hello, thanks for the message.
1) We do not have any examples of it at the moment, it requires a small customization but it’s possible.
2) That is coming in the next version, which will be released very soon.
Let me know if you have any questions.
Kind Regards,
Jonas
thank you Jonas – can you please be more specific about the second question – need it very soon!) maybe in the next 2 weeks or a month? hopefully no longer than that..
Hello, that navbar will be available within 20 days, we are just about to finish that (and a few more features).
Let me know if you have any questions.
Kind Regards,
Jonas
Doe your template also offer to open a popup window on click – which will contain an IFRAME?
Hello, sure, it’s possible to do using the modals: http://preview.oklerthemes.com/porto-admin/1.5.5/ui-elements-modals.html
You just need to set the iframe mode and set the URL.
Let me know if you have any questions.
Kind Regards,
Jonas
I also need a fully dark theme…you have it?
Hello, sure, please check this example:
http://preview.oklerthemes.com/porto-admin/1.5.5/layouts-dark.htmlLet me know if you have any questions.
Kind Regards,
Jonas
hi, I wanted to buy it, but i need RTL version, When the RTL version is ready? Thanks
Hello, thanks for the message. Unfortunately the RTL is not available at the moment.
We do have plans for that, but currently “on hold” in our tasks list.
Kind Regards,
Jonas
I saw in the demo, for the mobile version (responsive), close button in the panel overlap with the title. Will it be long to fix that or it is on purpose? I am about to buy this template.
Hello, thanks for the interest in our template.
We could not reproduce that bug, but if you find anything wrong we are able to send you the fix very fast.
Let me know if you have any questions.
Kind Regards,
Jonas
<div class="col-md-9">
<div class="summernote" data-plugin-summernote="" data-plugin-options="{ "height": 180, "codemirror": { "theme": "ambiance" } }">Start typing...</div>
</div>
Hi, this is WYSIWYG Editor Area but how can I add a input name for the post area? Because there aren’t textarea only div is there.
Hello, please open a ticket in our Support Center and send us more details about that question. – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hi,
Great theme!
How can I remove the ones in the red boxes (http://prntscr.com/essym1)? I’m just only looking to have the sorting of columns only, I don’t need the # records per page, “Showing 1 to 5 of 5 entries” nor the pagination at the right side.
Hello,
You need to pass some options on dataTable plugin init. Supposing that you are using the “Basic” table in “tables-advanced.html”.
In (assets/javascripts/tables/examples.datatables.default.js) change this:$('#datatable-default').dataTable();
To this:
$('#datatable-default').dataTable({
bLengthChange: false,
searching: false,
paging: false,
bInfo: false
});
Kind Regards,
Rodrigo.
Hi, the sidebar has a different style of scrolling instead of the default ones. Can you please take a look at the screenshot and let me know what the problem should probably be?
http://imgur.com/a/Kyj45I’m developing locally currently, so there’s no online version for you to view.
Thanks!
Please ignore as I’d already fixed it. There was double navigation bar being called.
Hello, it’s great that you figured it out, please let me know if you have any other questions.
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Will the calendar in the Admin Template work in the HTML5 Template?
Hello, the integration of that plugin is not compatible with the “Admin Extension” at the moment. It works, but requires a few changes and customization.
Kind Regards,
Jonas
Thank you. Regarding the Porto html template, is there a way to implement a calendar?
Hello, you can integrate the FullCalendar with default options: https://fullcalendar.io/
Kind Regards,
Jonas
Need to recovery my password,
“Sorry, that key has expired. Please try again.”
Hello, can you please go to my profile page and send me a message with the email that you registered in our website?
http://themeforest.net/user/Okler#contactWith that I can generate a new password for you.
Kind Regards,
Jonas
Do you provide a documentation page like the one bootstrap has? (http://getbootstrap.com/components/) Something showing specifically what code you need to place inside your project to invoke the template features, instead of having to read js files with examples.
I know you provide this http://preview.oklerthemes.com/porto-admin/docs/ but I mean something a lot more specific, something explaining how to use each feature, like bootstrap does.
I have worked with porto before and I think there was such a page, but I can’t find it right now. If it avaliable, can I see it before buying?
Hello, thanks for the interest in our template. 
Porto is based on Bootstrap, for form elements and grid system the documentation is the same as Bootstrap.
For the other parts, we provide as much examples as possible to see how to configure and how to change options for each element.
The documentation that is included on Porto is the one as the link you sent.
Our Support Forum is very complete (including FAQs) and you having any questions, just let us know.
Kind Regards,
Jonas
But if I want to use a specific porto feature, how would I now what code to use? I see no code in the live preview except for UI Elements > Panels
Didn’t there use to be a page with the documentation I’m referring to? What happened to it?
For example, If I want to use a form wizard, how would I know what code to insert?
Hello, very sorry for the delay in responding. To use a specific code from the template you can just copy/paste from the several examples included in the files. For the Wizard, just make sure you use the same files list (css/js) as the forms-wizard.html file and it will work fine.
If you have any questions, just let us know.
Kind Regards,
Jonas
I bought a prototype, and I’m building a website. I was wondering 1. Create an administrator to configure the update of the blog page content 2. You can freely configure sub-menu of blog page on admin page 3. Enter the # tag when updating the content of your blog page
Is it possible to buy these things by purchasing a proto admin theme? I want it like naver’s blog.
Hello, thanks for the interest in our template. Please note that Porto Admin is a HTML template, it’s possible to create a solution as you mentioned but it requires customization and the server-side implementation to make it work.
Let me know if you have any questions.
Kind Regards,
Jonas
I wonder if your template allows to have a search box with autocomplete searching in two columns (and grouping results by categories)?
Hello, I’m sorry but unfortunately that feature is not available at the moment.
Kind Regards,
Jonas
I wonder if your template allows to have a search box with autocomplete searching in two columns (and grouping results by categories)?
Hello, I’m sorry but unfortunately that feature is not available at the moment.
Kind Regards,
Jonas
Hello,
I am trying to make some “linked lists” but i don’t see how. In a form, i would like to combine two multiselect inputs. Example :
1st multiselect : Countires 2nd multiselect : Cities
if i choose France and Spain as countries, in the second i want to find only the cities of France and Spain, like Madrid Paris…
Is there a solution ? Thank you
Hello, thanks for your purchase.
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Please RTL !
I’ve purchased both the Porto HTML5 Template and the Porto Admin. I’m trying to incorporate the ‘Slider Range’ from the Advanced Forms into the Porto HTML5 Template. Can you tell me how to do this? I’ve copied the div over, but nothing shows up. I assume I need one of the .css/.js files from the Admin but can’t figure out which one. I hope it’s not this difficult to incorporate the rest of the form stuff I want… seems overly complex to me and there is NO documentation for each element, just a general ‘this is how to integrate the two’, which really doesn’t cover much.
Hello, we already answered your question in our support center. Thanks for choosing Porto.