2897 comments found.
Hey Okler, I am a bit confuse. I do have Magento version of Porto and here is html version. All magento version is html written and again we are having html porto. Why it is so? Is this the subset of Magento Porto? All these html code here can it be integrated in Magento porto?
Also, i didn’t understand. It was mentioned that Porto remove blog features due to license issue. I do see here. If purchase this can i use this blog features in Magento 2.1 Porto as i love it. Easy to use. Please suggest.
Any update guys?
Hello, thanks for your purchase.
The Magento version is a different theme, from another author, it’s only similar in terms of design. The html code is not exactly the same in both themes.
The Blog pages are not functional in the HTML version (it has the HTML/CSS/JS files, but not the server-side integration). In that case you may consider to use the wordpress version which has a complete blog solution: Porto Wordpress: http://themeforest.net/item/porto-responsive-wordpress-woocommerce-theme/9207399
Best Regards,
Jonas
Does wordpress shortcuts ,page and all design portion code are compatible in Magento version? Blog doesn’t support but except that can i copy the wordpress page or any code and add in magento page. Does this work fine?
As me saying all the shortcuts used in wordpress are html code right alone with Meet the team, FAQ and all are html based code so if i get wordpress all these can be used and compatible in magento 2.1 version right?
any update?
any update?
Hello, could you please make that same question to the Wordpress/Magento author? – SW-Themes created both themes. https://themeforest.net/user/sw-themes#contact -
Kind Regards,
Jonas
OK, I have asked to them. There are lots of things here for me. If i brought it will you help me for my magento site? I like some short cut, meet the team, faq and coming soon page mostly. let me know.
Hello, thanks again for the interest in our template, unfortunately we cannot provide support for questions related to the Magento version. SW-Themes may help you with customization service for those pages/elements you want.
Best Regards,
Jonas
Ok Okler then how can i install this html template and where to install? We have wordpress and magento but where do html template get install?
Hello,
Please note that Porto is a HTML template, so there’s no installation process, it depends on if you’re going to use any scripting language, such as PHP, aspNet, etc… Otherwise If you’re going to create a static website using just the HTML/JS/CSS files my suggestion is to use Sublime Text, which in my opinion is the best editor.
Let me know if you have any questions.
Kind Regards,
Jonas
Thanks for the reply. Do sublime support bootstramp? Honestly i love your template just don’t know where to start it? Can you pass me js and css part for meet the team? Just want to test it if that work i will purchase it and as you know i am totally new to html template part so i believe your support will be there for me in future.
any update?
Hello, Sublime Text is a editor and Bootstrap is a HTML, CSS, and JS framework. The main thing you must keep in mind that working with a HTML template requires at least a little bit of knowledge in those code languages, there’s no drag n’ drop builder or similar to create page/sites based in a HTML template you would have to work with the code itself.
Unfortunately I cannot send part of the code (it’s against Envato/ThemeForest license rules).
Best Regards,
Jonas
Is there a way to change the overlay color of the portfolio items on hover?
Hello, yes, it’s possible.
If you have any questions or need help with something, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
My home page has suddenly started to behave very weirdly. The slider will not load and I am not getting a lot of the content. Can you take a look and tell me what exactly went wrong and what I am missing?
Kind regards
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
Yeah I just did. Thanks for the speedy response I forgot to post url in comment but all the info is in the ticket. Reply: #10016662
has lifetime free updates?
Hello. Sure, you will get all the updates.
Let me know if you have any questions.
Kind Regards,
Jonas
have any parallax example working to test in iphone?
Hi, parallax images are fixed position in small/mobile devices.
Let me know if you have any questions.
Kind Regards,
Jonas
ok, but i can use parallax on mobile devices changing the configuration / images?
Yes, but when you scroll up/down the image will be fixed, not like the desktop. It’s a mobile device limitation.
Let me know if you have any questions.
Kind Regards,
Jonas
Hello, I have just bought this. I would like to confirm if I’m going to be able to download all upgrades forever or if I need to pay some extra for future upgrades. Thank you.
Hello, thanks for your purchase. Sure, you will get all the updates.
Let me know if you have any questions.
Kind Regards,
Jonas
Is it possible to add a caption to an image that opens in a lightbox?
Hello,
Yes, it’s possible, just add the TITLE attribute in the Link element.
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hello Okler,
I bought your theme and used it for a website last August (2015), and its been working brilliantly so I haven’t downloaded any updates since then.
My question is:
The company hosting this website is updating their servers, so would you conifrm please, whether or not these template files will run fine on php 5.2?
Thanks loads
Hello, PHP 5.2 was released 5 years ago, and some of our code will not work in that version. The Twitter Feed, Newsletter Subscription will not work for instance.
Let me know if you have any questions.
Kind Regards,
Jonas
Sorry, I did mean to say will the template run ok on php 5.5. Really sorry, don’t know what I was thinking questioning the older version.
Appreciate your reply re 5.5.
Thanks
Hello, sure, with PHP 5.5 it will work perfectly.
Best Regards,
Jonas
Cheers Jonas
and you click for example: Features > Headers …click on the ‘Headers’ word (main menu) and the background remains grey and writing white, and is not visible. I searched everywhere butI cant find where can I change the grey background colour into something darker. Any thoughts?
Hello, you are right and it will be fixed in the next version. To fix it right now just add this:
(css/custom.css)
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
background: #0088cc;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
background: #e36159;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
background: #2baab1;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
background: #383f48;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
background: #2e353e;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
background: #ffffff;
color: #777777;
}
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Amazing Template. I am so glad I found it. Love it!
Thank you for your purchase and for your kind words, we really appreciate it!
Hello, I am interested on the Porto Admin. Doe the Admin integrate easily with this one? Can you provide more info on how they work together? Thanks a lot
Hello, thanks for your interest in our projects.
The main idea of the admin extension and integration between both templates 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-advanced.htmlYou 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
Thanks so much. This is actually what I need. I want to use it with my own PHP script.
Hi, I had a question about the Tabs, Can they keep changing after few seconds like Carousel, Like Tab 1 then Tab 2 and so forth every 5 second.
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/
Kind Regards,
Jonas
i want to use demo-law-firm.html withe mutilevel menu. It’s not working. Please help me! <nav>
-
Home
- Test
- Test
- Test
- About Us
- Attorneys
- Practice Areas
- News
- Contact Us
Hello, here’s an example:
<nav>
<ul class="nav nav-pills" id="mainNav">
<li class="dropdown">
<a class="dropdown-toggle" href="index.html">
Home
</a>
<ul class="dropdown-menu">
<li>
<a href="index.html">
Landing Page
</a>
</li>
</ul>
</li>
<li>
<a href="demo-law-firm-about-us.html">
About Us
</a>
</li>
<li>
<a href="demo-law-firm-attorneys.html">
Attorneys
</a>
</li>
<li>
<a href="demo-law-firm-practice-areas.html">
Practice Areas
</a>
</li>
<li>
<a href="demo-law-firm-news.html">
News
</a>
</li>
<li>
<a href="demo-law-firm-contact-us.html">
Contact Us
</a>
</li>
</ul>
</nav>
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hi,
I would like to to hide inline lightbox scroll bars vertical and horizonal from some lightboex BUT not All, please give example
Thank you
Hello, can you please open a ticket in our Support Center and send us more details about that request? – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
I have a suggestion for the theme author. Can you please put all the JS files in one folder and all the CSS files in one folder. It will be easier to minify them all together to reduce the load times and increase the performance. Also, it will be easier to put them through the asset pipeline of the Rails applications.
Hello, thanks for the suggestion, it’s a little hard to change the file structure at this moment because it would affect the update process for the buyers, but I’ll consider to make that change in a near future.
Best Regards,
Jonas
Hi, Contact us form number fill coming blank in mail… i put this code in form.. ”$fields = array( 0 => array( ‘text’ => ‘Name’, ‘val’ => $_POST[‘name’] ), 1 => array( ‘text’ => ‘Email address’, ‘val’ => $_POST[‘email’] ), 2 => array( ‘text’ => ‘Number’, ‘val’ => $_POST[‘number’] ), 3 => array( ‘text’ => ‘Subject’, ‘val’ => $_POST[‘subject’] ), 4 => array( ‘text’ => ‘Message’, ‘val’ => $_POST[‘message’] ) ); “
Hello,
Please note that you need to set the fields values in the JS file too.
More Information: http://www.okler.net/forums/topic/how-to-add-fields-to-the-contact-form/In the JS file where you send the data to the PHP file to send the email you need to set those values as the example.
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Thank You now working….
very nice design.. i like very much…...
Thank you for your purchase and for your kind words, we really appreciate it!
Hi, i need something like this http://i68.tinypic.com/kbyknk.png (Colums with text) , is it possible to do?. I can’t found any example in the demo.
Hello, sure, it’s possible, Porto is based on Bootstrap and the grid allow you to make that, more information in this link: http://getbootstrap.com/css/#grid
Let me know if you have any questions.
Kind Regards,
Jonas
Hi,
Could kindly give an example for
1- Working Tabs external direct call [ here not working ]
http://preview.oklerthemes.com/porto/4.9.0/shortcodes-tabs.html#recent8
2- How to use external url for tab content
Thank you
Hello, it may help you: http://www.okler.net/forums/topic/selecting-active-tab-by-url-button/
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Can i use ndex-header-side-header-left.html side menu in my child pages as left navigation?
Hello, sure, just use the index-header-side-header-left.html as the template to create the subpages you want.
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
But i already have a master page.So this should be a child page of that master page
Thank you for the great HTML template.
I have a queries before purchasing this template. I have search a health template in google and found it: http://demo.evisionthemes.com/biz-medicare/ , is there possible to make a medical site from this HTML template?
Let me know so that I’ll talk to my client and response you.
Regards Chris
Hello, sure, it’s possible to make a medical site using Porto Template but unfortunately we don’t have a medical demo “ready to use” on Porto available at this moment.
Let me know if you have any questions.
Kind Regards,
Jonas
The Terms and conditions is not working, there is no checkbox to accept the terms and conditions on the onepage checkout
Hello, I think you may posted that question in the wrong item, this is the HTML version.
I think you probably purchased the Wordpress or the Magento version:
Wordpress: http://themeforest.net/item/porto-responsive-wordpress-woocommerce-theme/9207399
Magento: http://themeforest.net/item/porto-ultimate-responsive-magento-theme/9725864
Best Regards,
Jonas