Discussion on Porto - Multipurpose Website Template

Discussion on Porto - Multipurpose Website Template

By
Cart 53,191 sales
Recently Updated
Well Documented

Okler supports this item

Supported

2897 comments found.

Unfortunately, RTL Support is terrible and not the same as the Document Guideline. Please insert a separate RTL CSS file

Hello, please open a ticket in our Support Center and send us more details about that question – we will help you to use the RTL compatibility for your site . – http://okler.net/open-a-ticket/

Best Regards,

Okler Themes

Hello. I noticed that your blog post (for example this: https://www.romeing.it/shop/aegea-mosaici/) doesn’t have any H1. At least on my website. How can I fix this? thanks

Hello, thanks for your purchase, looks like you purchased the Wordpress version, right? I’m the author of Porto HTML, the Wordpress version was created by another author, if you need support, please contact them at: https://themeforest.net/item/porto-responsive-wordpress-ecommerce-theme/9207399/support

Best Regards,

Okler Themes

Do you Have a Plan for Bootstrap upgrading?

Hi, Porto is currently using Bootstrap v5.2.2 – we are waiting for official release of version 5.3 to update it, it’s currently on v5.3.0-alpha1.

Kind Regards.

Ok. but in documents written that the Porto uses bootstrap 4

Hello, sorry about that, we will update the documentation. Both templates Porto and Porto Admin are now updated with the latest version of Bootstrap (not alpha).

Hi, thanks for the message, the problem is just that the dates are expired, we need to change that to 2024. We will update that soon, thanks.

Kind Regards.

I there, i need to donwload Theme Version: 6.1.0 again, where i can get it?

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 Okler,

There is Porto template version for React JS?

Hi, thanks for the message, we only have the eCommerce version of Porto built with React, here’s the link: https://themeforest.net/item/porto-react-ecommerce-template/29504170 – The Front-End version is not available in React.

Kind Regards.

Hi there, for some reason I can not open a ticket at your support forum. I got a simple question ref code edit in regards to youtube shorts.

Hi, I just replied to the ticket you opened in our site. Thanks.

Hello, does this HTML template include or has a block that allows: contain a list of flags to simulate changing the language of the site “Block language”?

Hello, thanks for the message. I’m not really sure if it’s what you’re looking for but we have a dropdown with flags in some of our headers: https://www.okler.net/previews/porto/9.9.0/feature-headers-classic-language-dropdown.html – Please note that it’s just the html, the server-side coding for the language is not included.

Kind Regards.

On the architecure2 theme, how do I control the amount of slides in the slider?
I can only change the amount of images per slide.
There is nothing on it in the documentation.

The question was how to add more than one slide.
If I duplicate the element is adds an additional image (3 instead of 2) instead of adding the third slide.

Hello,

Send us a message through our profile contact form – https://themeforest.net/user/okler – with the code that you are using so we can make some tests.

Best Regards,

Okler Themes

Done

Hello, I am using the Business Consulting 3 version, I would like to see how I can remove the mouse design when it is a small screen of a cell phone

Hello, you can do that with CSS:

(custom.css)
@media (max-width: 991px) {
    .cursor-inner, .cursor-outer {
        display: none !important;
    }
}

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

Best Regards,

Okler Themes

Any way to make the Classic Demo header owl slider fallback to being a hero image if only 1 slider image exists e.g nav arrows and dots deactivate? Right now there’s a slide flash after 1 image. Slider setting? The content owl carousels seem to fallback nicely. Thanks

Hi, thanks for the message and your purchase. I just replied to the ticket you opened in our forum with the same question.

Kind Regards.

Is it possible to implement hcaptcha instead of recaptcha?

Hello, thanks for the message, at the moment only recaptcha is available on Porto and we don’t have examples with hcaptcha integration yet.

Kind Regards.

Hi, How i can customize “This field is required.” message? I created a language script and i want to use a String Variable.

And, Can edit download zip file some images with demo page? We want see “Overviews” in localhost.

Hi, you can add the attribute data-msg-required, example:

<input type="text" value="" data-msg-required="Please enter your name." maxlength="100" class="form-control text-3 h-auto py-2" name="name" required>

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

Best Regards,

Okler Themes

Okey, i have other question, Can i use two header menu in one page? (Like: https://www.nvidia.com/tr-tr/geforce/) If possible, how i can configure?

Hi, you can find the header examples in this link; https://www.okler.net/previews/porto/9.9.0/feature-headers-overview.html – we have some examples with the main header but also with the top-bar.

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

Best Regards,

Okler Themes

My sites mobile menu is not clickable (mobile menu donot popup). I am using dark theme and I am using just Css(no /vendor/ files linked). So my question is what files(js or scss) in /vendor/ folder are responsible for mobile menu to popup? Thank you in advance

found a solution myself. JS files must be linked in the bottom of the code

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/

Best Regards,

Okler Themes

any ideas how to integrate the menu with bootstrap navwalker? https://github.com/wp-bootstrap/wp-bootstrap-navwalker/blob/master/class-wp-bootstrap-navwalker.php Thanks

Hi, thanks for the message. This is Porto HTML version page, I think you wanted to post that to Porto Wordpress, right?

Porto Wordpress: https://themeforest.net/item/porto-responsive-wordpress-ecommerce-theme/9207399

Best Regards,

Okler Themes

Hi Okler Team,

when i check in Demo Education, why the heading tag of #letslearn and #yourfuture in mobile responsive not show?

Hello, sorry about that problem. To fix that you just need to add the classes “r-relative z-index-1” to the container with the content.

It will be fixed in the next version.

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

Best Regards,

Okler Themes

Hi, I used sticky element to show a button, but it doesn’t appear on mobile. Could you help me to solve it? Thank you.

Hello, please check the minWidth option in the HTML of that element and change that to 0 instead of 991.

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 still doesn’t work for me. Could you help me to fix it? Here’s the sample of the code:

<aside class=”sidebar sticky-active” id=”sidebar” data-plugin-options=”{‘minWidth’: 0, ‘containerSelector’: ’.container’, ‘padding’: {‘top’: 110}}” style=”width: 261px; left: 1125px; top: 575px; position: fixed;”> </aside>

Thank you for your help

Hi, I just tested it here with the following code and it works: https://pastebin.com/raw/Jb5Bvrs6

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

Best Regards,

Okler Themes

For the IT-Services Demo… there is a big puzzle piece SVG.. I would like to swap out that SVG for my logo. Is there any way of customizing that puzzle piece?

Hi, thanks for the message, we just replied in the support ticket you opened about that.

Kind Regards.

If anyone wants the footer to stay on the bottom of the page adjust your page elements like so.

< div class=”body d-flex flex-column min-vh-100”> < footer id=”footer” class=”footer-texts-more-lighten mt-auto”>

Hi, thanks for your suggestion and for using Porto.

Best Regards.

Okler Themes

Hello… I used to generate custom skin for Porto html version 8.3.0 from your preview to this url: https://www.okler.net/previews/porto/8.3.0/

Since some days, this demo is no longer available and I get a 404 error. Is there an alternative url to generate skin for 8.3? Thank you

Hi, thanks for the message. You can activate the Style Switcher in your local environment, please check this topic: https://www.okler.net/forums/topic/how-to-enable-activate-the-style-switcher-skin-generator/

We will publish old versions in our server soon, sorry about that.

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

Best Regards,

Okler Themes

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