680 comments found.
Hello, how can the slider run automatically instead of being static? Thx.
$(document).ready(function(){
$('#layerslider').layerSlider({
skin : '',
responsive : true,
navPrevNext : true,
showBarTimer : false,
showCircleTimer : true,
navButtons : false,
navStartStop : false,
hoverPrevNext : false,
autostart : true,
firstlayer : 1
});
});
How can I remove the style switcher? I got it with my template in index.html and beyond…
You need to remove style switchers markup from each HTML file (at the bottom of file).
How do you make the map Deeper ? The height is very small I need it larger/deeper on the page.. Thanks
You can set depth in HTML file, find this in contact.html – zoom: 16
Height by changing padding:<div id="googlemaps" class="google-map google-map-full" style="padding-bottom:40%" />
Thank you – works great…
Hi how do i change the icons on the index.html to different icons?
the icons i mean are the megaphone the wand and the conical flask
Thanks in advance!
Cameron
Hi, questions regarding WordPress version please pot via support.purethemes.net
Hi, i have purchased this theme, its a great theme. i have one small issue not sure how to resolve. the Star list is iset to four columns and i have four lists however, on 1920×1080 browser the 4th list sits underneath the 1st one . see code below.
<div class="container">
<!-- Icon Boxes -->
<h3 style="padding: 0px 0px 30px 30px;">Capabilities</h3>
<!-- Icon Box Start -->
<div class="four columns">
<ul class="star-list ">
<li>Metal Fabrication</li>
<li>Machining</li>
<li>Welding & Assembly</li>
<li>Laser Processing</li>
</ul>
</div>
<!-- Icon Box Start -->
<div class="four columns">
<ul class="star-list">
<li>Sheet Metal Prototype Stamping</li>
<li>Short Run Production</li>
<li>Welding – All Types</li>
<li> Laser Processing 3/5 Axis</li>
</ul>
</div>
<!-- Icon Box End -->
<!-- Icon Box Start -->
<div class="four columns">
<ul class="star-list">
<li>Bending</li>
<li>CNC</li>
<li>Check Fixtures</li>
<li>Test Fixtures</li>
</ul>
</div>
<!-- Icon Box Start -->
<div class="four columns">
<ul class="star-list">
<li>Surface Grinding</li>
<li>Parts Etching</li>
<li>Wire/Carbon EDM</li>
<li>Plastic Ext. Molding</li>
</ul>
</div>
<!-- Icon Box End -->
<!-- Icon Boxes / End -->
</div>
i removed this comment it was made by mistake
hi, could you provide a link to your site?
Hi, i need the layerslider to auto play. I already set “autoStart : true,” but still not working.
Please replace this part of code of layerslider in custom.js:
$(document).ready(function(){
$('#layerslider').layerSlider({
skin : '',
responsive : true,
navPrevNext : true,
showBarTimer : false,
showCircleTimer : true,
navButtons : false,
navStartStop : false,
hoverPrevNext : false,
autostart : true,
firstlayer : 1
});
});
Hi, having a small problem. Wondering if I don’t have correct update.
http://www.dairyknow.net works in IE/Safari/Chrome. It is not loading though, the full styles in Firefox. Have you seen this before?@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
You missed one ", should be like this:
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
Hi
I am a owner of the Nevia HTML theme and have one little question:
Could you provide me code to remove the dropdown here and place the filter links side by side? http://vasterad.com/themes/nevia/portfolio-2.htmlThanks Foos
Hi, you can easily adapt filter from Centum. Markup is the same so change CSS, make some adjustment and should works.
http://vasterad.com/themes/centum/portfolio_3.htmldoes this theme feature a working contact form? Not one that I have to purchase but one that comes with this theme and all I have to do is enter my info?
Yes, you just need to set you email address in contact.php file.
Hi,
To continue with my previous message, I uploaded the exact files you provide for download and the slider does not work, first image appears and does not auto rotate, see it here: http://www.blabsolutions.net/iodr-org/index.html
Please help.
Regards Ben
Hi,
Bought your theme. I am having issues with the flexi slider. First image appears and does not slide to the next image. Went through all the settings.
Even the originally downloaded theme as is does not work.
Please help asap.
Regards Ben
You need to upload layerslider. Download Nevia again from ThemeForest. There’s some difreences between yours and demo version.
Hello,
I have an issue in mobile version, the website is showing 50% of its width in the mobile. I mean to say the mobile screen is showing 50% website and the other 50% is empty space. Would you please help me on this? I can send you links and screenshots to your email. Please treat this comment as an urgent case.
Thank you for your support
info [at] vasterad.com
Thank you I have sent an email to you.
Hello, I have been using this template and it is very nice. Is there existing code in the template for embedding video on the home page that will be responsive (desktop/mobile?)
Thank you,
Jeff
hi, try this http://embedresponsively.com/
I am trying to install masonry at my employer’s web site. The web site is http://204.232.239.137/shop-kitchen.html but the masonry shows overlapping images. Do you know how I can get masonry to work at this web site?
You’ve an old version of Nevia. Please replace custom.js file with this http://vasterad.com/themes/nevia/scripts/custom.js
I installed the new custom.js but my images are still overlapping.
Works fine for me now. http://awesomescreenshot.com/0b95kq0f5b
If it still doesn’t work for you send me .zip with your template and I’ll try to fix that.
I fixed it with:
<script>
var $container = $(’.grid’);
$container.imagesLoaded(function(){ $container.masonry({ itemSelector: ’.isotope-item’, animate: true, columnWidth: 220, isFitWidth: true, gutterWidth: 12 }); });
</script>
Ok, great.
Hi,
How are you today? Please I am interested in buying your “Nevia – Responsive HTML5 Template”.
Please do you know of any html shopping cart that I can integrate with your html template?
I want to have a functional shopping site using the html templates that you have here http://mnieckarz.kylos.pl/themes/nevia/shop.html and here http://mnieckarz.kylos.pl/themes/nevia/product-page.html.
Thanks and looking forward to your prompt reply.
Chinedu
Hi, you might be interesied in our WordPress version of Nevia which is fully functional site based on WooCommerce: http://themeforest.net/item/nevia-responsive-multipurpose-wordpress-theme/4118819
Hi, I have some problem with the slider ..even in your source code it does not work.
Could you clarify what and where doesn’t work? Link would be helpful
What is the maximum size of the header logo? Can the white space around the logo be adjusted? Also, any plans on adding a sticky menu?
1. As big as you want.
2. Sure, it’s HTML template so everything depends on your HTML/CSS skills.
3. I’m not planning sticky menu.
Hello,
Firstly, a beautiful template you have created here. Love it!
My question is:
Is it possible to force the last item in the navigation menu to colour the ‘right-corner’ when its id is set to “current”, just like the first button works? (See image link below.)
http://postimg.org/image/ogxel42v1/Thanks for your help!
Hi, unfortunately not. To be honest I don’t have any idea how to do that.
Thanks for the prompt reply! 
No problem – I have managed to achieve this now with a work around, which hopefully isn’t deemed a ‘hack’.
I basically duplicated the required ”#navigation” divs & media queries, swapped the background colours & then set background colours on the li classes instead.
http://postimg.org/image/5qo6sb8dz/As this is only required for the one page & my navigation is set to use the dropdown menu on tablets, this works well for me and isn’t a problem for responsive layouts.
Thanks for creating an awesome theme!
I’m glad you did that. 
In the last version of the template that is actually online, the banner in the home page changes the images automatically, in the version that I purchased the images doesnt change unless I click the next or prev button, I need the banner works automatically, how can I get this fixed? Thank you
Hi, I can’t see your buyer badge.
Hi, I dont know why on my acct I dont see the template purchased, but I have the email confirmation when I bought the template, is there a way I can send this to you? The date is 4th March 2014
Facebook4th March 2014
Twitter Thanks for purchasing Nevia – Responsive HTML5 Template by Vasterad Nevia – Responsive HTML5 Template License Certificate The author has nominated that they will provide support for this item. Head over to the item’s support page to find out more!
Download your purchase
$(document).ready(function(){
$('#layerslider').layerSlider({
skin : '',
responsive : true,
navPrevNext : true,
showBarTimer : false,
showCircleTimer : true,
navButtons : false,
navStartStop : false,
hoverPrevNext : false,
autostart : true,
firstlayer : 1
});
});
When I view the website with developer tools I see a couple of errors. My IP Address/layerslider/skins/fullwidth/skin.css and My IP Address/layerslider/css/blank.gif are 404 errors – files not found. There is no layerslider directory in the zipped theme files so it can’t find those files. How do I find where the files are called so I can delete the calls or alternatively where can I get the layerslider directory?
skin: '>>remove code from there<< ',
I removed skin : ‘fullwidth’ from custom.js but it didn’t change anything.
The error code indicates that the error is at http://code.jquery.com/jquery-1.11.0.min.js but I of course can’t edit that file.
I downloaded jquery-1.11.3.js and looked for the layer slider section but there wasn’t any.
Please download latest version of Nevia. I’m sure I did fix it a few months ago. Fix which I provided should work.
If I only replace the javascript files with the new ones will it work? I’ve already edited the rest of the template.
Yup, it should.
I replaced the javascript files but I get the same errors. GET http://localhost/layerslider/skins/v5/skin.css 404 (Not Found) and GET http://localhost/layerslider/css/blank.gif 404 (Not Found)
try this custom.js https://www.dropbox.com/s/g7ehzb0ukyl1ho4/custom.zip?dl=0
Now I just get the error for http://localhost/layerslider/css/blank.gif 404 (Not Found) but the other error has been corrected.
I’m afraid I can’t help because looks like it’s layerslider bug. You can try to create following folders /layerslider/css/blank.gif – I couldn’t find any solution, sorry.
I created the directory with blank.gif and now it works.
Ok. 
The validation for the contact us page doesn’t work. When I neglect to fill in the email field it doesn’t show me an error message like it’s supposed to.
The validation for the contact us page doesn’t work. When I neglect to fill in the email field it doesn’t show me an error message like it’s supposed to.
I added required to the input fields for contact.html and now it works.
But it doesn’t show the php errors. It works with html5.
I’d suggest to try another contact form script e.g. from CodeCanyon. You’ll get full docs etc. Contact form in Nevia is just for demo purpose and needs some PHP / JS knowledge to use it.
How can I make the boxes float under another even if the height is different? Similar to how blogher.com does it.
Use this script http://isotope.metafizzy.co/
Thanks for the suggestion. Is there any way to do this with just css?
Unfortunately, rather not