Discussion on Porto Admin - Responsive HTML5 Template

Discussion on Porto Admin - Responsive HTML5 Template

By
Cart 9,847 sales
Well Documented

Okler supports this item

Supported

446 comments found.

Hi,

Do you have some github for people that bought your template for updates and issue reporting reasons?

If you have please add me, username: NilAndNull.

Thank you.

Hello, I do have a github project for the template, but it’s private, so unfortunately all the issues reporting must be sent as a ticket in our website.

Support Center – http://okler.net/open-a-ticket/ – Kind Regards, Jonas

Hello can you create more models of Charts? Or where can i finde some good Charts design to implement on the admin templats?

Thanks

Hello, all the available charts you can see in this page: http://preview.oklerthemes.com/porto-admin/1.4.0/ui-elements-charts.html – We have actually added a few more in version 1.4 – we may be adding more in the upcoming versions and also more dashboard layouts.

Kind Regards,

Jonas

I have a resale question for this Porto Admin theme. I plan on purchasing the html Porto theme vs the wordpress for more control over customization and from the comments on the html vs the wordpress one, I am not quite sure the wordpress is as reliable. You can let me know if the truth is otherwise and why, but from the comments, that is what I concluded. Anyways, is the purpose of the admin to let the user make changes to the html site using this admin theme? Can they instead of knowing code? I want to know the other purposes of having this admin theme vs just the html site theme. Please enlighten me before I decide. Thank you, Wendy

I meant a “pre-sale”

Hello, thanks for the interest in our templates. As you probably know, the Wordpress version of Porto was created by another author, Spyropress, unfortunately the theme has a few problems and is being reviewed and fixed. Regarding Porto Admin, the HTML templates doesn’t have a “visual tool / cms interface” to edit the content, the template comes with HTML/CSS/JS (and a few optional PHP files for the contact form, newsletter integration, etc…), the HTML pages work as base so the buyers can possible integrate with another scripting languages such as PHP, Ruby on Rails, dotNet, etc… (That integration is responsibility of the buyer). Let me know if you have any questions.

Kind Regards, Jonas

Hey,

can you make it so that it automatically sets any parent menu items to active if a sub item has been set as active? That would make thing a lot easier, especially when working with frameworks.

Thanks

Hello, I’m not quite sure I understood exactly what you need, but please try this:

(assets/javascripts/theme.custom.js)
(function( $ ) {

    'use strict';

    $('.nav-main .nav-active').parents('li').addClass('nav-expanded nav-active');

}).apply( this, [ jQuery ]);

Please try that and let me know if you need further assistance.

Kind Regards, Jonas

Hi, how can i update template? I already have working admin panel with 1.3 version! Which files need to bee replaced?

Hello, you can see the changelog in this page: http://preview.oklerthemes.com/porto-admin/1.4.0/extra-changelog.html – We have made several changes in that version, and most of the files were changed. If you didn’t change the “core” files you can replace them with the new ones: \assets\javascripts and \assets\stylesheets – note that some of the plugins were also updated and we added another ones. I think the best way is to use a compare tool, like this one: http://kdiff3.sourceforge.net/ – and use it to compare the folders (your current website and the new version)

I understand it’s not the easiest thing to do, but I hope it helps :)

Updating HTML templates requires manual work unfortunately.

Kind Regards,

Jonas

I want to customize it to “Ad network” style like Google Adsense? Can you help me.

Hello, thanks for the interest in our template. Unfortunately the template doesn’t have anything specific for that at this moment.

Kind Regards,

Jonas

Do you have any idea when the Angular supports comes? I just bought your (awesome) admin template, but forgot to check the Angular support :)

Hello, thanks for the purchase, we have started the Angular Version already, but unfortunately I cannot say for sure when it’s going to be available, it can take months to be finished. Sorry about that.

Kind Regards,

Jonas

Hi, I have a form with a textarea and attribute data-plugin-markdown-editor

The plugin renders and works as it should, however on submit the value form the textarea is omitted while a normal textarea works.

How can I get the text form the plugin so I can submit it ?

Hello, if you have the name and id in the textarea element, it must submit the content perfectly.

HTML:
<textarea name="content" id="content" data-plugin-markdown-editor rows="10">

If it’s not working that way, can you please open a ticket in our Support Center and send us the URL so we can check? – http://okler.net/open-a-ticket/ – Thanks :)

Hi, I have two questions :

1. Why do buttons stay stuck in the active state after being clicked? Im not talking about the tags styled as buttons, but the <button> tags?

2. The basic forms page says the tag input is auto complete, but thats not how it behaves. Is there any way to make the tag input work as an autocomplete by maybe comparing against a list through ajax / json? At this point, i’ll even take a multi value select with the ability to add options to the list by typing them out and pressing enter. It’s not the exact same thing, but I am ok to accept that work around.

Thanks

Hello,

1. That’s actually the :focus state, as you can see in this screenshot: http://www.okler.net/ss/20150222-fje-141kb.jpg

2. The autocomplete in that plugin is to set each tag, if you want to make an autocomplete input, my suggestion is to use the Select2 Plugin (which is also included). https://select2.github.io/examples.html – See “Loading remote data”.

If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Kind Regards, Jonas

So tired of tagline “developer friendly” from front-end developers, when it has nothing to do with developer friendliness. PLEASE, I implore you, next time you want to create a developer-friendly design, make it 100% pure semantic, with ZERO div’s (one or two, and only, exceptions are acceptable) and ZERO useless-unnecessary-tags. Stop destroying the web document (data layer) for the sake of design (presentation layer). If you can’t accommodate that, if you can’t create the design with necessary minimal-semantic-document, then your skills in CSS are questionable. Create your correct document first and then don’t touch that bloody markup when you create CSS. And don’t create hundreds of stupid classes for each tag: instead create hierarchical tag-based CSS, preferably with some design tool, such as Compass for SASS etc for automation and optimization sakes.

Just as an example, take a look here to see what I mean when I say developer-friendly frontend:

http://11budur.ligtv.com.tr/?_escaped_fragment_=

Tons of div’s not only make it painful for developers to work with, it also completely cripples SEO (namely, content/markup ratio metrics).

Thanks!

Hello, if you really are interested in purchasing our template, I can tell you countless reasons why ours is better than others. We have been working several years as front-end developers and also working together with server-side developers, and I can guarantee our template is the easier to work with that you will find. Consider that it’s a template and need to be very customizable/suitable for different kind of solutions with more than one layout mode. The DIV is still a valid HTML5 element and in some of the structure elements from the admin (as you can see, it has several features) and we think the DIV is still the better and more semantic for some of the elements, not to mention the template is based on Bootstrap. Regarding our CSS and JS, I can assure they are perfectly organized to make the customization easier. If you don’t want to use DIVs, it’s not a problem, the css is not limited to the tag. We have sold more than 17000 items here at ThemeForest and all my items have 5 stars rating (most of the buyers rate the theme selecting Code Quality as the main reason). So, again, if you are really interested, let me know. :) – Best Regards, Jonas

Hello Porto Admin Template Developer, We have implemented the style-switcher as specified in the faqs. It is working but there is a considerable lag time for the selected new style that is loaded over the default style. What can be done to improve the user experience so the transition to the new style is seamless. Many thanks for you help.

Hello, thanks for the e-mail, I just replied.

Kind Regards,

Jonas

Hello Jonas,

Can you re-send the reply, it did not come through.

Thanks

Sent! :)

Hi, I would need to know what files to modify the format of the schedule (the left menu collapsing in index.html and pages-calendar.html) and I need to change to Spanish. Thank You

Hello,

- How to change the date picker options: http://www.okler.net/forums/topic/how-to-change-options-of-the-date-picker-plugin/

- How to change the calendar options: http://www.okler.net/forums/topic/how-to-change-the-calendar-options-pages-calendar-html/

If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Kind Regards, Jonas

Hello, great template. I try to use tinymce in modal with magnific popup but cant type nothing.

any idea?

Thanks

Hello, the template doesn’t come with TinyMCE, the WYSIWYG Editor that is include is SummerNote, as you can see in this page: http://preview.oklerthemes.com/porto-admin/1.3.0/forms-advanced.html – I just tested and it worked in a modal as well. :)

If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Kind Regards, Jonas

Thanks for this template.

I wonder how I can change the date format? default : mm/dd/yy I would like to : yy/mm/dd

It’s here ? but… how… :o)

$(‘[data-plugin-datepicker]’).each(function() { var $this = $( this ), opts = {}; }

Sorry for my english… thanks.

Hello, you can just set it like this:

<input type="text" data-plugin-datepicker data-plugin-options='{"format": "yy/mm/dd"}' class="form-control">

Or change the default settings:

(assets/javascripts/theme-custom.js)
$.extend(theme.PluginDatePicker.defaults, {
    format: "yy/mm/dd" 
});

If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Kind Regards, Jonas

Thanks !!!...

Hi guys, I already purchased your Porto template. Is it possible to configure the Porto Admin to act as a back office interface to a Porto template website, so that the end customer could able to modify some content (text, image)? Kind regards, Philippe

Hello, thanks for the interest in our template. 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). There’s no CMS/Editor system ready to create new pages in a HTML template (Porto Front-End), that part must be developed.

Please let me know if you have any questions.

Kind Regards, Jonas

Okler, How come the demo and what download theme doesn’t match each other. I did a style-switcher get skin for XS side menu but it doesn’t do anything on actual site?

Hello, the size of the sidebar must be set in the HTML tag

These are the possibilities:

<html class="fixed sidebar-left-xs">
<html class="fixed sidebar-left-sm">
<html class="fixed sidebar-left-md">

Let me know if there is anything else I can help you with.

Kind Regards, Jonas

wheres the docs for session time out error registering to your site

Warning: Cannot modify header information – headers already sent by (output started at /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-content/plugins/cloudwork-verifi/includes/utility-functions.php:245) in /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-includes/pluggable.php on line 918

Warning: Cannot modify header information – headers already sent by (output started at /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-content/plugins/cloudwork-verifi/includes/utility-functions.php:245) in /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-includes/pluggable.php on line 919

Warning: Cannot modify header information – headers already sent by (output started at /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-content/plugins/cloudwork-verifi/includes/utility-functions.php:245) in /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-includes/pluggable.php on line 920

Warning: Cannot modify header information – headers already sent by (output started at /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-content/plugins/cloudwork-verifi/includes/utility-functions.php:245) in /nfs/c04/h01/mnt/183030/domains/okler.net/html/wp-includes/pluggable.php on line 1178

Hello, I’m sorry but I wasn’t able to see that problem, when did it happen for you? When you tried to open a ticket or when you tried to register? – If you can’t register, please send me an email: okler@okler.net

Kind Regards,

Jonas

register.. I will try again!

Is possible integrate with the Magento Porto Template?

Hello, sorry, Porto Admin is a HTML template and is not compatible with the eCommerce version.

Kind Regards,

Jonas

Hi,

In the Modal section, will it be possible to get a close (X) button in the top right section of the header?

Thanks in advance

Hello, you can add the close button in the modal, please see this screenshot: http://www.okler.net/ss/20150121-v42-130kb.jpg -

Button:
<button class="mfp-close" type="button" title="Close (Esc)">×</button>

If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Kind Regards, Jonas

Amazing theme. Thanks.

Quick question – I am loading a form into a modal via AJAX. However the ‘timepicker’ does not work in the form because it is loaded via ajax.

How can I trigger jquery to refresh itself so it lets me use the timepicker on the ajax form? Thanks!

Hello, please check the file \HTML\assets\javascripts\theme.init.js so you will see all the “init” functions for all the plugins/features, for the timepicker you need to call the function again after the ajax request completes. :)

See screenshot: http://www.okler.net/ss/20150119-38n-157kb.jpg

If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/ – Kind Regards, Jonas

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