Discussion on Porto Admin - Responsive HTML5 Template

Discussion on Porto Admin - Responsive HTML5 Template

By
Cart 9,289 sales
Well Documented

Okler supports this item

Supported

438 comments found.

vindeshi

vindeshi Purchased

Hello there, if there any plan for adding more colored version?

Hi, it’s a good idea, we will consider that. If you have any other suggestion send us a message through our profile contact form – https://themeforest.net/user/okler -

Best Regards,

Okler Themes

So I loaded the admin template using a LIGHT theme but it’s still using dark colors. What do I need to do to make sure it’s using the light theme? I literally copied the light theme code but it still pulls dark.

Hello, I just replied in the support ticket. Thanks.

Got it, thanks. That worked.

there is possibility you can do this porto theme for tailwindcss if you do is best for more users

Hello, thanks for the message and suggestion, we will consider that for a future update.

Thanks.

Hi, there is a problem with the tab page (ui-elements-tabs). Only the first time, if I switch from the “Popular” tab to the “Recent” tab, it opens both the “Popular” tab and the “Recent” tab, the second time I click everything works fine.

Update: You need to put the “active” class in the first element, wich is the active one

Hello, thanks for the message, we will fix that for the next version.

Kind Regards.

Okler Themes

im out of support but thought i would ask anyway lol.

on your demo and in the theme, not all the buttons work in summernote. can this be fixed?

such as

- X button for closing the modal of help / video / image / Link

- table doesn’t work

- colour doesn’t work

- font doesn’t work

Hello, sorry about that problem.

Send us a message through our profile contact form – https://themeforest.net/user/okler – and we will help you.

Best Regards,

Okler Themes

Hello. I purchased both of your templates. I can’t find style switcher in admin panel. It was on your demo page. I need it. Please include it…

Hello, thanks for your purchases.

Porto Admin: https://www.okler.net/forums/topic/how-to-enable-activate-the-style-switcher-skin-generator-2/

Porto: https://www.okler.net/forums/topic/how-to-enable-activate-the-style-switcher-skin-generator/

Please note that the Style Switcher was created just to generate the skin of your site (colors, etc…), so you can also use that in our preview sites.

More information: https://www.okler.net/forums/topic/how-to-use-a-skin/

Kind Regards.

Okler Themes

Hi, any news to Upgrade to Bootstrap 5.2?

thanks

Hello,

just purchased your porto admin template, I need a little help regarding the sidebar menu. I found out that there are three different width available, xs, sm and md. Kindly include pls lg for this because some of my menus are longer than the available ones.

thanks and I like your template.

it’s been 8 days since I asked this question unfortunately no reply from you.

Hello, thanks for the message, in fact we don’t have the LG option available for the sidebar at the moment, we will consider to add more options in the future.

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

Best Regards,

Okler Themes

Hi, It’s possible to use it into a React application? Thanks.

Hello, thanks for the message. Please note that Porto Admin does not come with anything specific for React application, but if you want to use the main core files (HTML/CSS/JS) to create your project using React it’s not a problem.

Let me know if you have any questions.

Kind Regards.

How do we go about adding more values into the php/contact-form.php ? for example adding a address or phone number?

So the email returns like below

Name: John Doe Subject: Any Subject Address: 1234 Janie lane Phone: 000-000-0000 Message: Test

// Step 1 - Enter your email address below.
$email = "JohnDoe@mail.com';

// If the e-mail is not working, change the debug option to 2 | $debug = 2;
$debug = 0;

// If contact form don't has the subject input change the value of subject here
$subject = ( isset($_POST['subject']) ) ? $_POST['subject'] : 'Customer from website';

$message = '';

foreach($_POST as $label => $value) {
    $label = ucwords($label);

    // Use the commented code below to change label texts. On this example will change "Email" to "Email Address" 

    // if( $label == 'Email' ) {               
    //     $label = 'Email Address';              
    // }

    // Checkboxes
    if( is_array($value) ) {
        // Store new value
        $value = implode(', ', $value);
    }

    $message .= $label.": " . nl2br(htmlspecialchars($value, ENT_QUOTES)) . "<br />";
}

Any guidance would be appreciated.

Hello, thanks for your purchase. Using the basic contact form: https://www.okler.net/previews/porto/9.9.0/contact-us.html – you just need to add the new fields in the HTML, so the JS will get the values and send to the PHP file, so the change is just in the HTMl file.

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

Best Regards,

Okler Themes

Hello. Where can I download the laterst version of this template that uses Bootstrap 3 ? I implemented a dashboard back in the days, and I don’t want to migrate the whole thing just for the datepicker.

Hello,

Send us a message through our profile contact form – https://themeforest.net/user/okler – and we will help you.

Best Regards,

Okler Themes

Hi! Are you able to add a toggle to allow the user to toggle between light and dark mode and have the selection save in the user’s browser memory?

Hello, thanks for the message. At the moment we don’t have that option, but it’s just a class in the HTML tag, =”dark”, so you could save it on localstorage: https://developer.mozilla.org/pt-BR/docs/Web/API/Window/localStorage

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

Best Regards,

Okler Themes

thank you for your template.. how to convert media gallery elements to be rtl ?

Hello, thanks for the message. Unfortunately Porto Admin is not compatible with RTL languages at the moment.

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

Best Regards.

HI i got some problem when using modern theme with some basic form. I got an error like this:

common.js:75 Uncaught ReferenceError: theme is not defined
    at common.js:75:2
    at common.js:579:4

what can i do to fix it? thanks.

i use same code same script and css but using default layout and no problem. maybe there is conflict with modern.css?

oh and theme is not defined stil remain although i use default layout.

Hello, please open a ticket in our Support Center and send us more details about that question.

If possible, send us the URL of your project or the source code used to reproduce that issue.

- http://okler.net/open-a-ticket/

Best Regards.

Just trying to help you fix a bug, couldnt figure out how to make a post on your forums. The documentation for porto admin has invalid asset paths to the css and js on the index.html. seems like a pretty simple thing you could patch rather quickly.

Hello, sorry about that problem, it’s actually related to Bootstrap paths.

Change in the HTML source:

FROM: assets/vendor/bootstrap/css/bootstrap.min.css

TO: assets/vendor/bootstrap/bootstrap.css

FROM: assets/vendor/bootstrap/js/bootstrap.bundle.min.js

TO: assets/vendor/bootstrap/bootstrap.min.js

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

Best Regards.

I know how to resolve the issue, was just trying to assist you in fixing small bugs that make your product, with all due respect, look subpar

OK, great. Thanks for the message.

How implements Vue?

Hello, thanks for the message. Please note that Porto Admin is not compatible with Vue at the moment, meaning that it does not come with anything specific for Vue, so to make it work with Vue you need to create your own solution.

Best Regards.

Any ideas on why the BoxIcons at times will switch to all different icons? Running through localhost and tried on different browsers.

Hi, I’m sorry, but I’m not quite sure what you mean – can you please provide some more details?

Please open a ticket in our Support Center and send us more details about that question. – http://okler.net/open-a-ticket/

Kind Regards.

Hello, thanks for the interest in our template.

Here are a few things to consider:

What is a HTML Admin 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, aspNet, etc… (That integration is responsibility of the buyer). It works the same way for all template under the HTML category on ThemeForest.

How does the integration with the front-end template works?

Porto Admin is not a CMS/Editor system ready to create new pages on Porto Front-End template. The integration is actually a package of new features from the admin to add in the front-end template, such as advanced tables, advanced forms, etc…

You basically need to consider that the HTML Admin Template is not ready to be used as a content manager for Porto Front-End, all that server integration you would have to create from scratch.

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.

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

https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-basic.html https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-advanced.html https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-wizard.html https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-code-editor.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-advanced.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-responsive.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-editable.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-ajax.html https://www.okler.net/previews/porto/9.2.0/feature-admin-charts.html More Information: https://www.okler.net/forums/topic/how-to-integrate-porto-admin-extension-on-porto/

Let me know if you have any questions.

Kind Regards

How do you change the Dark color of the Sidebar and Breadcrumbs from Black to something else?

Hello, you need to add a few css rules in the custom css file, for example:

(css/custom.css)
.sidebar-left .sidebar-header .sidebar-title {
    background: #000;
}

Using Chrome Dev Tools you can get the css rule to change – more information: https://www.okler.net/forums/topic/how-to-find-which-css-is-being-applied-to-an-element/

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

Kind Regards

Is there any way to connect Porto Frontend HTML template with this Backend/Admin template? So that we can change from the admin template & it will be changed for the frontend

Hello, thanks for the message. Both template use a very similar html/css structure, we added a “extension”.

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.

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

https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-basic.html https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-advanced.html https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-wizard.html https://www.okler.net/previews/porto/9.2.0/feature-admin-forms-code-editor.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-advanced.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-responsive.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-editable.html https://www.okler.net/previews/porto/9.2.0/feature-admin-tables-ajax.html https://www.okler.net/previews/porto/9.2.0/feature-admin-charts.html More Information: https://www.okler.net/forums/topic/how-to-integrate-porto-admin-extension-on-porto/

Let me know if you have any questions.

Kind Regards

I bought both Porto Front End and Porto Admin packages, great work…

Thanks for your purchases!

by
by
by
by
by
by