680 comments found.
Hi Vasterad Excellent theme, thank you.
This may help someone with Dynamic Tabs so let me know if you have any suggestions.
I needed more control on the Tabs as I wanted to give user control to add another tab if needed. So I modified it as follows in custom.js and it works. The only issue left to handle is i can only click on the existing first tab, the rest of the tabs that are added dynamically are there, content is there but when I click the tab, it does not switch the tab.
/*----------------------------------------------------*/
/* Tabs
/*----------------------------------------------------*/
var $tabsNav = $('.tabs-nav'),
$tabsNavLis = $tabsNav.children('li'),
$tabContent = $('.tab-content'),
$tabTemplate = "<li class="active"><a href="#tab{cntr}">Company #{cntr}</a></li>",
$tabcounter = 2;
$tabsNav.each(function() {
var $this = $(this);
//alert($this);
$this.next().children('.tab-content').stop(true,true).hide()
.first().show();
$this.children('li').first().addClass('active').stop(true,true).show();
});
$tabsNavLis.on('click', function(e) {
var $this = $(this);
//alert($this);
$this.siblings().removeClass('active').end()
.addClass('active');
$this.parent().next().children('.tab-content').stop(true,true).hide()
.siblings( $this.find('a').attr('href') ).fadeIn();
e.preventDefault();
});
$( "#add_tab" )
.click(function() {
$id = $tabcounter;
$li = $tabTemplate.replace( /#\{cntr\}/g, "#" + $id );
$li = $li.replace( /#tab\{cntr\}/g, "#tab" + $id );
//get current tab content id from active tab href attribute
$cur = $tabsNav.find('.active').find('a').attr('href');
//alert($cur);
//remove active tab class
$(".tabs-nav li").removeClass("active");
//hide active tab content
$($cur).hide();
//add new tab
$tabsNav.append( $li );
//add tab content
$('.tabs-container').append( "<div class="tab-content" id="tab" + $tabcounter + "">test 123</div>");
$tabsNav.listview().listview("refresh");
$tabcounter++;
});
Ok caught one bug, the statement prior to the counter increment at the end was causing tabs id to not increment so now its incrementing properly but the issue with Tabs not displaying the relevant div persists.
remove the follow line from above code:
$tabsNav.listview().listview("refresh");
It’s really easy to use and integrate. There is just a problem, i don’t exactly know all elements and how to use them. Even in a small design there are lots of hidden things. But in a design like that lots lots of things that we can do. I’m really glad to purchasing a design like that, thanks a lot author!
Highly recommended, if you want great things…
Thanks for kind words. 
Is it possible to add a third level navigation menu?
Yes, there’s no problem.
Ok, nice but how? Can you provide me an example?
I’m on smartphone now and can’t do it, but it works just like second level navigation (unordered list in another unordered list). Just put deeper ul
ok, it worked, thanks!
Ok, I’m glad you sort it out
Love your template! I need help with the Google map on the Contact page. How do I get the map to open up in another window to allow people to get directions?
http://s489710819.onlinehome.us/contact.htmlHi, check out examples of fancybox 2 usage: http://fancyapps.com/fancybox/#examples – look at google maps (iframe) example
I am trying to get the Regular Table to work on a mobile device. Any thoughts would be greatly appreciated.
They are not adjusted to mobile view. You can try this guide http://css-tricks.com/responsive-data-tables/ 
Love your template! I need help with the Google map on the Contact page. How do I get the map to open up in another window to allow people to get directions?
http://s489710819.onlinehome.us/contact.htmlHello,
in my case the mobile version does not work correctly. It takes every h5 element as a link too and every h4 caption….
This problem does also exist on your own Demo, did you ever try it on a mobile device???
http://vasterad.com/themes/nevia/Look, there is the caption “Two lists and a paragraph” also available in the mobile menu, when selecting it you’ll get an error called “undefined”... Can you please figure out the problem and post the solution? Can’t belive nobody ever noticed this error?
Well I tried exactly this, but on my iPhone 6 with iOS 8.1.3 it does not work correctly, Safari tries to reload all the time some random pages, try it out yourself at the site given above ( https://www.sparkhost.co/ )
I’ve another idea but it’ll be manually method. You can add an extra class for these headings / paragraphs you want to disable on mobile view and hide them in media queries css.
I tried this, it did not work… I tried with no-mobile class in mobile media and landscape media with display:none; it show them up anyway… Any ideas?
Well, sorry but I don’t have any solution at this moment. I’ll need to ask my dev.
Hello!
Could you help me please to modify the contact.php file that it leads to a thanks.html page after pressing the SEND button?
Hi, contact form script is a premium plugin from code canyon, so I’m not author of it. I can send you a docs (contact me through profile page)
layerslider/skins/glass/skin.css Failed to load resource: the server responded with a status of 404 (Not Found)
I understand that you move all css in style.css and that’s great but the call for the skin.css still there and make bad status 404. That’s really bad !
What can i do to resolve the problem ?
Hm I’ll suggest to move slider styles to that location (layerslider/skins/glass/skin.css). I can’t see any code responsible for that in layerslider script/custom.js
Really bad ! And the same when i see @import in the style.css
In custom.js add skinsPath to layerslider like so:
skinsPath: “resources/nevia/css/” //point to your css folder location
and then in your css folder create a folder called fullwidth with a empty file called skin.css.
Well, you gave me 2 stars before I replied.
Like this i will have another call for a empty file… Nice for the speed of the page… And i give you 2 stars not just for the reply, but for the code…
Call to a empty file is the worst think i ear from a coder !
It was just a suggestion provided by other user. From me I’d suggest to put styles there as I mentioned before, but seems you know better and I’ll try to avoid arguing with you. Thanks.
Hey team is it somehow possible to upgrade from the html version to the wordpress version since we finally want to migrate to wordpress?
Unfortunately it need to be done manually. :/
Hi, the initial web color it’s blue, i need to change this color to red. Where can i change this code, indicates archives and lines please.
In head section. Change blue.css to any other you want
Hello! I am stuck and I need some help. For the love of God, I cannot figure out why ANY of the Javascript/animations, such as the NivoSlider, the accordian, or the tabs are not working! The scripts and HTML code look fine to me. The original works but my edited one does not. I have included a link below. Please help me. Thanks!
http://www.itsmoose.com/stedc/Did you make any changes in any js file?
No! None whatsoever. I even went back to the original JS files and copied them over just to be sure. I can’t figure this out. I even did a W3 Validator to see if my coding was off and I still got nothing.
The thing that gets to me is that it not only does not work on the index.html page, but any page with JS on it.
Hm, could you clarify what did you mean by (in first comment) “the original works)? Does ot means that original index.html without any changes works if you replace him with modified one? 
The original, unmodified, unedited index.html and all files works with all the original, unmodified, and unedited files I downloaded. My “unique”, edited, index.html file does not.
Even when I replaced them with your “original, unmodified, and unedited” index.html or JS files it did not work.
I hope that made sense.
Okay, I know what was wrong. You have blank list elements in mega menu. It caused the js issue.
Remove these li elements: https://dl.dropboxusercontent.com/u/25103329/jsbug.png
You are a genius. It works perfectly now. Thank you for the support and help!
You’re welcome.
¿the “image lightbox” and “image slider” are included in the regular license? (web template only)
Hi, unfortunately not.
Hi there, love the theme, but instead of the banner going left to right, or other directions is it possible to put it doind fade in and out between images.
Yes, it is
Hello!
I like your theme but when its open in Mobile or tab the menu converts to a single drop-down menu, is its possible to kept menu in its original form also the dropdown of megamenu and menu will open in mobile in its original form.
As my one friend purchse it in WP And I also want to purchase it in HTML, in WP the MENU is KEPT in ORIGINAL FORM by setting it but its not open in Mobile, So plz resolve it So that I will Purchase it.
plz send code so that i will test it on WP theme, wheter menu keep in mobile as in pc, as Responsive changes when screen resolution is 0 then menu will not open(drop-down), so tell the extra code so that dropdown is alo work, of it as we are currently working in partnership web address is designspark.url.ph, plz check it also try to reply soon with solution, as I comment trice times …..
It’s not possible, sorry.
How do I find and unpublish this module. “Achievements of Our Work”
Could you clarify where’s “Achievements of Our Work”? I’m not sure what did you mean.
On my About Us page there is a module that I can not finbd, and I can not unpublish. It is on the About Us page and is called :Achievements of Our Work. Where the heck is this!!!
Hello???
Never mind. I must tell you. you have a nice template but lousy documentation!
I didn’t make any “achievments of our work” module in Nevia… All available shortcodes are there http://vasterad.com/themes/nevia/elements.html
What’s more I have no idea what “About Us” page did you mean, because Nevia’s looks like this: http://vasterad.com/themes/nevia/about-us.html
Are you sure you’re talking about Nevia template?
Is there a way to make a slimmed down version of this template work on a Microsoft Server? My version works fine on Linux but is non-existent on Microsoft Server?
http://www.patrickdoyle.com/rhodes/I think there’s no problem with that, it’d needs just some work
Layer slider on small screen – I can only see the background images but not the additional h3 captions. I tried to add “responsive” option, but it did not help.
any hint?
$('#layerslider').layerSlider({
...
responsive : true,
...
});
captions are disabled in media queries in style.css
Thanks!
No problem
plz reply i am waiting for your reply, its 5 days ago msg, Plz check previous comment on same page.
Hi, sorry. I marked all messages as read. Could you clarify if you have WordPress version currently?
yes its by one of my friend….