2897 comments found.
Is there any way to use this template without the responsiveness?
Hi, sure, here’s what you have to do.
1) Remove the Meta:<meta name="viewport" content="width=device-width, initial-scale=1.0">2) Remove the CSSs
<link rel="stylesheet" href="css/bootstrap-responsive.css" /> <link rel="stylesheet" href="css/theme-responsive.css" />
Thanks!
Hey, excellent design there! However, you say that the site is compatible with IE8, but when I try to load the page, IE8 crashes, like this: http://img152.imageshack.us/img152/7194/portoie8.jpg Could you look into that problem?
Hi, yes, it compatible with IE8, are you sure you’re not opening the HTML directly in the browser and the style-switcher is still on it?
Could you please check if the demo site is working for you on IE8? http://crivos.com/themes/porto/ , just checked here and everything’s ok, so if it’s working for you too, I believe it’s because the style-swicher and I recommend that you do that: http://www.crivos.com/forums/topic/how-to-use-a-skin/
And here’s another topic regarding IE8: http://www.crivos.com/forums/topic/ie8-graceful-degradation/
Let me know if you have any questions.
Thanks!
I was trying to open the demo site directly, when it crashed (or in fact any other page). But as I see the style switcher is on by default for all pages, and I cannot turn it off as you suggested, because I haven’t bought your template, just wanted to test it..
Is there a page on your server, where the style switcher is off, so I can test in IE8 because I really like your template!
Thanks!
Sure, take a look at this other link: http://crivos.com/themes/porto-demo-2/ – I just tested here and everything seems to be ok on Ie8, let me know if it works for you. Thanks.
Thanks a lot! It works now, so it really was the style switcher
That’s why I hate previous versions of IE.. Anyway, keep up the good work and thanks again!
Hi Crivos,
Very nice template – 5 stars!!!! :-))
I send you an email with some questions…. Thanx for the answers in advance…
Thanks, I just replied your email, let me know if you have any other questions.
hey guys, love the template! want to know how to edit the location for the google map in the contact page?
Hi, in the contact-us.html page you can find a script at the bottom that you can set the latitude and longitude and also the start position in the “center” attribute. Thanks!
thank you very much! 
Nice template! A question before I buy. Can you replace the top menu with a sticky menu? Would you?
Hi, sure, I can make a sticky menu for you, this would require a custom work. Send me an email from my profile page if you are interested. Thank you!
NO, I don’t want a custom work, read my comment above carefully. I asked if you would replace the top menu with a sticky menu? What I meant was that if you would update your template to the latest and modern design and replace the existing top menu with a sticky menu (you know that sticky menu is becoming a new trend these days)? I would buy your template if you replace the existing menu with a sticky menu. Please let me know.
Oh, I’m sorry, I thought you were talking about a custom and unique menu for your website to make it a little bit different from the others. I agree with you, a sticky menu would be great and I’ll consider to add an option to configure the type of the menu in the future, but at this moment it’s not available. Thanks!
Cool! Please let me know when it has a sticky menu that I buy it right away. Nice job my friend! Keep up the good work.
Hello, great template and thank you very much for your hard work, I can not find the PSD for the Logo, Can you assist me. Thank you very much.
Hi, I’m glad you liked the template, thank you! So, for the logo I included in the PSD only a bitmap, generated in another PSD and exported to a image and added to the main PSD, I’m not sure why you need the PSD of the logo – since it’s only a text with a circle on the “O” – but if you want that please contact me in a private e-mail and I’ll reply you with that. Again, thank you! 
Hey- How can I adjust the width of the testimonials? I’d like to move them to where the “and more…” section is. Any suggestions?
Thanks!
Hey. Since the template was made using the bootstrap Grid system, the elements doesn’t have a fixed width, the width of the elements depends on the number of columns on the grid you’re usign, so if you put the testimonials content in a smaller container you have to follow the same number. Check this screenshot to know what I’m talking about: http://www.crivos.com/ss/20130304-554-141kb.jpg – I hope this can help you. Thanks.
Hi there, on the circle image (fc-slides) we got an issue on the mobile version. The biggest circle doesn’t mask and images are shown completely.
How to fix it?
Thanks
Hi, what browser and what device are you using? I tested in a Iphone4 and Ipad, Safari and Chrome and it’s working. Please send me more information so I can try to reproduce the bug here, thanks!
Firefox with Samsung S2 and Galaxy Tab 10.1
Could you please grab a screenshot of that and send it to my e-mail as a private message? I think I know a fix to that issue and I’ll reply you on the e-mail with a css file, I’ll also include in the updated package. Please understand that it’s a little hard to make it perfect for all devices and browsers in the first time, so it’s important the feedback of the buyers. Thank you!
Hi Crivos, are you planning a Wordpress version?
Yes, I’m already working in the Wordpress version, but it will take at least one month to be perfect and ready to go 
Regarding images slide-title-border.png on the index.html slider, I noticed that in mobile your template now doesn’t show these images any longer and it initially did. Mine does and incorrectly aligns them. How did you fix this?
Thanks!
Open the HTML file and add a class “visible-desktop” to the DIV container of the image, like this: <div class="caption visible-desktop ....." />it will make the image visible only to big resolutions and the issue won’t happen anymore.
Thank you!
Is there a way to adjust the size of the logo in mobile format?
Thanks
Sure, open the file theme-responsive.css and find the line ”@media (max-width: 480px)” and add a css rule like this:
@media (max-width: 480px) {
header h1.logo {
width: 125px;
height: 80px;
}
}
Setting the size of the logo the way you want.
Can you please elaborate on how I can fix the contact text area resize.. exactly where should I place the following code?
textarea { resize: vertical; }
Thanks!
Hi, you can add that anywhere in the file theme-elements.css, I added this fix in the line 215 of that file.
Worked perfectly, thanks!
I discovered a small issue… On the “contact us” page if you enlarge the textarea (#message) overlapping the right sidebar you won’t have a solid background of the textarea. This means you still have text from the right row in the background of the textfield (text from “The office”, “business hours”). A solution which seems to be working for me is adding the following to the css:
textarea#message{position: relative;}
I used theme-elements.css for this little tweak. So far I did not discover any other issues due to this modification.
greetings felix
Hi, yes, that’s true. To fix that issue you can also do something like this:
textarea {
resize: vertical;
}
The value of the resize option can be: none, both, horizontal or vertical. I’ll include that fix to the package, thank you!
I must be tired. I was already doing that but forgot to ave in .css and was saving in .txt with notepad ++.
Thanks for the ultra fast response and amazing theme!
Hi Crivos,
How do I get rid of the colour switcher, but keep the colour that I have picked without getting rid of the following code?
Everytime I remove the below code to get rid of the switcher, the testimonial and the service icons on the index page disappear.
<script src=”master/style-switcher/style.switcher.js”></script> <!- Style Switcher ->
Thanks
http://www.crivos.com/forums/topic/how-to-use-a-skin/
Make sure you’re not getting any javascript error.
Hi, excellent theme!! Can I add more than one slide in the main slider? thank you
Sure you can! It uses the Revolution Slider, check out: http://www.themepunch.com/codecanyon/revolution/index-fullwidth.html
Thanks, another question, I’ve created a skin with the theme switcher and save it on css/skins. Then I add the .css, But when I delete the style.switcher.js the skin turns to gray.
I’ve posted to our forum how to do that: http://www.crivos.com/forums/topic/how-to-use-a-skin/
Make sure that the path of the skin is correct 
Excellent, Ive copied the code from one comment with wrong quotes. Great design and great support too! 5 stars!
Hey— in the main slider on the index page, is there any way to get the two colored images on the sides of LOOKING FOR A to center themselves. I find that when I alter that text they are they no longer proportionally centered, especially if I only use 2 words instead of 3.
Thanks!
Hey, those images are two differents elements on the HTML and you have to set the Top and Left for each one. Open the HTML and search for “slide-title-border.png” you will see that there’s a “data-x” and “data-y” attribute, you’ll have to chage that the way you want. The other way would be creating a class to the Div element and using background-image. Let me know you if you have any questions. Thanks!!!
Hey and thanks for this template. I like it very much and I’ve also lerned a lot with it
Now I try to change the aspect-ratio of the revolution-slider on the home-/startpage. How can I change the height of it? I’d like to have less height with my own picture.
Thank you for any hint
!
Hey! Thank you, I’m glad you like the template. To change the height of the slider you have to open the theme.css file and change the div.slider, setting the max-height as you want.
Thanks a lot
This solves it and again thx for your very fast replies and outstanding support
On IE 8 the theme doesn’t quite look as nice as it does in Safari and Chrome—why is this? Also, the magnifying glass where it says “Our Work” that flips back and forth on the home back doesn’t appear in Internet Explorer, how can I fix this?
Thanks!
Hi, the template provides decent fallbacks for old browsers – bug free – and as you may know, IE8 basically doesn’t support any CSS3, except for some selectors. For that specific part of the home page that you mentioned, I did that using border-radius on the CSS, if you really need pixel perfect for old browsers you can try add http://css3pie.com/ to your website. 
Ok, thanks. I didn’t know that. Any idea where in the component.css I would need to add the PIE behavior path? behavior: url(path/to/pie_files/PIE.htc);
Put the PIE.htc under the folder: css/htc and to use it on the css you must do something like this: div.project-image img { behavior: url(css/htc/PIE.htc); } – note that the path is relative to the html file.
Ok, great—thanks! But where in the css exactly should I place that behavior code? Sorry, I’m a newbie!
Thanks again
Open the file ie.css and add this line: div.process-image img { behavior: url(css/htc/PIE.htc); } ,again, it’s a workaround to emulate css3 on IE8, and sometimes this solution does not work as it should. I hope it works for you, and if you have another question, please post it on our forum, thank you! 