70 comments found.
HI does this now have a working Twitter feed ?? Easy to configure ??
Hi, yes it has a working Twitter feed as you can see in the live preview.
You can find step-by-step instructions on how to configure your twitter feed in the help file under section “Twitter, Flickr, Google Maps”.
Best regards,
Ivan
Hi jezh
First let me thank you for this great template. I really like, no LOVE it! 
But I have a question, too… I read in the docu about animation (class animated, fadeInRight, data-animation”fadeInRight” and so on… But how is it triggered to start the animation just WHEN element becomes visible in the browser? I have not figured out so far what controls opacity and so on. Thank you for any hints 
Hi,
When you add the class ’.animated’ to an element, that element will be invisible by default and when the user scrolls to that element then it will trigger the effect such as ‘fadeInRight’.
Additionally you could add a delay to the animation with data-animation-delay=”200” attribute which is in milliseconds. It’s pretty straight forward.
Best regards,
Ivan
Hi,
How can i change the “content box icon” to my own created icon?
Thanks, Edison
Hi,
Yes, you could add your own icon just replace the font-awesome box icon code:<i class="fa fa-gears"></i>
with your code:
<img src="img/myIcon.png">
And make sure that your icon size isn’t too big so that it fits nicely with content box.
Best regards,
Ivan
Thanks Ivan!
I manage to change with my icon…however, can i have the rollover effect as per your sample?
Hi,
Since you’re using the img tag to insert the icon you can’t change it’s color with css as in my sample which uses font icon.
You could create an element and use your image as it’s background image and then change the image with css. If you wish an example contact me via email through my themeforest profile page.
Best regards,
Ivan
An awesome one!;
thanks 
I placed some icons on top screen menu. it’s ok, but they are positioned to the right (same as arrow for sub.menu)
what can i do to place icon at the left, before to menu item description?
Send me a link to your site so that I can take a look. Note that by default that functionality is not provided with the template.
Best regards,
Ivan
on portfolio page, I like to have only one button on image example: only for zoom instead of zoom and link
but removing one, remaining button are not centered on the picture, it still stay on same position
also interesting, possibility to have on nivo preview also button for navigate through photo, instead to close window and reopened it for others images every time
thank you
i found nivo help in your documentation, ok still remain button problem
I truly apologize for such a late reply, I was moving in into a new place, and then we had floods in my city and I haven’t found the time to commit myself fully to providing support in a timely fashion.
To answer your question – open the color.css file i.e. tangerine.css and find .overlay-buttons selector (around line 1942) and edit the margin-left and make it -13px (instead of -46px). Now when you have only one icon it will be centered. Note that you if have two icons they won’t be!
Best regards,
Ivan
could be useful to have an icon preview page on template, in order to quickly find icon codes. like on web fontawesome.io/icons/
here i found codes, that I used building my page, but some don’t work. on these page icon version is 4.1 do you have instead other old version on template?
The template uses font awesome ver 4.0.3
Dear Author,
I tried to find out the HTML form templates for this theme but I didn’t find it anywhere in your demo.
Please help!
Hi.
I’m trying to activate the contact form, how do i activate or make the contact form work.
Best regards
Blessing
Hi
Thanks for the template. Its great. How do i activate the search button.
Hi,
Glad you like the template, thank you for purchasing 
Since this is only an HTML template, the search button stands only as a placeholder and it is not intended to have actual functionality.
One of the quickest ways to have the search functionality is to implement Google search into your website, but bear in mind that I haven’t tested it and I cannot guarantee that it will work without issues.
Best regards,
Ivan
Hi Ivan, Its a great themes actually, but i have 1 question only. The search bar on the top nav, found that is not function. Would you please advise? Thank you. 
Hi,
Glad you like the template, thank you for purchasing 
Since this is only an HTML template, the search button stands only as a placeholder and it is not intended to have actual functionality.
One of the quickest ways to have the search functionality is to implement Google search into your website, but bear in mind that I haven’t tested it and I cannot guarantee that it will work without issues.
Best regards,
Ivan
Hello, I bought your template but without original pictures/ Could u send me original pics on my email adress boncevicha@gmail.com
Thank you!
Hi,
The images are only used for live preview and are not included in the download package.
If you like those images you can buy them on PhotoDune, links to images used can be found here – Estimation Live Preview Images
Best regards,
Ivan
Magnificent theme thanx jezh. I purchased previous week this theme. I’ve a question about flex slider carousel directionNav. I wanna display flex-direction-nav class in touch device but in my iphone or any touch device it is not appear. How can i display directionNav in touch devices ?
Hi,
I apologize for the late reply, my country is going through some tough times caused by heavy floods and I was unable to provide support in a timely manner.
To display Flex nav go to responsive.css file and around line 1396 change these lines of code:
.no-touch .flex-nav-left .flex-direction-nav
to this:
.flex-nav-left .flex-direction-nav
Best regards,
Ivan
Very nice theme! I just made a purchase! However, I noticed that in the PSD folder, Home and About is the same file, so I am not sure if its an error or what. Also where is the other major pages? such as Services or contact us?
thanks
Hi,
I apologize for the late replay…
You’re right, I uploaded the aboud.psd file by mistake…
These are the only pages done in psd, other elements were designed and created directly with css and html.
Best regrads,
Ivan
Hi there, really loving this template!
Just one question, I am really not super advanced at this whole process, can you please walk me thru step by step what I need to enable the shopping cart? Ex. database SQL activation, (is there a plug in) e commerce platform for accepting payments etc? is this paypal compatible?
Is there a way I can upload group images and descriptions at one time (comma delimited files? do you have a template, or is there a plug in?))
Help 
Many Thanks, V
Hi,
The shopping cart (and all of the shop pages) represent simple html placeholders without any back-end functionality.
It is intended for advanced users who do not wish to wait for a WordPress version of the template, so that they can make them themselves and use with one of many e-commerce solutions, such as OpenCart, Woocommerce, etc.)
As this is only an HTML template there is no quick solution for creating a working online shop without significant amount of customization.
As for the images, you’ll need to add them to your html pages manually as you need to enter the code yourself.
Best regards,
Ivan
Nice theme!
What version of PHP is this compatible with?
Thanks,
I recommend having at least PHP 5 installed on your server.
Best regards,
Ivan
Ok thanks.
Any plans to release a WordPress version?
Also, does this template have a back-end at all? If so, do you have a demo of it?
Hi,
There are plans for the Wordpress version, but at the moment I cannot give you an ETA…
As for the back-end, no, there isn’t one as this is only an HTML template.
Best regards,
Ivan
Hey,
is there a way to change the background image on the counter – index.html
Also the images behind the headers?
Thanks
Hi,
I believe you are referring to the page title. You’ll notice that every page title has a class of .section-bg which is basically a background image. You could add a background image directly to the .page-title div in the css and remove the section-bg class in the html.
Best regards,
Ivan
Contact form not working… i never receive the e-mail after entering my address in the submitemail.php.
Hi,
the contact form should work out of the box. Do you get any error messages?
Make sure that you have mail() function enabled in the PHP configuration on your server.
Best regards,
Ivan
I replaced the e-mail address in your submitemail.php file and attempted to send myself an e-mail when the site was uploaded to my website. I get a successful message sent notification but I never get the e-mails.
Hmm… Did you check if the mail() function is enabled on your server?
Try entering my email address (get it from my profile page) in the subimtemail.php and send a test message, perhaps your email client is blocking the emails…
Also let me know if you’re on a Linux or a Windows based server.
Best regards,
Ivan
Thanks for the reply. I am using a Linux server. My server’s e-mail and my GMail account will not receive e-mails.
Trying to embed a YouTube video but it continues to show up as a missing link. Then when I use YouTube’s embed code, it simply fails to load any sort of video and i am stuck with white space.
Hi,
not sure what’s causing this, send me a link to your site so I can take a look.
Best regards,
Ivan
Nevermind this issue. I decided to use Vimeo instead. Thanks!
Hi, is it any photo gallery plugin included?
Hi,
the template comes with the nivoLightbox plugin which displays images in a lightbox fashion when clicked on. Additionally, the plugin allows you to display images in a gallery manner displaying them one at a time.
I’m not sure if that’s what you had in mind.
Best regards,
Ivan
Ok, thanks