Discussion on Koplax - Responsive Coming Soon Page

Discussion on Koplax - Responsive Coming Soon Page

Cart 203 sales
Well Documented

ridianur supports this item

Supported

This author's response time can be up to 1 business day.

31 comments found.

Hello, i want to buy this, but have some questions. What is your email ?

Hi , i brought this thinking it was for wordpress, but after reading the comments and your replies, it seems it isnt, i tried to install but it says it’s missing the stylesheet, can i get a refund , or is it possible to get it to work?

Hi there,
Yes this is the site template, as you can see at the top of the title. You can try this link http://themeforest.net/refund_requests/new if you want to request a refund.
cheers

The timer appears in the demo on the index.html page, but when I downloaded your package – the timer only appears on the about and contact pages.

Is there something that I am missing?

Hi there,
Its look like you haven’t set the twitter feed yet. Thats why the counter wont work well, and make sure you have set up the count down too.

I must have overlooked this part, but where do we setup the countdown?

It’s in tweet.js inside js folder. See the documentation for further detail

ok sry i understand that is not a wordpress template , avetecha.com that is wrong here please help , that i need to do !?

Hi there,
Can you message me from my profile page using the account that purchased this template and tell me the detail problem in your site?

Hello I purchase a license of this template , but i cant to put it in wordpress , can somebody help me ?

Hello everyone,

I setup on my hosting ( www.atabilisim.net/ke/index.html ) ?t is working on local but it doesnt work on my website ? Could you help me please ?

Hi there, its look like the video link is invalid http://www.atabilisim.net/ke/MadenOcagi.mp4
Try to fix the link with the right one.
cheers ;)

Hi, I just bought your template and I can’t install it. When trying to upload zip file, it says that there is style.css missing. If I upload the folder, wordpress doesnt see it. Help please…

Hi Filipkasprzyk :)
This is not WordPress Theme, its only site template. You can easily edit the content with any HTML editor .


cheers

Hi! I just need to put a static image in the background. Can You assist me with this trouble? Thank’s and nice work!

Hi ov3rflow9x,
Try to set only 1 image for slider. You can set it in script.js in slider folder.
Hope this help

The background video is not centered? It’s shifted to the right… How do I center it?

Hi evo33admin
can you give me the link for it?

Having a difficult time in implementing the Twitter feed. Where is designed to go?

Your documentation references the following: “Insert those information in index.php inside twitter folder its about line 23”

There is no index.php file in the files that I downloaded.

This is very confusing.

I found the index.php. I think my brain is fried.

Not seeing where to modify the social icons. I’m sure I’m missing something easy, but would like to swap one or two out for others.

Thanks.

Hi briansmall :). To change the social icon open the html files and find this code

<div class="social-list center clearfix">
<ul class="social-icon">
<li>
<a href="#">
<i class="icon-facebook" />
</a>
</li>
....
</ul>
</div>

change the class=”icon-facebook” with another icon you like. You can visit http://fortawesome.github.io/Font-Awesome/icons/ for the list icon.
hope this help

Why would some work, and others won’t? icon-youtube, for example does not show up, however, icon-camera-retro does.

Really sorry for this. You need to update the font awesome version for it. Just download from those link (at the main page), and then replace the font files in font folder with the new one, and font-awesome.min.css in css file

where can you download the video on the site.? love that video .

girl with big curly hair playing with camera

Hi alesyah :)
the video is from Theo Macabeo. The title is brittany

hello I need help with imput   name=”smail” type=”email” <input id=”smail” class=”subscribe” placeholder=”Escribe your Email …”> This has three green colors when you select red and white when you write to finish writing. I would like to know the direction and the line of code where are those colors need help to find it.

those code above are for the border color. And here the code for the text inside it

for color text "Insert your email" this is the code about line 86
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color:    #ccc;
    text-align:center;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color:    #ccc;
    text-align:center;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    color:    #ccc;
    text-align:center;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color:    #ccc;
    text-align:center;
}

for the text color (the email input) you can add this code to style.css
input, select, textarea{
    color: #ddd !important;
}
change #ddd with your own color

hope this help

Perfectly!

Thanks

you’re welcome :)

Hi. I assume the video is disabled on smaller devices (iPhone/iPad) because it’s substituted by the image. Is there a way to enable the video background to play on small devices?

Hi pdouglass, thx for buying :)
Im afraid there is no way to do that right now because of the limitation for autoplay.

Great template! I would like to know How can i remove the filter over the images?

Thanks

Hi, here the code

for home/index.html delete this code<div class="mask homecolor"> </div>
for about/about.html delete this code <div class="mask aboutcolor"> </div>
for contact/contact.html delete this code <div class="mask contactcolor"> </div>
hope this help :)

Work perfectly! Amazing service!

I’ll check closely all your next release!!

Thanks

you’re welcome Fracam :) glad it works

turut mendukung. sukses!

thanks bro :)

The subscription code is not working. Can you look into that? It can not send email.

Hi calcentron, thx for buying :) open the subscribe.php and find this code
$toEmail         = "everyone@yahoo.com"; //Replace it recipient email address
change everyone@yahoo.com with your email
hope its help

I did but it is not working. You can check it out on my website http://goo.gl/Gh1Rj

hi calcentron, i think the problem is from your hosting provider. You should contact them about this problem :)

again, awesome layout! question: what can you advise if logo is too big or at least a different size? the nav bar seems to get taller because my logo is a bit wider than your sample logo. should i change some details in the style.css? would appreciate some help.

reality.com.ph

Hello tofferlorenzana :) if you want your own size of logo, you can change the size of menu in style.css. Here the each code
.navi li {
    height: 95px;
}
.navi li a {
    background: none repeat scroll 0 0 #251915;
    color: #DDDDDD;
    display: block;
    height: 95px;
    line-height: 79px;
    padding: 0 20px;
    text-decoration: none;
}
you can change both height with your desire
hope this help :)

Hi. I have another issue, not big, but I hope we can come to a solution. This is regards to the video template, which plays on certain browsers for some reason. Our video is very small so it loads up quick, but Chrome doesn’t play and sometimes Firefox. IE is fine, which is odd. Any ideas what may be causing this?

Thanks.

hi zoofuze, i already check it. Try to move this line in html
<script src="js/jquery.countdown.min.js">
<script src="js/countdown.js">

The video didn’t play on Chrome or Firefox. I cleared my cache as well.

Im sorry for my late reply. But i dont see any error now in my browser. I think its the hosting problem.

Hi. Just bought your template and its going well so far except for one major problem.

When you click on the links, the URL does not change to reflect the page. For example, if you click “about”, the URL should be “domain.com/about”, but it stays on the domain URL. Need this fix ASAP for a client.

Thank you, Zoofuze

Hi zoofuze, thx for buying it. This template is use ajax function. It only can change the url with the hashtag. And if i used this function, when the user refresh the page on the url with hashtag it will causing error. If you really want to change the url i suggest you to turn off/remove the ajax script in script.js. Its about line 31
//ajax script
$(document).ready(function() {

    var hash = window.location.hash.substr(1);
    var href = $('.navi li a').each(function(){
        var href = $(this).attr('href');
        if(hash==href.substr(0,href.length-5)){
            var toLoad = hash+'.html .page';
            $('.page').load(toLoad)
        }                                            
    });

    $('.navi li a').click(function(){

        var toLoad = $(this).attr('href')+' .page';
        $('.page').fadeOut('normal',loadContent);
        $('#load').remove();
        $('.loader').append('<span id="load"><div class="mask loadcolor" /><img src="images/loading.gif" /></span>');
        $('#load').fadeIn('slow');

        function loadContent() {
        $('.page').load(toLoad,'',showNewContent)
        }
        function showNewContent() {
            $.getScript("js/shuffle.js");
            $.getScript("js/subscribe.js");
            $.getScript("js/countdown.js");
            $.getScript("js/tweet.js");
            $('.page').fadeIn('slow',hideLoader()); 

        }
        function hideLoader() {
            $('#load').fadeOut('slow');
        }

        return false;

    });

});
hope this help :)

This helps tremendously! Thank you very much.

your welcome. glad it works :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey