35 comments found.
For some reason the contact form when left blank is still being submitted and the JavaScript validate function is not being invoked.
$(”#sky-form”).validate
I do have what I believe are the required scripts included.
<script src="/js/form/jquery.form.min.js"></script>
<script src="/js/form/jquery.validate.min.js"></script>
What could I be missing?
I managed to figure it out and it appears to be a bug with index2.html which is the page template I am using. See the code below:
<!-- sticky menu -->
<script type="text/javascript" src="js/mainmenu/stickytwo.js"></script>
<script type="text/javascript" src="js/mainmenu/sticky.js"></script>
If I remove sticky.js then it works. So my question is it okay that sticky.js is not included?
Also another issue I see in Chrome console is:
Uncaught ReferenceError: SyntaxHighlighter is not defined – custom.js:6
custom.js is in the js/flexslider folder. What is the fix for that as well? I see this error in fullwidth/carousel-sliders.html page (for your reference).
Hi,
1. Please add the below code to validate function work.
<script type=”text/javascript”> $(function() { // Validation $(”#sky-form”).validate( { // Rules for form validation rules: { name: { required: true }, email: { required: true, email: true }, message: { required: true, minlength: 10 } },
// Messages for form validation
messages:
{
name:
{
required: 'Please enter your name',
},
email:
{
required: 'Please enter your email address',
email: 'Please enter a VALID email address'
},
message:
{
required: 'Please enter your message'
}
},
</script>
// Ajax form submition
submitHandler: function(form)
{
$(form).ajaxSubmit(
{
success: function()
{
$("#sky-form").addClass('submited');
}
});
},
});
// Do not change code below
errorPlacement: function(error, element)
{
error.insertAfter(element.parent());
}
});
2. You can remove sticky.js if you do not want sticky menu. 3.SyntaxHighlighter error is small issue we will fix and update in the next update.
Thank you, Codelayers.
On issue #1, maybe I wasn’t clear, I have the JavaScript code already that you supplied. What I am saying is it doesn’t work if you have sticky.js and stickytwo.js included in your code (like you do in index2.html of your package). So that ties into issue #2. Both those JavaScript files appear almost identical so I am guessing I just need to include one and not both and if so then the JavaScript bug goes away. Correct? Understand what I am saying?
Hi,
You can remove sticky.js. Please PM to me with your website URL so that we will check.
Thank you, Codelayers.
I’m good, just wanted clarification I could remove that file with no issues.
Hi,
Yes you can remove sticky.js in index2.html.
Thank you, Codelayers.
Nice design 
Hi,
Thank you very much.
Thank you, Codelayers.
Hi, Great work, Is there a wordpress version of this template. If none, how do i integrate a blog into it.
HI,
Yes we are developing wordpress and we will upload it soon.
Thank you, Codelayers.
HI
Its really nice theme. I am having couple of issues: 1. My menu hyperlink is not working 2. I need to use some more icons. Can you send the link of the icon library?
Hi,
Thank you for your kind words, this menu parent link does not work but we will update it. You can use font awesome icons here is the link.
http://fortawesome.github.io/Font-Awesome/icons/Thank you, Codelayers.
Hi Codelayers, please make the main menu link work. That’s the most important thing to work the site. Otherwise there is no use of buying this theme and waste 2 days of my work.
My site link is here: http://192.185.185.86/~jassib/workplace/Hi,
We have fixed this issue will update it very soon. please PM to me through my profile page i will send the updated file.
THank you, Codelayers.
Hi, I’ve found a bug with mobile version (smartphone) in portrait mode (in online preview). The main menù is larger than the viewport and to see it you have to go right.
I tested with my nexus with firefox and firefox with “flexible visualization”.
I’ve just decide to buy it but I prefer to wait this bug fix. Thanks!!
Hi,
We have noticed this issue already, and we will update it soon.
Thank you, Codelayers.
Hi Codelayers
I have purchased the template, can you help get the photo’s for the index page.
Thanks
Hi,
Thank you for the purchase please PM to me through my profile page.
Thank you, Codelayers.
Hi, I am sorry my bad everything is fine. Thanks.
Hi, I am sorry my bad everything is fine. Thanks.
Hi,
Thank you for Purchase. If you need help please let me know.
Thank you, Codelayers.
Hi
Dose any of home page slider images come with the template?
Thanks
Hi murphk,
All images are demo purpose only, as per TF Rule the main download files come with the placeholder instead of images. No problem i will help you about the images.
Thank you, Codelayers.
Hi Codelayers just purchased your template. Could I have your email. Thanks
Hi,
Thank you for Purchase. If you need any help please let me know here is my email id: codelayers9@gmail.com
Thank you, Codelayers.
Hi. I honestly think this is the best template on themeforest and I plan on buying it Monday. But I have 2 “gripes” about it.
First: Is there a way to put social media buttons near the H1/Page title? For example, you know how on most blogs and websites, the social buttons is right underneath the title of the page? That way the visitor can easily hit the like button.
Second: Is there a way to put the search button on the same level as the menu? For those of us who likes minimalistic headers, having a row on top of the menu/logo may seem like a bit much.
Other than these 2 things, the theme is perfect.
One more minor issue. When I view http://codelayers.net/lemoni/fullwidth/carousel-sliders.html in “responsive mode view” in FF something happens to the sliders. The left and right arrows overlap the content.
Hi jdice,
First: You can add social media buttons near the h1 title. Second: you can add the search button on top of the menu and also you can increase the logo.
Third: about the sliders in responsive view is very minor issue we will fix in my next update.
Thank you, codelayers.
Nice Design, GLWS 
Thank you.
Nice work, GLWS! 
Thank you.
Nice design.
Thank you.
Congratulation. GLWS 
Thank you.
Ggreat template, really good job! 
Thank you.
nice template gud luck 
Thank you.