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.

Hi, i have a very difficulty on integration with panel admin up the website. Video step by step please? I have necessary install and video for install a website other, en future. Ok ??

Hello, thanks for the purchase. I’m sorry, but I’m not quite sure what you mean.

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.

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

Kind Regards, Jonas

Hello, looking for a response from Okler on possible Drupal 8 theme development partnership and beyond, would appreciate a response. Thanks!

Hello, thanks for your message and interest in our template.

As you can see, there’s already a Porto Drupal 7 version available on ThemeForest, the theme will be updated to Drupal 8 soon.

http://themeforest.net/item/porto-responsive-drupal-7-theme/5219986

So it won’t be possible at this time.

Kind Regards,

Jonas

Hello,

I already own both HTML & WP versions of Porto and wanted to know how easy would it be to implement some features of the Porto Admin Template with the HTML version. Like displaying profile page, forms, etc on the front end and so on.

Please get back to me asap so I can make my decision of purchasing this one.

Thanks & Regards.

Hello, thanks for the interest in our templates.

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 link, example:

http://preview.oklerthemes.com/porto/4.5.1/feature-admin-forms-advanced.html

Pages like profile are not ready to be integrated easily at this moment, it may require customization.

Let me know if you have any questions.

Kind Regards, Jonas

and the lay-out or comes to programming?

Hello, I’m sorry, but I’m not quite sure what you mean – can you please explain it again?

Kind Regards,

Jonas

Excuse me! I wonder if and only if the template or is already all set to be a CSM Admin.

Hello,

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… 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).

You may consider to use Porto Wordpress which has Visual Editor. http://themeforest.net/item/porto-responsive-wordpress-woocommerce-theme/9207399

Let me know if you have any questions.

Kind Regards, Jonas

HI THERE I WANT TO PURCHASE FRONTEND AS WELL AS ADMIN TEMPLATE FOR MY THEME cAN YOU PLEASE GUIDE ME IS BOTH THEMES USING SAME CSS AND JS FILES

actually i want angular theme for backend and user panel login, so that it is fast in loading as i check the Pageloading time of this theme it has less values. sorry but please guide

also if i plan to get angular version for this porto admin can you please tel me a rough idea till when i will be able it to buy, so that i can extend my development phase

Hello, thanks for the interest. Unfortunately the Angular version of Porto Admin is not available at this moment. We do have plans for it for the future, but it may take a while to be publish here on ThemeForest. Sorry about that.

Kind Regards,

Jonas

Hi, I started a support ticket and got an answer back about sorting and where to find the file and what to change in that file. I did not get back a usable answer. I replied back but that has been some days ago. Can you please respond to my support request.

Hello, is it that ticket: http://www.okler.net/forums/topic/sort-results/ ? – I did not receive the reply from you on that ticket, can you please confirm that?

Kind Regards,

Jonas

Got your support response, appreciate the direction and great support!

Hi, i have bought the porto html but i am currently looking for the a product where user can update the website without editing codes. can we do that with this product. please help

Hello, thanks for your purchase.

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… 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).

You may consider to use Porto Wordpress which has Visual Editor. http://themeforest.net/item/porto-responsive-wordpress-woocommerce-theme/9207399

Let me know if you have any questions.

Kind Regards, Jonas

Hello. I’ve bought the porto and the porto admin theme and I would like to know how to change the radius of the liquid meter plugin that you include. I’ve read similiar questions on the blog where your support team point users to the examples.dashboard.js file. However, there is no information on this file on how to play with size parameters of the liquid meter gauge (only color and speed can be manipulated). And since this is a exclusive plugin of okler, there is no documentation out there (github, etc). Could you please help? thanks

Hi Jonas. I simply want to make the animation smaller (probably reducing the radius of the SVG circle). Is there a way to easily do this?

Hello, OK, fine, if you just want to reduce the size of the circle, it’s simple, you can just add a css class, for example:

HTML:
<div class="liquid-meter-wrapper liquid-meter-custom mt-lg">
    <div class="liquid-meter">
        <meter min="0" max="100" value="35" id="meterSales"></meter>
    </div>
    <div class="liquid-meter-selector" id="meterSalesSel">
        <a href="#" data-val="35" class="active">Monthly Goal</a>
        <a href="#" data-val="28">Annual Goal</a>
    </div>
</div>

CSS: (assets/stylesheets/theme-custom.css)
.liquid-meter-wrapper.liquid-meter-custom .liquid-meter {
    max-height: 100px;
    max-width: 100px;
}

Kind Regards,

Jonas

Thanks Jonas, you are right. Simply wrapping the meter in a div and giving it a fixed dimension in pixels with a css class helped. have a nice day !

HI ,I hv bought Porto drupal Theme , Is this admin theme compatible to porto drupal theme, if do , Id like to purchase it .

Hello, I’m sorry, but Porto Admin is not compatible with Porto Drupal.

Let me know if you have any questions.

Kind Regards, Jonas

(i read one of the above comments about this but i didn’t see how to reply to it up there so i’m creating this comment, hope this is okay)

i read the following about porto admin:

http://themeforest.net/item/porto-admin-responsive-html5-template/8539472/support

”...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,...”

1. so, if i’m getting you right, this porto admin would allow me to use porto but with php classifieds script or something else that i want to use?

2. what would be the advantage of using the porto admin system over the html porto version if i could integrate the porto html version as a replacement of my default script template? would it make it easier somehow to integrate the beautiful porto look into my existing script rather than trying to use the porto html pages?

if yes, would be very attractive to try the porto admin….just not sure i’m understanding what the advantage(s) would be over integrating the regular html porto with my script

thanks

Hello, thanks for the interest in our template. :)

1) Right, Porto Admin comes with all front-end files (HTML/CSS/SASS/JS), all you need to create your administration panel for your website. The server-side script is not included, so you can use PHP or any other language you want to use.

2) I’m not sure I understand that question, but 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.4.0/feature-admin-forms-basic.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-forms-advanced.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-forms-wizard.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-forms-code-editor.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-tables-advanced.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-tables-responsive.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-tables-editable.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-tables-ajax.html http://preview.oklerthemes.com/porto/4.4.0/feature-admin-charts.html

(more features are coming soon).

Let me know if you have any questions.

Kind Regards, Jonas

Hey Jonas,

thanks for answering my last question, I just got one (hopefully) easy one more.

How can you center something horizontally inside a div? There is the fa-align-justify class, that does work, but places a “icon” (actually the broser shows some unicode thing), so that won’t do the trick.

Thanks

Btw, just saw that I posted that question at the wrong theme. It’s for the Porto HTML theme that I own aswell.

Hello, it actually depends on which type of content you have in that container, if it’s pure text you could just do this:

(css/custom.css)
<div class="center">
    <div>Blah blah</div>
    <div>Blah blah blah blah blah ...</div>
</div>

But like I said, it depends on the content, if the element has float: left it won’t work.

If you need help with that 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
Could you kindly give an example Form uploader Validation for :
1- File extension type ” jpg | png | gif | jpeg ”
2- To upload images with file size limits ” Minimum 1MB – Maximum 3MB ”
3- Required upload


Thank you

4- Adding Form CAPTCHA
Thank you

Hello, please note that some of those are not available with the template at this moment, we may be improving the upload upload in the next versions. My suggestion is that you use a more complex plugin, such as this one: http://blueimp.github.io/jQuery-File-Upload/basic.html – Regarding Captcha, my suggestion (if you’re using PHP), is to use this simple solution: https://github.com/claviska/simple-php-captcha

Kind Regards,

Jonas

I have porto admin and porto html5 template I have buy 2 temp but i dont know how can i use admin and template include together

I have the same convenient user “jwdltd”.

I have just purchased the Porto Admin Template and want to integrate it with my main website but having read the documentation I am still unsure of how to do it.

So far I have tries to load all of the files to a new directory on my server “admin” that’s as far as I got as I see the files are all in the name of John Doe but I have no idea how to get it all working with my website and details.

I do not know how to integrate and more information see the documentation I can not get it to work.

plase help

Hello, thanks for choosing Porto. I just replied the ticket and the email you sent to us.

Kind Regards,

Jonas

Also the menu isn’t working right when you VIEW IT ON AN IPHONE in version 1.5. It’s translucent and not readable. It works fine on a desktop, but not on an iPhone. So resizing it on the desktop won’t make a difference.

Hello, sorry about that issue.

To fix that, please add:

@media only screen and (max-width: 767px) {
    .sidebar-left {
        background: #1d2127;
    }

    html.sidebar-light {
        .sidebar-left {
            background: #FFF;
        }
    }
}

You can also check that in this link: http://preview.oklerthemes.com/porto-admin/1.5.1

Please let me know if the problem persists.

Kind Regards,

Jonas

Thank you for the fast response.

Hi, am trying to use the tag autocomplete in the advanced forms page- but I want to have a dropdown list when a user clicks it to select from available tags. How can this be done?

Hello, unfortunately that integration is a little bit complicated and is not available at this moment. You can see the available options in the plugin page: http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/ – I think the “Categorizing tags” is similar to what you want.

Kind Regards,

Jonas

What plug ins were updated? They seem to be all the same from the last update a few months ago.

Thank you. Any plans to update Bootstrap.

Hello, Update to Bootstrap 3.3.6 will be available this week. Porto will be also compatible with Bootstrap 4 after the stable version.

Kind Regards,

Jonas

Awesome. Thank you again for fast an awesome support!!!

Pre-sale query:

-I am curious if I can able to set the left and right side of slider space (not full screen) after purchasing. How to change the left and right side of slider?

- How to add a css background instead of any image?

- How can I create my own slider and how to implement one slider at any page?

Hello,

- The slider works with captions that can be located anywhere in the slider, so you basically can add elements left/right sides of it.

- In the revolution slider it’s required to use a background image in each slide, but you can put a blank gif and set a css background color in the slider if you want.

- The template comes with the documentation to show how to use the slider.

- Sure, you can add different sliders in each page of your site.

Kind Regards,

Jonas

Hi, How do I change the “Get Started Now” to link directly to the Contact Us Page?

Hello, I just replied the ticket you opened in our site.

Kind Regards, Jonas

Hello Okler, I had bought your admin theme a few months ago, and i am really happy with it. However i cant find any email templates. I can see you also have better product for email templates but does this admin theme comes with a basic email template ?

Hello, unfortunately the admin template doesn’t come with email templates (we have plans to add that). For now, my suggestion to make the basic html email is to start with this: https://github.com/seanpowell/Email-Boilerplate

I hope it helps.

Kind Regards,

Jonas

I have made some test, but your template has low points when it comes about the speed and the size of this template. Are you going to make a version for Angular.JS and maybe with Google Material? Or at least to fix this slow performances? I wish to use this template, but i need a faster template… Thanks

Hello, thank you for your interest in our template. The main idea of an HTML template is to provide the source code very well organized to facilitate the development. Regarding the performance improvements, it must be made at the end of development, combining and compressing assets, etc… We have already started the Angular JS version, but it will take a while to be released. We don’t have plans for Google Material at this moment.

Let me know if you have any questions.

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