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.

Just had a tech support from them and it was solved in less than 24 hours. Thanks you. Very reliable theme. My website is running now for 1 year very smoothly. ;)

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

Best Regards,

Jonas

From where do you have this Imac with the mouse and keyboard on your landingpage. I cant find that mockup. Have you a link for me?

Hello, please go to my profile page and send me a message:

http://themeforest.net/user/Okler#contact

I’ll reply you via e-mail with the customized mockup file.

Kind Regards,

Jonas

how to setting thai language to this web?

Hello, thanks for your purchase. Is the any special character that is not working with thai language in your website? If possible, please send us more details.

Kind Regards,

Jonas

From where can I get this laptop mockup from your landingpage?

Hello, thanks for the purchase. That image was generated by a very cool service called PlaceIt, you can generate your own image – http://www.placeit.net -

Let me know if you have any questions.

Kind Regards,

Jonas

Hello, Is this vertical mega menu i saw at this link (magento version) available on html5 version? http://newsmartwave.net/magento/porto/index.php/demo6_en

Hello, I’m sorry, but unfortunately that menu style is not included in the HTML version at this moment, we will include it in the future.

Kind Regards,

Jonas

Hi, Why do the latest version requiring Google Maps API key? Previous versions was working (and still work) without google maps API key. I’m using Google street view panorama to show it in customers web page. I’m not able to host now booth versions, but i will do that later and You will be able to check that.

Now i will try to wait till tomorrow when my Google API day usage stats will be reset.

Hello, this is something that Google changed recently, in a near future all websites must provide the APIKey.

More information in this link: http://www.okler.net/forums/topic/how-to-setup-google-maps-api-key/

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

Kind Regards, Jonas

I want to customize this theme. so I want to check documentation of this theme before I buy this. Please tell me how I check this documentation.

Hi, Mr Okler. I have bought template. so I have one question. it is about slider in header. I want to be slider’s backgroumnd zooms in like below.

https://www.kaja.co.jp/

So i want to know how it works in this template. please teach me.

Hi, we have some similar examples of that behavior, please check this: http://preview.oklerthemes.com/porto/4.8.0/demo-digital-agency.html -

It’s basically set by the scalestart and scaleend attributes: See screenshot: http://www.okler.net/ss/20160719-j0i-92kb.jpg

115 is the zoom (115% of zoom in that case).

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

Kind Regards, Jonas

Hi, Mr Okler. I really appreciate to your helping me. I want to help next time, I open a ticket . thanks a lot.

Hi, if I add a Filed in Form don’t Work. How I make this?

Hello, can you please open a ticket in our Support Center and send us the URL and more details so we can check? – http://okler.net/open-a-ticket/ – Thanks :)

Hello. Portfolio: Ajax on Modal. You can show all the images or you can tage the single images and wiev only the modal tagged. But when you click on the image and open the modal window, the Next and Previous buttons always act as if I wanted to “show all”, and not just the ones tagged. Is it possible Next and Previous buttons act aaccording to the chosen tag? Thank you vey much…

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

Kind Regards, Jonas

Hi, I managed to get the masonry 3 column to work on my site and it looks great. I wanted to know how to disable a feature. When I hover over an image, the image goes dark. I like how the image does some sort of mini zooming when I place my cursor over it but I want to remove the darkening of the image. thank you.

I figured it out. I was missing two closing brackets after the img line. Thank you.

Hi, I like the masonry 3 columns template. I currently have the Porto theme for my website and for my projects pages I currently use the traditional 3 column porto portfolio template. If I want to use the masonry 3 column on my portfolio page. Is it possible to just delete my current portfolio section (keeping the header, footer etc) and simply copy and paste the html code from the masonry portfolio 3 column onto my existing portfolio and replace the images (with the dimensions shown on the masonry 3 column page).

thanks,

Hello, yes, it’s possible, but depends on which Porto version you’re using.

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

Kind Regards, Jonas

I need to mark on the map a field site that has no address, just the coordinates, as I can do?

Hello, you can also use lat/long in the marker, for example:

var mapMarkers = [{
    latitude: 40.75198,
    longitude: -73.96978,
    html: "<strong>New York Office</strong><br />New York, NY 10017",
    icon: {
        image: "img/pin.png",
        iconsize: [26, 46],
        iconanchor: [12, 46]
    },
    popup: true
}];

Please try to set lat/long in the marker and see if it works.

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

Kind Regards, Jonas

On the Porto theme, Is it possible to have the contact form in two places? One in the slider and one at the bottom of the page? That is the current setup and both locations send the email correctly. However, the contact form at the bottom of the page shows the {response:”success”} message whereas the form on the top of the page behaves as expected. Thanks!

Hello, I think this post may help you: http://www.okler.net/forums/topic/multiple-forms/

“you basically need different forms IDs for each form”

I hope that helps.

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

Kind Regards, Jonas

Hey i got problems with the latest theme and the lightbox. It wont open images in a popup? The picture is shown above the content. Have you a solution? Thank you. I can send you a link to my site if you want..

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

Also, please make sure you purchased this version, this is the HTML version.

Kind Regards,

Jonas

Just a quick note to anyone wondering about after sales support on this product. It’s fantastic. Twice, I had a few questions regarding something that I couldn’t get to work, (due to my lack of knowledge on Bootstrap) and they answered immediately and helped me through my issue. Couldn’t recommend it more. Thanks, Jonas.

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

Great Theme!

Hi there, Is it possible to hide or remove a few! background images when using mobile viewport?

Hello, you can use Bootstrap responsive utilities to hide some elements based in the resolution: http://getbootstrap.com/css/#responsive-utilities

For example:

<div class="hidden-xs">...</div>

If it’s only for the bg image, use CSS:

(css/custom.css)
@media (max-width: 991px) {
    #myElement {
        background: none !important;
    }
}

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

Kind Regards, Jonas

nck

nck Purchased

Hi I need the files of Version 3.4.1 – is it possible to download them somewhere?

Best, Nick

Hi, I just replied to your e-mail.

Kind Regards,

Jonas

Hi !

I am getting error on the Contact Form. Is says the message was not send, although the message was received in the Inbox.

How can I debug the error ?

I am using the latest version 4.8 in the 1 page template:

http://www.cataclima.cl/

Thanks for your help.

Nicolas

Hello, this is the error message from debug:

http://my.jetscreenshot.com/19020/20160707-otye-37kb.jpg

Basically means that the ini_set() function is disabled in your server… you must enable it in php.ini file or contact your hosting support.

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