143 comments found.
really nice theme. I’d like to have the ‘enter’ button on the homepage a few lines lower down – how can I do this – what code do I need to edit?
thanks in advance,
Peadar
#home .mybutton.ultra a{
padding-top: 70px;
display: inline-block;
}
Hi there!
Amazing theme!!! 5 stars!
One important question: Loading the YouTube video is CPU-intensive. Also, on Firefox the Youtube video doesn’t always start automatically (you can see the Play Button).
Please tell us how can the YouTube video can be replaced with a static image. Thank you!
Hello, maybe you have a slow connection because the video we see it very well. If you do not want to use the intro video, you can use this: patter-slider (index3.html)
I want to use a Vimeo video for the home page background and it seems that simply changing the background video link from a YouTube URL to a Vimeo URL does not work. Does this need different coding? Thanks!
You can not upload a video to Vimeo but only YouTube because the Vimeo API are completely different.
Hi,
the navigation not works with Opera (v.12). Look here: http://themeforest.net/item/alpine-responsive-one-page-parallax-template/full_screen_preview/6480453 The active status is always set to the last point. What can I do?
Thanks Chris
Hi, I am responding from the support. I’m testing the menu with all existing browser (including Opera) and it works fine. I advise you to remove the status bar “Theme Forest” by pressing the button “Remove frame” on the top left of the page.
Hi,
I bought this theme, It´s lovely!!
But I would need that the button “are you ready?” at the home page video link a url, is it possible ???
In the other hand, Can the video background be reproduced a time limited ?
Thanks
Regards
Yes, of Course!
Thanks for your reply… But can you tell me how can i do it ???? I have already installed the theme. Thanks
Hi, it does not appear that you have purchased the template. You must write from the account with which you purchased the template.
Hi, Sorry, I failed and i wrote in other theme, I bought in Alpine – Wordpress Responsive One Page Parallax. I will write there.
Thanks
Ok no problem.
Hi Thanks for responses. Another question. Can I make the portfolio images bigger, and if so, do I need to change any code? Also, if i make them bigger will they still show up nicely on an iPhone or an iPad?
Thanks so much!
Hello, you can enlarge the pictures of the portfolio, but to do this you need to edit the css. If you enlarge the pictures there is no problem on ipad and iphone
great thank thank you! can you point me to where in the CSS file i need to go to enlarge the portfolio images?
Thanks.
Hi, contact me on support area please!
Hi there! Amazing theme. How can we use a self-hosted video as background? Youtube uses ads, so it would be very strange if a site visitor sees first the ad as background before the actual video. Thanks!
Hello, if it appears or does not appear in the video advertising is at the discretion of the author. You can upload a video on you tube and then decide not to put advertising. Leveraging streaming youtube you have definitely improved performance and at this time you can not upload a self-hosted video.
Also, how do I remove the drop down menu from the Home on the Navigation bar?
Hi, to eliminate the drop down menu, you have to go Appearance > Menus and delete all entries of the second and third level from main menu.
If you like the support please rate us!
Hello again,
How can I disable the spinning buttons on the portfolio section, where when you hover over “show all” button it spins. I don’t want it to spin. How do I do that for all the buttons? Thanks so much!
Hi, to change the buttons you have to go Appearance > Theme Options > Style you can set the Button Style. You can choose between standard buttons or button with 3d effect. You must choose the “Standard Button” and save.
If you like the support please rate us!
Ciao, Yes please. an image on the video instead of the text. (Italian?)
Hi, at this moment you can not do but I’ll do an update that allows you to do this. Yes I’m Italian!
Hello,
Is it possible to overlay an image over the video background?
If so please could you tell me how?
Thanks
Andy
Ciao, non capisco la tua domanda. Vuoi inserire un’immagine sul video al posto del testo che appare adesso?
Hello again. For some reason, the site loads properly in Chrome and Firefox, but won’t load in IE9. Any ideas on how to fix this? Thanks.
Hi, the template works fine on ie9 as you can see here
Hello, love this theme!
How to I turn off the transparency over the home images so that they are not darkened at all. Thanks!!
Hi, yes you can remove the transparency from home images. You have to remove the background from #fullscreen-slider .pattern class in css/style.css see below:
Old code:
#fullscreen-slider .pattern {
background: url("../img/pattern.png") repeat;
height: 100%;
width: 100%;
}
New code:
#fullscreen-slider .pattern {
height: 100%;
width: 100%;
}
If you like the theme and the support please rate us
Hi
Nice theme. I would like to ask you something. I want to to redirect to another webpage when submit a message with the contact form. what sentence need to add in script.js?. Thanks
<form method="post" name="contactform" id="contactform" class="element-line validate" role="form" action="yourfile.extension">
and comment the below code in js/script.js:
$(document).on('submit', '#contactform', function() {
$.ajax({
url : 'contact/send_mail.php',
type : 'post',
dataType : 'json',
data : $(this).serialize(),
success : function(data) {
if (data == true) {
$('.form-respond').html("<div class="content-message"> <i class="fa fa-rocket fa-4x" /> <h2>Email Sent Successfully</h2> <p>Your message has been submitted.</p> </div>");
} else {
$('.form-respond').html("<div class="content-message"> <i class="fa fa-times fa-4x" /> <h2>Error sending</h2> <p>Try again later.</p> </div>");
}
},
error : function(xhr, err) {
$('.form-respond').html("<div class="content-message"> <i class="fa fa-times fa-4x" /> <h2>Error sending</h2> <p>Try again later.</p> </div>");
}
});
return false;
});
thank you so much!!

I noticed that on your demo site for Index2.html that line 8 shows <meta name=”viewport” content=”target-densitydpi=device-dpi, initial-scale=1.0, user-scalable=no” />.
But on the index2.html file in your zip file that I downloaded, it shows <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1”>
Which one should it be? Does this have anything to do with why the slider works on your demo site, but not in the files you have in the download zip file?
Hi, contact me on support area please!
I sent an email via the support area. It’s just weird that the index2.html file is different than the index2.html file that is included in your ZIP file.
Hello, quite simply the two versions are not identical because the demo has not yet been updated. For more support contact me on support area please!
Howdy once again:)
So i’ve got some final issues with the ‘Our services’ slider. Where can i find the JS or CSS file to change the speed or to negate the automatic slider so you have to manually click it?
$('.flexslider').flexslider({
animation : "slide"
});
and the parameters that you might like these are:
touch: false, directionNav : false, controlNav : false, slideshowSpeed : 5000, animationSpeed : 600,
I changed the recipient in the send_mail.php file for the Contact Form, uploaded it to the server and tested it, but it keeps saying Error Sending….Try again later. Any ideas?
Do you have remove the // ? See below:
Bad Code://$recipient = "you@domain.com";Good Code:
$recipient = "you@domain.com";
Then you have to be on a server with php and php version installed on the server must support “json_encode”
For more support please contact me on support area: http://themeforest.net/user/creativeispiration#contact
Hello. I’m loving your theme. I’m not sure if I did this properly, but in order to get the menu to always show instead of scroll down to it, I just simply moved the menu code above the image slider code. However, now the slider isn’t working. It just displays the first image. How do I get the slider to automatically go from one image to the other? Thanks!
You simply move the code block “navbar” before the block “home section.”
You’ll see that it works. 
For more support please contact me on support area: http://themeforest.net/user/creativeispiration#contact
When using the “video background” on a slow connection it can take a very long time for the Youtube video to load. Is there a way to make a .jpg appear where the video should be, (while the video loads) and then, when the video is ready to play, the image is replaced with the video player.
No, The plugin does not provide for this. You should create a div above the video via javascript and remove the div to load the video.
For more support please contact me on support area: http://themeforest.net/user/creativeispiration#contact
Thanks for your quick response….that’s a great sign. One last question. Is there a way to make the success stats (3500 Happy Clients, etc.) animated so that the visitor can see the numbers increase in value? - Ok, after looking at this in another browser and quickly scrolling down the page, I do see that it animates just as I wanted. So, the better question now is can it not start until the visitors gets to that portion of the page? The animation now starts when the page loads so that by the time the visitor gets to that portion of the page, they miss seeing the animation. This only seems to be an issue on a mobile device, as it works on a desktop.
Hi, the animation on the mobile device is turned off for performance reasons, but you can turn very easily even on the mobile device.
I didn’t see in your documentation where you can turn it back on. Can you please provide instructions? Thanks.
Hi, please contact me on support area because i have a file to send you.