2897 comments found.
Hi, I just purchased this theme. But I couldn’t find installable wordpress file. Is it possible to use this theme with wordpress? How should I do it?
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 !! SUCH A WONDERFUL THEME ! My boss bought this for a client and it is one of the best ! Very easy to use and fun to customize. GREAT WORK ! I just have one question. When you go on the contact page ( demo ) the zoom in google map seems weird, all squeeze in. Our client notice it and he wants to know if it’s possible to do something about it ?
Hello, looks like there’s a conflict with the Bootstrap and the Google Maps Lib, to fix that, please add to the CSS:
div.google-map img {
max-width: 9999px;
}
Thanks!
it worked ! Thanks
Hello! Can you please help me integrate the blog page with wordpress? Are there any guides you know of, how to do it? 
Hello, please take a look at this: http://www.crivos.com/forums/topic/step-by-step-wordpress-blog-integration/
Hey Crivos, loving the template, great work ! However, I was getting a stack overflow error at line 0 in IE 8 which is probably due to modernizr in combination with respond.js, but I updating respond.js to the latest version from github seemed to fix the issue.
Just a heads up 
Great, I’ll update all libs in the template soon. Thanks! 
We are looking to start a newsletter that would be sent from our SMTP server. I read that you have just added MailChimp; is there a way to use our own server, or is this planned for the near future?
Thanks, the theme looks great.
Hi, Will you create a newsletter system? You need at least a place to save the subscribers. You can use the same script but change it to include the subscriber in your database.
We will use a third party email program which would also hold our database.
I tried looking through your old posts to find my solutions, I can see the circle cloud slideshow for ” Our Work ” on everything besides my s2 sky rocket Android phone… any suggestions?
the site is http://BriskAdvertising.com
Hi, I think you have an old version of that plugin, you must download the zip file again and update the files under: vendor/circle-flip-slideshow – Let me know if the problem persists.
what was the images used on the demo site for Sliders?
All the Best
Here’s the list of all images:
http://www.crivos.com/forums/topic/list-of-images/Hey,
I must say I’m loving this theme. Good job!
I have one question though. How do I remove the shadow and the rounded corners of the menu and drop-down menu?
Regards, Melvin Neo
Hello,
Add this to the file css/custom.css
header nav ul.nav-main li a, header nav ul.nav-main ul.dropdown-menu {
border-radius: 0 !important;
box-shadow: none;
}
Thanks
Got it! Thanks. 
Hi, I have just purchased your very nice template. I would like to use accentuated characters. Do you any solution for that ? thanks in advance.
Hi, in the HTML where I’m including the font, you can also add the special characteres, it will be something like this:
<link href='http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
Just define what characters you want to use.
More Information: http://www.google.com/fonts/#QuickUsePlace:quickUse/Family:Thanks!
Hi.
What a great template. One question on my side – is there RSS support for blog items?
Hi, this is a HTML template, so the blog part is just an example of usage, and the PHP part is no included.
before I purchase I would like to know if the 2 images in the slider are included in the theme ? thx in advance
Hello, sorry, the images are not included, but you can buy the images from $1 at photodune.
Hello,
In revolution slider the image is cropped when you resize the screen in smaller resolutions.
In yours example also happens
http://themeforest.net/item/porto-responsive-html5-template/full_screen_preview/4106987Do you know any way to resolve it?
Thank you in advance!
Hi, the default behavior of the Revolution Slider is to change the size of the images and elements, if you want to change some elements and positions, you can use the responsive CSS file, if you want to do that, please send me a screenshot show what you want to change and I’ll reply with the code. Thanks
I love this template…......
Hi Crivos,
Superb template. Pre-purchase question- does it support swfs ? I have 100’s of banners I need to showcase in my portfolio.
Best,
cloe
Hi, yes, you can add swf in the HTML, won’t be a problem.
Thanks so much for the prompt response!
I can do the thing of the colors haha.
New question…how can i edit the top bar? for example put the Facebook,twitter, linked accounts and how can i edit the sub domains…for example in the demo in “home” yo have more sub domains down but i dont want it…and for example in “about” i want more subdomains and i dont know how can i add.
Thanks!
Hello, I’m sorry, but I didn’t understand what exactly you mean with more/less subdomains, could you explain?
Yes, for example in your demo version you have the “features” botton in one of the top buttons…and if you put your mouse in the “feautures” yo can see a list of “subdomains” (for example full widht, left, right, etc)
My question is….how can i add a list like that in the “about” button
Oh, ok, got it, the sub-menus:
The html would be something like this:
<li class="dropdown">
<a class="dropdown-toggle" href="#">
About Us
<i class="icon-angle-down" />
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#">About Us 2</a>
<ul class="dropdown-menu">
<li><a href="page1.html">Page 1</a></li>
</ul>
</li>
<li><a href="about-us.html">About Us 3</a></li>
<li><a href="about-us.html">About Us 4</a></li>
<li><a href="about-us.html">About Us 5</a></li>
<li><a href="about-us.html">About Us 6</a></li>
</ul>
</li>
New question….i already download the last version of the theme but i saw that the index with the boxed intro is different of the demo version of Porto in the themeforest…. how can i get this index? i think is better that one.
Thanks
You want to use the boxed style? I think this might help you: http://www.crivos.com/forums/topic/how-to-use-the-boxed-version/
Hi,
I have determined that the dropping of the phone number was caused by the Chrome Google Voice extension underlining the phone number when it creates a link out of it which you can then click to call from. If you don’t have the Google Voice extension active you will not see the issue. Still not sure why this happens but it’s not your theme.
Would still like to know how to setup menus wherein they only have to be edited one time for all pages in the site?
Great you figured that 
Hi, one other question:
I am new to bootstrap, as the menus are not done as includes, does this mean that they must be edited on each page when making changes?
Hello, sorry for the delay to answer, so here you go: If you want to edit the menu, you can edit the file css/theme.css (from line 116), you can see that I changed the “default” menu doing some modifications within that. You can do that same, go ahead and change that, I recomend you to use a developer tool such as Firebug or Google Chrome Dev Tool (press F12) so you can inspect the right class to override. Let me know if you have any questions. Thanks!
I was referring to the markup rather than the CSS styling. In other words, making changes to the links themselves as i add and subtract pages.
Sorry, I didn’t understand the question before because you mentioned the bootstrap. So yes, for the links and the html you must edit on each page, or you can just create a php include file with the header on it.
Thanks, that’s what I typically do. Just wanted to make sure that there was not a bootstrap trick to that:)
Hi,
I cannot figure out why I am having this simple problem in Chrome browsers: The phone number drops down as you can see here:
http://sandbox.yachtingbliss.com/index.htmlCan you please help with suggestions on what might be causing this?