2897 comments found.
Hi, your QR-code has incorrect link: http://www.crivos.com/themes/porto/. (letter s in themes unnecessary) Correct link is: http://www.crivos.com/theme/porto/
I like your template, but I could not visit it from qr-code 
Thanks for letting me know. The QR code is now working. 
Need to reduce the size of the circle on how page for mobile devices . how to do that?
Hello, all the CSS for mobile devices you can find in the file css/theme-responsive.css – So for that specific part you can add something like this:
div.home-concept div.process-image img {
max-width: 80px;
}
Please add this in the part that says: @media (max-width: 480px) { .....
It is not working. Please check http://goo.gl/AUo8C7 I want to decrease the size of 4th Image(Your Success) for mobile screen. Also the site is very slow, any suggestions?
Try this:
@media (max-width: 480px) {
div.home-concept div.project-image {
background-position: 0 0;
margin-left: auto;
max-width: 160px;
max-height: 160px;
}
div.home-concept div.fc-slideshow,
div.home-concept div.fc-slideshow img {
max-height: 145px;
max-width: 145px;
}
}
Add this at the final of the css/theme-responsive.css.
hello ,first thank you for this nice template, now can you please help me how can I change those three small circle and one big circle to three small square and one big square in the middle of the index.html page of this nice template….......
Hello, you have to add this to the custom.css:
div.home-concept div.process-image img, .fc-slideshow img {
border-radius: 0;
}
Download this image: http://crivos.com/ss/home-concept-item.png and replace the original file that is in the img folder.
Let me know if it’s what you want.
Thanks.
thank you very much…...and it just worked…...........:)
hello ,first thank you for this nice template, now can you help me how can I change those three small circle and one big circle to three small square and one big square in the home page of this nice template….......
Hello, you have to add this to the custom.css:
div.home-concept div.process-image img, .fc-slideshow img {
border-radius: 0;
}
Download this image: http://crivos.com/ss/home-concept-item.png and replace the original file that is in the img folder.
Let me know if it’s what you want.
Thanks.
thank you very much…...and it just worked…...........:)
How can I get the slider to be the width of the page on the home page. Thanks
Hello, you mean the main slider? The template is using Revolution Slider in the full-width mode, like on this example: http://www.themepunch.com/codecanyon/revolution_wp/index-fullwidth.html – Could you be more specific on what you want to change?
– Thanks!
Yes…My fault I figured it out…Thank you!
Hey Crivos,
Any estimate of when the wordpress theme might be ready?
Hello. My partner is working hard on it to be available next month, the WP version will be awesome with a page builder, tons of settings, etc… If you have any suggestions to be added in the version, let me know.
Hi, I can’t get Twitter to work om my site. I use the tempalte with wordpress and just can’t find why the twitter feed is not showing.
Hello, please make sure you have the updated version, this post can help you: http://www.crivos.com/forums/topic/important-twitter-is-not-working/ – If it still not work please send me an email with your website URL so I can take a look. 
ok, thx, I will check it.
hello , Thank you for this nice Template, Can you help me how can I add (ifram) in Portfolio page , I don’t want to link portfolio element to portfolio-single-project.html . I want to open my some HTML pages in (ifram) like this site http://www.msccjo.com/all_brands.html regards,
Hi, sure, you can do that, here’s the HTML markup for that:
<a class="fancybox thumb-info" data-fancybox-type="iframe" href="http://www.crivos.com/theme/porto" data-plugin-options="{"width":"100%", "height":"100%"}">
<img alt="" width="560" height="375" src="img/projects/project.jpg" />
<span class="thumb-info-title">
<span class="thumb-info-inner">SEO</span>
<span class="thumb-info-type">Website</span>
</span>
<span class="thumb-info-action">
<span title="Universal" href="#" class="thumb-info-action-icon"><i class="icon-link" /></span>
</span>
</a>
Beautiful, beautiful theme, are you making a wordpress version of it?
Hello, yes, the WP is being developed and will be available soon. Thanks.
Hello, Porto Wordpress version is now available: http://themeforest.net/item/porto-multipurpose-responsive-wordpress-theme/5864981 – Thanks
Anyone else have any tips for the blog section? Was thinking of converting to Joomla however bit of a learning curve converting the code
Hello, I’ve never worked on Joomla so can’t help you on that, if you don’t want to use Wordpress, there are another lightweight blog system called Anchor CMS – http://anchorcms.com/ – I never used that before, but looks like it’s pretty simple.
I have found that security warning is due to following line:
<script src=”vendor/modernizr.js”></script>
Any clue?
Hello, does this happen in the demo site or just when you open it locally? Internet Explorer has some security restrictions when you open some scripts locally.
Hi – I purchase Porto theme, looks great! However theme run fine on Firefox, Safari, Chrome but from IE9, for every page, i get a ””Internet Explorer restricted this webpage from running scripts or ActiveX Controls” message. Due to this message many elements do not work such Accordion, Flex slider etc.
Please help me fix this.
Thanks
Hello, does this happen in the demo site or just when you open it locally? Internet Explorer has some security restrictions when you open some scripts locally.
My pages don’t appera properly when printed. Actually the printed page looks terrible. How can this be fixed?
Hello, the print version is not optimized in the current version (you’ll see that most of the templates have no print version). We are planning to include an optimization for the printed version in the next release. It will be available soon. Thanks.
You are awesome! Thanks.
“Hi, the Blog is not functional (it has just the HTML/CSS/JS), you must convert it to a CMS. Thanks.”
Hi Crivos,
Noticed your reply to Chibru.
Not too sure how to convert the blog to a CMS. Do you need to do this? Is it possible to just update the pages as you go via Dreamweaver?
Also if I want people to leave comments, what would be the best course of action for this? Does the form you have in place work?
Hello, this might help you:
http://www.crivos.com/forums/topic/step-by-step-wordpress-blog-integration/But if you want just to keep the blog as HTML pages and update it in an editor such as dreamweaver you can use this plugin to the comments: http://disqus.com/
tried the disqus method which worked well, do i need to update recent & popular posts manually? would love to see a working version of ur design 
Sorry to ask so many questions…have another one
On the home page (index.html) would I need to update “Latest Blog Posts” Manually?
Unfortunatelly yes, if you want to keep the blog pages as HTML files there’s no easy way to update the latest blog post automatically. If you know a little bit of PHP you could make a simple script to keep it up to date, also, there are another lightweight blog system called Anchor CMS – http://anchorcms.com/ – I never used that before, but looks like it’s pretty simple. Let me know if you have any questions. I’m thinking about make a simple guide to make the blog part functional, but can’t promiss it for now. Thanks. 
Google Map has two serious issues: 1. Street view missing 2. Zoom control obfuscated
[This screenshot (issues circled in red)] is taken directly from the Live Preview on themeforest and does persist on my own version of the template.
Tested in FireFox 22, Chrome 28 and IE 10.
Hi, please add this to the CSS:
div.google-map img {
max-width: 9999px;
}
I’m submitting this fix soon, thanks.
Thank you!
I saw that the theme has BLOG page and blog posts teasers, how does it works?
Hi, the Blog is not functional (it has just the HTML/CSS/JS), you must convert it to a CMS. Thanks.
Has anyone converted this HTML into a Sharepoint theme? I purchased it and am attempting to get it converted to work with Sharepoint for my Office365 subscription. But my web design is a bit rusty. Any tips on moving forward?
Hello, I’m sorry, I’ve never worked with Sharepoint, unfortunatelly.
Hi, Just I downloaded this item, and when I am trying to install this theme through the Word-press it’s not installing perfectly. And It give some failure message like bellow. So Please help me.
””Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.””” this message is coming. So how I can install this theme. Thanks in advance.
Hello, Porto is a HTML5 template, not a Wordpress Theme, if you want a Wordpress theme you have to look under the Wordpress category. Sorry about that.
Hello, I’m a beginner (there is lots to learn !!!) and I’m thinking of buying your beautiful theme. I need to know if It translates into French as I am in Quebec. THANKS!
Hello, this is a HTML5 template, so if you want to create a website in another language it won’t be a problem. (It’s not a wordpress theme, so you need to know how to handle the HTML/CSS/JS files). Thanks!
Crivos,
Thanks for your hard work on this theme, the instructions are pretty straight forward and it is extremely customizable for my needs. I do have on question however. How would I change the background color for the grid? I would like to change it from gray to white and also left align its text etc. I tried looking through both the css and html files, maybe I’m missing something here. Any thoughts?
Hello, not sure if I understood what you want, are you talking about the tables? If you’re referring to the Grid System page, that is just a sample. Please send me a screenshot of what you mean 
Sorry about that! I am referring to the grid system page..Here is a link to the screenie I took http://i43.tinypic.com/2upaa95.png..I want to change the grid background to white instead of gray..
Oh, that’s from the Bootstrap, you can add this to your css:
div.show-grid [class*="span"] {
background-color:red;
}
Thanks for the help, I tried that to no avail..any other thoughts on this one?
Please disregard my last message, it would help if I added it to the correct file
Thanks for your support!