680 comments found.
i tried your code. the code for picturer in slide worked, but the code for the caption didnt work
i want to do it like this and i have 2 captions:-
<!-- Slide 1 -->
<article class="ls-layer" style="slidedelay: 10000;">
<img src="images/slide-01.jpg" class="ls-bg" alt="" />
<h3 class="ls-s1 caption-transparent" style="top: 357px; left: 40px; width: 192px">Cyber Security is what we do.</h3>
<div class="mobcap">
<p>Cyber Security is what we do.</p>
</div>
</article>
div class mobcap is for mobile captions, but the problem is div class mobcap is disappearing when i run the code and i cant find it in code inspector. it is showing when i say view page source
how do i stop it from disappearing? i want the line of text to come under the slider. later on i will add media query to make it show only in mobile view
I have no idea what’s .mobcap but please remove it and put span there just like in my sample.
i tried it. it didnt work and it made captions worse and it started misbehaving. i removed it
please look at the slider in www.esolutions-dm.ae and say view source code and look at code of the slider. u will see that each slide has 2 captions and the second caption is div class mobcap and at top of page i put style of mobcap
i want to do it the same way in your slider, but div class mobcap is disappearing. please open www.cptauh.ae and say view source code then look at code of your slider. u will see the extra div class mobcap in the first slide but this extra line is not showing at all
Why do you want to use that class? Doubling the same caption doesn’t make sense. Please do it as I advised you because it works perfect on mobile and desktop devices: https://imgur.com/a/BVfEp
<h3 class="ls-s1 caption-color" style="top: 357px; left: 756px; slidedirection: right; slideoutdirection: right; durationin: 400; durationout: 1000; easingin: easeOutExpo; delayin: 1000;"><span>Powerful HTML5 Template</span></h3>
If you want different caption content for mobile and desktop devices then don’t create them inside one < h3 > tag. Add another < h3 > caption and disable / enable it on devices you want.
i did it your span way. plz force refresh by cntrl f5. the color spoilt on laptop view and it became unreadable. in mobile view the caption is too big and it covers half the picture
i need color to be white in laptop view and i need caption to show in smaller font under the slide and not in it like it is now
you said:- If you want different caption content for mobile and desktop devices then don’t create them inside one < h3 > tag. Add another < h3 > caption and disable / enable it on devices you want.
how do i do that? this is what i was trying to do with div class mobcap and it is not working
.ls-slide h3 span { color: #fff; }
and there (it’s code which I provided you yesterday) you can adjust font size for mobile devices by changing font-size for the span (it’s 16px now).
<style>
@media only screen and (max-width: 767px) {
.slide-caption,
.caption-gray,
.caption-color,
.caption-transparent {
width: 100% !important;
left: 0 !important;
top: auto !important;
bottom: 0 !important;
border-radius: 0;
}
.slide-caption span,
.caption-gray span,
.caption-color span,
.caption-transparent span {
font-size: 16px;
color: #fff;
font-weight: 600;
display: block;
padding: 15px;
}
}
</style>
done. i fixed the caption for mobile. plz see https://pasteboard.co/GLflRUC.png
how do i make the caption start from directly under the slide in mobile view? now the caption is in the slide for mobile view. i want the caption to come under the slide like here https://pasteboard.co/GLfnpS5.png
that’s not possible with this slider
if both laptop view and mobile view use same captions then i guess u are right. can i create another h3 for mobile view and push the second one down?
i tried adding another caption but the second one is vanishing and not showing in code inspector
It won’t work. You can’t move caption outside slider’s container.
ok. i have another idea. plz check www.cptauh.ae
i added:-
<div style="text-align: center;">text goes here</div>
i want the text in that div to change depending on which slide is showing. if the first slide is active then that div will know and the caption of first slide will show in the div. when the second slide shows the text will change and so on
is this possible?
In theory but it needs some coding and it won’t be perfect. I’m not able to do that. Maybe with FlexSlider it would be easier to achieve but I’m not sure. http://flexslider.woothemes.com/basic-slider-with-caption.html I’m afraid I can’t help.
i am sorry to bother u but there is one new issue. please open www.cptauh.ae on a laptop. in the upper right corner u will see 3 social media icons and then contact email and contact number
next go to code inspector and view website in mobile view. you will see that the part in the upper right has vanished
i need that part to show between the grey bar on the top and the logo when in mobile view
@media only screen and (max-width: 767px)
#tagline, .social-icons, .contact-details, .top-search, .slide-caption, .js #responsive, .left-corner, .right-corner {
display: none;
}
style.css:4277
hi,
i have a question regarding this layout https://themeforest.net/item/nevia-responsive-html5-template/3708895
my purchase code is:- 1741bff4-09dc-40f1-9b71-352ca146d475
i made www.cptauh.ae out of your layout
my problem is with layerslider. this is an example of the captions that i am using:-Cyber Security is what we do.
it works perfectly on laptop view, but the problem is there are no captions for mobile screen view and the captions are going away
i need captions to show under the slider in mobile screen view and those captions are hidden in laptop view
please see www.esolutions-dm.ae and look at the slider on the home page. next go to code inspector and switch to mobile screen view and you will see extra captions under the slider. i need the same thing in the slider of www.cptauh.ae
how do i do that?
thanks
Captions are hidden in media queries (at the bottom of style.css they have “display: none”).
ok, i removed the style none from style.css
https://pasteboard.co/GKVkF4V.png is what i see on code inspector on my laptop. the handwriting of caption is very small. here the image showed in fullnext i tried it on iphone 6 of a friend of mine. https://pasteboard.co/GKVldR6.png is what i saw. here the image was shown zoomed in and cropped and there are no captions. i also tried it on another phone which is samsung s7. the image also is zoomed in and cropped but in the other phone the caption showed but in very small handwriting
https://pasteboard.co/GKVngoz.png is the captions for mobile view on www.esolutions-dm.ae. i need the same thing in your layout. in the other site i did it like this:-
<li>
<img src="images/1.jpg" alt="" />
<div class="flex-caption">
<div class="slide-txt">
<p>Enjoy peace of mind while we ensure your data is protected, available and completely managed</p>
</div>
</div>
<div class="mobcap">
<p>Enjoy peace of mind while we ensure your data is protected, available and completely managed</p>
</div>
</li>
i added extra caption which is class mobcap for mobile screen. the style for mobcap class is:-
.mobcap {
padding-bottom: 20px;
padding-top: 41px;
text-align: center;
display: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.mobcap {
display: block;
}
}
it is initially display none and on mobile screen it changes to display block
i tried the same thing in your slider:-
<!-- Slide 1 -->
<article class="ls-layer" style="slidedelay: 10000;">
<img src="images/slide-01.jpg" class="ls-bg" alt="" />
<h3 class="ls-s1 caption-transparent" style="top: 357px; left: 40px; width: 192px">Cyber Security is what we do.</h3>
<div class="mobcap">
<p>Cyber Security is what we do.</p>
</div>
</article>
but it is not working and that extra caption is not showing at all
i need from you 2 things which are:- 1) how to stop the image from zooming in and cropping in mobile view 2) how to make the captions work in my other way
thanks
can u plz give me your email if u cant see my code properly so i can send u what i did
I’ll reply you within 30 minutes but could you put slider code in < code > and < pre > tags? Code is not readable here in comments.
i fixed code. it is readable now
Solution for captions:
1. Add this to CSS:
<style>
@media only screen and (max-width: 767px) {
.slide-caption,
.caption-gray,
.caption-color,
.caption-transparent {
width: 100% !important;
left: 0 !important;
top: auto !important;
bottom: 0 !important;
border-radius: 0;
}
.slide-caption span,
.caption-gray span,
.caption-color span,
.caption-transparent span {
font-size: 16px;
color: #fff;
font-weight: 600;
display: block;
padding: 15px;
}
}
</style>
2. Add < span > in caption:
<h3 class="ls-s1 caption-color" style="top: 357px; left: 756px; slidedirection: right; slideoutdirection: right; durationin: 400; durationout: 1000; easingin: easeOutExpo; delayin: 1000;"><span>Powerful HTML5 Template</span></h3>
3. Effect: https://imgur.com/a/BVfEp
but I’m not sure what did you mean by cropping images on mobile devices. Everything looks fine, what’s the problem? 
thanks. i will try your code later
in https://pasteboard.co/GKVkF4V.png you will see that the image in the slider is shown in full and it is the same as the image when in laptop view, but the image size is smaller. this is what i saw when i tried iphone 6 in resposive view in code inspector on my laptop
https://pasteboard.co/GKVldR6.png is what i saw on an actual iphone 6. look at the image in the slider. this is the first slide in the slider but it is not the same as when you see it on laptop view. on the actual iphone 6 it zoomed in to part of picture and the word cyber is shown in big. i dont want that to happen and i want the same thing to happen in https://pasteboard.co/GKVkF4V.pngcompare the images that you see in slider on your laptop and on your mobile phone and u will see what i mean
Try this CSS:
.ls-slide .ls-bg {
height: auto !important;
margin-left: 0px !important;
margin-top: 0px !important;
object-fit: cover !important;
width: 100% !important;
top: 0 !important;
left: 0 !important;
}
You have to add ”.ls-bg” class for background image:
<img src="http://www.cptauh.ae/images/slide-01.jpg" class="ls-bg" alt="" />
Thanks for your reply. I will let u know what happens
Hi, how do I add meta tags to pages? For example: title, description, keywords
Hi, is it question related to wordpress or html version?
html version
Then you’ll need to do it manually.
Sorry, but I have admin panel, but no fields meta tags – http://clip2net.com/s/3NmbJqJ
I just renewed my support. Where do i download the most recent update? The file i get when downloading is several years old.
It has not been updated in the last months.
Hi! Great Theme! I just have a problem with layerslider. I cannot make the navigation buttons appear. In custom.js i have set navPrevNext to false and navButtons to true, but still nothing. Thank you!
Hi, unfortunately they are unstyled. You can use flexslider if you would like or install different slider like Revolution Slider.
what responsive framework you’ve used for this template?
Hi, this http://getskeleton.com/
I am unable to install bc I am missing the css style sheet. WHy is this?
Hi, it’s not wordpress theme. WP version is available for $49. If you would like please buy WP version, request refund for HTML and include license key of WordPress version in your request. Thanks.
Understood. I bought the wordpress version may i have the license key and also the refund for the $17?
You can request refund there http://themeforest.net/refund_requests/new
Helloe,
I bought the NEVIA template.
I am about to fit it to my needs.
Can you please help me tp include the ” Google Website Translation Code” into the index file-- instead of the social media links.
Code attached below.
Thank you
<script type=”text/javascript”> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: ‘en’, includedLanguages: ‘bg,cs,da,de,el,fi,fr,is,it,ja,ko,nl,no,pl,pt,ro,ru,sv,zh-CN’, layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, ‘google_translate_element’); } </script><script type=”text/javascript” src=”//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit”></script>Hi, I don’t have any experience with that. What’s wrong, what doesn’t work? 
Hi, Vasterad! Thanks for the awesome template. We’ve been using it for a few years now, but I am just now coming across an issue that I can’t seem to figure out. I hate it when people ask questions that someone else already asked and had answered, so know this, I have searched all the previous comments for the solution to my problem. I found people having the same issue as I, but none of the solutions have worked for me. I have also read the documentation several times to make sure I was doing it right. Here’s my problem, I need to add a link to my slides. According to the comments and the documentation, here is the code I am using:
<!- Slide 2 ->
<article class=”ls-layer” style=”slidedelay: 10000; slidedirection: top;”>
</article>
What am I doing wrong? I can’t get the link to work at all. The image still shows up, but when I click on it, it does nothing. Thanks for your help.
Could you post code in < code > tag? I can’t read it.
Or just send me an email on info[at]vasterad.com with your index.html file
I just sent my index file to your email address.
Replied
I’m building a wordpress website. But i have purchased HTML version of this theme. Please can I buy the wordpress version of the theme if I pay the additional cost for the wordpress theme
Hi, please buy WordPress version, send me license key and request refund for HTML. Giving refund might take a few weeks.
Hi – I need to know how to make the search box work. I added it back onto the homp pager per my clients request but i see the form action tells it the 404 page. Can you direct me to what my next step is? i can renew support for $12.50 if necessary.
http://www.standarddynamics.com/ thanks in advance, -MelanieHi, I’d suggest to use google search: https://support.google.com/customsearch/answer/2630969?hl=en
Unfortunately it’ll be difficult to run search in PHP if you don’t have PHP knowledge.
hi, works for me. what browser do you use
The slides do not start automatically and do not change.
$(document).ready(function(){
$('#layerslider').layerSlider({
skin : '',
responsive : true,
navPrevNext : true,
showBarTimer : false,
showCircleTimer : true,
navButtons : false,
navStartStop : false,
hoverPrevNext : false,
autostart : true,
firstlayer : 1
});
});
Thanks, that worked!
you’re welcome
Does Nevia works with newest edge and IE 11. I’m opening it on edge and site is runed over – on IE11 too. Everything looks fine on Firefox, Chrome and opera. I don’t know what’s the problem – maybe because i try it on local server??? I can send screen to ot show how does ot looks maybe this helps??
just checked and it works fine from IE8 to IE Edge, try to run demo from this link http://vasterad.com/themes/nevia/
Yes, everything works fine sorry it was due to my settins 
Ok, great 
Microsoft Edge browser doesn’t load the layerslider or it takes forever. Can be reproduced on the demo (you have to clear the cache to do it). If it is loaded once, it works. But a new visitor will see an empty picture with the loading screen icon.
Is there a fix?
Fixed it by changing the class of the failing img from “ls-bg” to “ls-s1” and adding “width: 100%; height:100%;” to the style component. It works now.
Thanks for the feedback!
Need help can I email you?
replied
Thanks worked good!
you’re welcome 
I am having trouble with the slider it does not automatically move to the next slide not even on the theme I just download after buying it? Let me know.
Hi, add this to layer slider section in custom.js:
autoStart: true;
you mean here:
$('#layerslider').layerSlider({
skin : 'fullwidth',
hoverPrevNext : true,
autoStart : true,
navStartStop : false,
navButtons : false,
autoPlayVideos : false,
animateFirstLayer : false
});
Yes, does it work?
No it does it, and checked that all tags are closed and I do not have the site online yet, let me know.
Try this
$(document).ready(function(){
$('#layerslider').layerSlider({
skin : '',
responsive : true,
navPrevNext : true,
showBarTimer : false,
showCircleTimer : true,
navButtons : false,
navStartStop : false,
hoverPrevNext : false,
autostart : true,
firstlayer : 1
});
});
Thanks that worked!! hope to see more themes to buy from you!
you’re welcome
Map not working recently – have google changed so I now need to have different code?
could you post link to your site?
You need to create google maps api key: https://console.developers.google.com/apis/ and paste it inside URL in nevia’s html markup: https://maps.google.com/maps/api/js?key=API (instead of “API”)
<section class=”google-map-container”>
</section>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyBoIiTGW8-gyV7TPSYyXYSDvix7XXnPHtE"></script>
<script src="scripts/jquery.gmap.min.js"></script>
<script type="text/javascript">
jQuery('#googlemaps').gMap({
maptype: 'ROADMAP',
scrollwheel: false,
zoom: 11,
markers: [
{
address: 'petworth', // Your Adress Here
html: '',
popup: false,
}
],
});
</script>
does the above code look correct? still not working… sorry
Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
Your site URL to be authorized: http://factoryclearanceservices.co.uk/contact.html
Debugger says as above. What domain did you authorize?
ok I see the issue – have to do actual html page… I will do that
Question posted yesterday:I have 5 slides 1020px 450px that I would like to appear consecutively for 4 seconds each within the LayerSlider. Have spent some time trying to achieve this, with no success – I’m currently getting each slide twice, in quick succession. Any help would be hugely appreciated. And yes – I’ve looked through docs.
<section id=”layerslider-container” > </section>
<article class="ls-layer">
</article>
<article class="ls-layer">
</article>
<article class="ls-layer">
</article>
<article class="ls-layer">
</article>
<article class="ls-layer">
</article>
Could you provide a link to your site?
You can adjust timing by slidedelay: <article class="ls-layer" style="slidedelay: 7000;">
I just checked it and have no idea. I’d suggest to use flexslider http://vasterad.com/themes/nevia/flexslider.html
I have 5 slides 1020px 450px that I would like to appear consecutively for 4 seconds each within the LayerSlider. Have spent some time trying to achieve this, with no success – so any help would be hugely appreciated. Jay
Replied