Discussion on Porto Admin - Responsive HTML5 Template

Discussion on Porto Admin - Responsive HTML5 Template

By
Cart 9,852 sales
Well Documented

Okler supports this item

Supported

446 comments found.

Hello,

is it possible to reinitialize the javascript plugins after a input field manipulation? For example I am adding some dates via jQuery to my datepicker input field, but after the values are added to the field, the datepicker does not recognize it.

I tried a dateField.datepicker(“refresh”); but that did not help …

Hello, can you please send me some more details, such as how you are adding dates via jQuery to the datepicker.

If possible, please open a ticket in our Support Center – http://okler.net/open-a-ticket/

Kind Regards,

Jonas

Hello, I’m trying to use the liquid chart, just him, but I’m not getting. It only works when I put all other models of the charts page. If I take one every other stop working. What is wrong?

Hello, 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/

Kind Regards,

Jonas

I am getting this error with nanoscroller on my server too, it’s happening on your demo as well. View source code.

http://preview.oklerthemes.com/porto-admin/1.5.3/assets/vendor/nanoscroller/jquery.nanoscroller.min.js.map

Failed to load resource: the server responded with a status of 404 (Not Found)

Hello, that’s a debug file from the plugin, I just added that file, you can grab it from here: http://preview.oklerthemes.com/porto-admin/1.5.3/assets/vendor/nanoscroller/jquery.nanoscroller.min.js.map or download the theme again.

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

Kind Regards,

Jonas

Thank you for the update and the continued awesome support!

Hello, can you please clear browser cache and try again? http://preview.oklerthemes.com/porto-admin/1.5.3/ui-elements-loading-overlay.html – If it works, please download the theme again and get the latest version.

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

Kind Regards,

Jonas

Can I combine admin porto and porto front HTML! Same CSS definition different in Admin and Porto Front. Can you do combine version with same definition?

Hello, at this moment what is available is the Porto Admin integration on Porto Front-End:

http://www.okler.net/forums/topic/how-to-integrate-porto-admin-extension-on-porto/

You can use both templates in the same application/website, using the front-end (based on Porto) with a complex back-end (based on Porto Admin).

The main idea of the “admin extension” is to bring some of the features from the Admin to the Front-End, integrating perfectly in terms of design and code.

Those are the pages that are compatible from admin to the front-end, unfortunately to use the other features or to use the front-end on the admin is not available at this moment.

Kind Regards,

Jonas

Can you add RTL only to basic Porto Admin Framework (menu and panels), WITHOUT any plugin. This help me add Porto Html blocks to Porto Admin and use main frame structure. Plugin and other I try convert to RTL himself.

Can you give estimated date for next update? This will include RTL? Material theme? Bootstrap 4?

Hello,

Next update will be released within 2 weeks, with plugins updates and small bugs fixes.

RTL will not be included in this update.

Material Theme is not in our plans.

Bootstrap 4 is not officially released.

Best Regards,

Jonas

Please RTL only for mainframe, not need plugins.

Hello,

I want Menu Levels is multiple open like below. I don’t want to close when I click another one.

First Level 1
  • Second Level 1.1
  • Second Level 1.2
  • Second Level 1.3
First Level 2
  • Second Level 2.1
  • Second Level 2.2

Hello,

Please open the file assets/javascripts/theme.js and comment that line:

See screenshot: http://www.okler.net/ss/20160902-jjw-55kb.jpg

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

Kind Regards,

Jonas

Thanks for the response.

It partially works. Something went wrong when I change the code as in the screenshot.

For example, if I open both level “Level 1” and “Level 2”, when I try to collapse the “Level 2” it cannot be collapsed. What can I do in this situation.

Regards.

Hello, OK, great, so just change that part to use the following code:

$items.find('> a').on('click', function( ev ) {

    var $anchor = $( this ),
        $el = $anchor.closest('li');

    if ( $anchor.prop('href') ) {
        var arrowWidth = parseInt(window.getComputedStyle($anchor.get(0), ':after').width, 10) || 0;
        if (ev.offsetX > $anchor.get(0).offsetWidth - arrowWidth) {
            ev.preventDefault();
        }
    }

    if ( $el.hasClass('nav-expanded') ) {
        collapse( $el );
    } else {
        expand( $el );
    }
});

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

Kind Regards,

Jonas

Hi, how to install porto admin with porto html template? Step by step, please.

Hello, you can find the step-by-step in this page: http://www.okler.net/forums/topic/how-to-integrate-porto-admin-extension-on-porto/

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

Kind Regards,

Jonas

Thanks You so much! I saved so many hours thanks to your template. This is a great addition to the front end template. I love it.

Thank you for your purchase and for your kind words, we really appreciate it!

Hi, I’m trying to integrate a form wizard into the Porto template (in the banner). I’d like to hide the wizard-steps but when i try to do it, it breaks the wizard. Also, how do I validate the radio buttons in a wizard so it doesn’t go to the next step unless you choose one of the buttons. Thank you for your help.

Hello, can you please open a ticket in our Support Center and send us more details about that question? – http://okler.net/open-a-ticket/

Thanks!

Kind Regards,

Jonas

Hello, it is known that pnotify messages in safari goes over the complete screen (width is ok but height not). I have placed it in the bottom right corner.

Or is this only a problem in my configuration?

Thanks qp

Hello, thanks for your purchase.

I wasn’t able to reproduce that issue, does it happen in our preview site too for you? http://preview.oklerthemes.com/porto-admin/1.5.2/ui-elements-notifications.html

If possible, can you please open a ticket in our Support Center and send us a screenshot so we can check? – http://okler.net/open-a-ticket/

Kind Regards,

Jonas

Hi.I want sidebar-left menu collapsed default and always.

Hello, please use this page: http://preview.oklerthemes.com/porto-admin/1.5.2/layouts-left-sidebar-collapsed.html – just add the class “sidebar-left-collapsed” in the HTML tag (the first tag).

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

Kind Regards,

Jonas

Hello, Okler.

How to make the row same height. I already used row-eq-height but nothing effect.

Thank You.

Hello, can you please open a ticket in our Support Center and send us more details? – http://okler.net/open-a-ticket/

Kind Regards,

Jonas

Is it possible to add these charts to a slider, such as Revolution Slider for instance?

The theme I’m using is Avada, just fyi..

Thanks!

Hello, thanks for the interest in our template.

It would require customization on Avada theme to avoid conflicts.

Let me know if you have any questions.

Kind Regards,

Jonas

Love this theme and especially the awesome support! Any plans to update it? I notice the HTML version got a Jquery and bootstrap update. Thank you!!!

Hi, thank you for your purchase and for your kind words, we really appreciate it!

Sure, we will update Porto Admin soon.

Best Regards,

Jonas

what exactly is Porto admin extension? I bought the html template and in the menu it states admin extension not included? is this a way of easier editing the html template or where can I see that in action?

Hello, thanks for your purchase.

The main idea of the “admin extension” is to bring some of the features from the Admin to the Front-End, integrating perfectly in terms of design and code.

You can see the preview of the available features from the extension in the following links:

http://preview.oklerthemes.com/porto/4.8.0/feature-admin-forms-basic.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-forms-advanced.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-forms-wizard.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-forms-code-editor.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-tables-advanced.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-tables-responsive.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-tables-editable.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-tables-ajax.html http://preview.oklerthemes.com/porto/4.8.0/feature-admin-charts.html

(more features are coming soon).

You can use both templates in the same application/website, using the front-end (based on Porto) with a complex back-end (based on Porto Admin).

Here are the complete instructions: http://www.okler.net/forums/topic/how-to-integrate-porto-admin-extension-on-porto/

  • Porto Admin is not a CMS/Editor system ready to create new pages on Porto Front-End 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). It works the same way for all template under the HTML category on ThemeForest.

Let me know if you have any questions.

Kind Regards,

Jonas

Hi Jonas, so I have to used it on a live website or it works on the desktop with dreamweaver? or it has to be on a server to see the changes?

Hello, willing to buy this tempalte but do you provide the PSD files? i need it prior to integration to do my customization on it before developers work on it, please let me know thanks

Hello, thanks for the interest in our template. Unfortunately Porto Admin does not come with PSD files.

Let me know if you have any questions.

Kind Regards,

Jonas

Hello, How to change Bootstrap Modal size to large, I already use “modal-lg” but when open it the modal go to left.

Hello, you can find sizes examples in this page: http://preview.oklerthemes.com/porto-admin/1.5.2/ui-elements-modals.html

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

Kind Regards, Jonas

What I mean is Bootstrap Modal not Magnific Popup.

Hi, for Bootstrap Modal, use this:

<a class="mb-xs mt-xs mr-xs btn btn-default" data-toggle="modal" data-target="#modalBootstrap">Bootstrap</a>

<div class="modal fade" id="modalBootstrap" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
                <h4 class="modal-title" id="myModalLabel">Are you sure?</h4>
            </div>
            <div class="modal-body">
                 <p>Are you sure that you want to delete this image?</p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-primary">Confirm</button>
                <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
            </div>
        </div>
    </div>
</div>

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

Kind Regards, Jonas

You got to have a shopify version of this awesome theme

Hello, thanks for the message.

I’m sorry, but we do not have a shopify version available.

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