2897 comments found.
Hey Crivos, you have a button on the “about us” page. the div class name is I cant find this sucker in any of your css pages to edit him, but he has got to be somewhere. Do you know where he is hididng? Thanks
Hey, sorry, I didn’t understand your question. You mean the “Send Message” button class?
On about us page, it is the button that says “join our team”
Oh, got it, I read Contact Us.
Ok, do you want to change the color of the that button or something? If you are already using the skin file correctly it’s on /skin/blue.css
the skins are working great. I wanted to edit the position and width of it. But i cant find him in a css page & I dont want to edit him in the middle of a div tag.
The button is based in the bootstrap framework, so the css is in the bootstrap.css file, but please don’t change that file. I recommend you to add a custom css class to the button and add its definition to the file theme-elements.css.
For example:a href="#" class="btn btn-large btn-primary pull-top my-class">Join Our Team!And in the theme-elements.css
a.my-class {
margin-top: 10px;
}
if the class selector in your html is “btn btn-large btn-primary pull-top my-class” how can you call it in your css as “a.my-class”?
Yes, using multiple classes, all the standard classes are on bootstrap CSS, so we add that one “my-class” and create specific rules to override.
I do not know but it does not simply flip the slider .. that rotates the two pictures on the main page “our works” ... just switched from the first image and the second end ... even disappeared and link them … I tried it in chrome and safari I also tried it on multiple pc and it’s the same on your sample template … do you know anything about this?? .. (maybe it’s a problem jquery-ajax?) ..
thanks for the reply
Hi, it was working perfectly before the latest Chrome and Safari update, I’m looking how to fix that and I’ll post the answer soon, thanks!
Hi, I figured how to fix the slideshow for the latest Chrome and Safari updates. Please open the file \vendor\circle-flip-slideshow\js\jquery.flipshow.js and change the line number 169 change this:
From:
'transition' : { transitionEndEvent : 'transitionend', transformName : 'transform' }
To
'transition' : { transitionEndEvent : 'transitionend', transformName : 'all' }
Thanks.
Hello, thanks…. I understand the problem with the browser’s …..WEB DEVELOPER life would be much easier if all browsers worked same and well 
Hey Crivos, I bought your template and downloaded it. However, for some reason I can’t see half of the jpg’s in the images folder. Any way you can email those to me or send them to me so that I can have them?
Hello, like I said in the theme description, the images used on the demo site are for demonstration purposes only and are not included in the download file, but you can buy your own from $1 at www.photodune.net 
O ok, I didn’t see that. Thank you!
The template is not displaying properly in IE 9 – please see the image on how it appears in IE, the same we are facing in different systems whereas it displays properly on Firefox, Chrome and Safari. Your immediate response is highly appreciated.
http://amerakkad.com/erer.PNGHi, is this happening in the demo site too? Can you please check if your not using the compatibility mode with different Browser Mode and Document Mode – both need to be the same IE9-IE9 / IE8-IE8. Looking at your screenshot it looks like you have an unclosed tag that the other browsers can work with. If you have a link of your website please send me by email so I can take a look for you. Thanks!
The template is not displaying properly in IE 9 – please see the image on how it appears in IE, the same we are facing in different systems whereas it displays properly on Firefox, Chrome and Safari. Your immediate response is highly appreciated.
Hi, is this happening in the demo site too? Can you please check if your not using the compatibility mode with different Browser Mode and Document Mode – both need to be the same IE9-IE9 / IE8-IE8. Looking at your screenshot it looks like you have an unclosed tag that the other browsers can work with. If you have a link of your website please send me by email so I can take a look for you. Thanks!
I like this however do you have a login page that goes with it? If so I would consider about buying it. thanks
Hi, unfortunately not, only the front-end HTML website. I’m working in the Wordpress version that will be released within 15 days.
Any ideas on a search implementation that doesnt cause you to leave your website when you press search. I believe the google custom search takes you to the google page
Hi, google custom search can show the results in a lightbox.
Oh, and you can set a “results page” in your website domain too.
o cool, how would you make the search engine results display on your website’s results page? Is this something you do when walking through creating the gse?
You have to set the GSE to the “Results only” mode and then in the form you submit the search query to the results page with querystring “q=”, just tested here and it look very nice.
Hello, Google Custom Search is now available in the template.
Hello, This is really a great theme. But i have a problem and can’t fix it. I can’t use the newsletter subscribe button in the bottom and the search form in the header. How can i use that? I am waiting for your help. Thanks again for your great theme..
Hi, at this moment the newsletter is just a placeholder to be used with your newsletter email manager, but actually I’m working on an update to make it functional using the MailChimp (http://www.mailchimp.com/) service and it will be available by the end of the week.
Also, the search can be implemented using google custom search – http://www.google.com/cse/
Hi Crivos I didn’t understand how newsletter section works… what i must configure? thanks
Hi, at this moment the newsletter is just a placeholder to be used with your newsletter email manager, but actually I’m working on an update to make it functional using the MailChimp (http://www.mailchimp.com/) service and it will be available by the end of the week.
Amazing , good luck
Do you also have a homepage with a “simple” image slider, like for example the nivo slider?
Sorry, at this moment the template comes only with the revolution slider.
Actually I think I will be adding the Nivo Slider in an upcoming update. Thanks for the suggestion. 
Great news, any eta?
The next update will be available within a week.
Sounds great! Thanks
Hello, Nivo Slider is now available in the template.
Thanks a lot! Will be purchasing this in a few days!
I have a problem with custom header page, I want to make different colors for the custom header. How can I make different colors for different custom header pages?
Hi, you can add different classes in the HTML for each header you want, (where it’s “custom-product”).
section.page-top.custom-product {
background-color: #46A153;
border-top-color: #4EB25C;
}
The best way is to create another css file and add to the page, maybe custom.css, just need to be the last file.
Could you please explain me how should I properly create another css file so it won’t mess with other stuff? Thank you
Hi, create a file in the folder “css” and call it custom.css, so in the HTML you add this:
<link rel="stylesheet" href="css/custom.css">
Add all your customizations in that file.
I thought about this before but wasn’t sure if its the right way to do it. Thank you!
Every time I open the “Live Preview” in IE8 it crashes… Any idea?
Hi, It’s probably because of the Style Switcher, when you configure the skin it will work. 
Ok, thanks!
One question it says i have to only change $to = ‘you@domain.com’; and send it to server don’t know why but when i try to send email from site it not working.
Hi, it works for most of the servers, except if your host provider needs to authenticate (windows server running PHP), if it’s your case please contact me by email and I’ll send you an alternative code. Thanks!
Check this post in our forum: http://www.crivos.com/forums/topic/contact-form-not-working/ 
Hi Crivos, Another 2 Questions,
1) How to give the top menu link, like Features > Features.html or PORTFOLIO > Portfolio.html. I have tried giving the same, but that doesn’t work!
2) How to activate the twitter feed at the footer?
thanks
Hello, here are the answers for your questions:
1) http://www.crivos.com/forums/topic/how-to-use-a-link-in-a-parent-item-of-the-top-navigation/
2) http://www.crivos.com/forums/topic/how-to-change-the-twitter-id-footer/
If you have any other question, please post in the forum, thanks! 
Thank you for the answers, Twitter option didn’t worked, but I will post the detailed issues in the forum.
Thanks, Twitter function worked too!
How to instal the theme?
Hello, this is the HTML version so there’s no installation 
Hi Crivos,
It’s a beautiful theme.
I would like to remove the search option at the top. Whenever I try to do that, the contact us, jumps down on the menu items.
Is there any easy way to remove the search box only, but not changing any part of layout?
Any help or guidance will be appreciable.
thanks
Hi, you can remove the search “div” and change the margin-bottom of the top navigation – go to the theme.css, find the “header nav ul.nav-top” and change the margin to: 10px 0; – Let me know if it works for you, thanks!
Hi Crivos,
Thank you so much for fast reply.
Yes it worked.
Thanks
Hi Crivos,
Another 2 Questions,
1) How to give the top menu link, like Features > Features.html or PORTFOLIO > Portfolio.html. I have tried giving the same, but that doesn’t work! 2) How to activate the twitter feed at the footer?
thanks
Hello, here are the answers for your questions:
1) http://www.crivos.com/forums/topic/how-to-use-a-link-in-a-parent-item-of-the-top-navigation/
2) http://www.crivos.com/forums/topic/how-to-change-the-twitter-id-footer/
If you have any other question, please post in the forum, thanks! 
Can you make a boxed option?
Hi, yes, you can switch to the boxed version in the Style Switcher. – http://www.crivos.com/ss/20130324-hv0-33kb.jpg
Crivos, I’ve got it…
Great, let me know if you have any questions.
Good day,
Can I kindly have the code for the contact form like the one below: Please I am Just Begging:http://danimationstudio.com/ContactForm.PNG