Nervaq - Responsive One Page Template
Themeforest Nervaq - Responsive One Page Template HTML Template
Nervaq
Version 1.3.3
Nervaq is a fully responsive one page portfolio template with a modern, clean and minimalistic design suitable for your service, company or app.
Features
- Based on Bootstrap Framework 3
- Fully Responsive Layout
- Clean and well-commented HTML5 and CSS3 code
- Fullwidth home slider
- Ajax powered project portfolio
- Content animations
- Smooth scroll
- Slide menu
- Parallax effects
- Well-documented
- Easy to Customize
- Retina ready
- Google Web Fonts – 600+ Fonts
Credits
Images from live preview are not included in the template.
Support
Please feel free to get in contact with me with the form on my Profile Page for any questions.
Please don’t forget to rate this item
Changelog
Version 1.3.1 – 22 October 2013
- better mobile experience
- updated documentation
Version 1.3 – 16 October 2013
- added working contact form
- added centered portfolio option
- fixed minor issues and documentation
Version 1.2 – 15 October 2013
- added clients section
- fixed documentation
Version 1.1 – 14 October 2013
- added a layout with fullscreen video background
- fixed minor css issues
To be more specific if I want to add an external link to the forum is not possible
ReplyDeleteGuys,
ReplyDeleteIn the testimonials section, I got this message “Warning: extract() expects parameter 1 to be array, string given in /homepages/0/d502708663/htdocs/wp-content/themes/nervaq/theme/php/PeTheme/ShortCode/PeThemeShortcodeNervaqTestimonials.php on line 33”
I don’t know where the problem is from; Can you help me, please.
Hi Racheton7, please post the comment here http://themeforest.net/item/nervaq-responsive-one-page-wordpress-theme/6182274
ReplyDeleteI’m considering your template for purchase. I have a question: Is it possible to have a locally hosted video instead of youtube? If so, how would we do that? What formats are accepted?
ReplyDeleteThanks
Hi pbarney, it’s possible with an HTML5 video player like http://www.videojs.com/, but there are a lot of them. On videojs website you’ll find a extensive documentation on how to set it up. Formats accepted are, as far as I know, .mp4 .webm and .ogg.
ReplyDeleteOkay, for everyone concerned about the strange visual artifacts when viewing on Safari for Mac, I have a solution.
ReplyDeleteThe problem is with the jquery.appear plugin when it uses either the “flipInX” or “flipInY” animations. The “fadeInUp” animation works just fine.
So here is a solution that adjusts the animations if the viewer is using Safari for Mac:
In js/nervaq.js, add the following starting at line 59:
/* shut down flipInY and flipInX animations for Safari on Mac */
if (navigator.platform.toUpperCase().indexOf('MAC')>=0 &&
navigator.userAgent.indexOf('Safari') != -1 &&
navigator.userAgent.indexOf('Chrome') == -1) {
$('.animated').data('animation','fadeInUp');
}
That will fix the problem. In case you’re wondering why I’ve included a line for Chrome, Chrome’s useragent string includes the word “Safari”, so we have to explicitly ignore it.
Hi pbarney, thank you very much for your perfect solution!
ReplyDeleteGlad to be of assistance! Please let me know if there’s anything else I can do to help.
ReplyDeleteHello pbarney
ReplyDeleteI tried your code, it works fine. Tested with Safari 8.
Thanks so much
How can i add the previous, next arrows for the home-slides images!??
ReplyDeletei want them for the images on background NOT for the text slider where u used flexslider.
Hi kiranrajkathula, this feature is not available in the template. It can be added as a customization. Feel free to contact me through the form on my profile page
ReplyDeleteYeah! got it. for anybody who require the same,
ReplyDeleteadd customization as below:
nervaq.js
$(”#prev”).click(function(event) {
event.preventDefault();
$.backstretch(“prev”);
});
$(”#next”).click(function(event) {
event.preventDefault();
$.backstretch(“next”);
});
HTML:
<a id="prev" href="#"><img src="images/arrow-left.png" class="left" /></a>
<a id="next" href="#"><img src="images/arrow-right.png" class="right" /></a>
Works like charm
Thanks for your contribution kiranrajkathula
ReplyDeleteHello,
ReplyDeleteCan anyone help me with the following home slider text banner question:
When I installed the nervaq theme the default home slider text banner was two colors (http://2ad.eeb.myftpupload.com/) but when I remove the default banner and add my own, it’s only one color. How and where can I change this?
Thank you!!
Hi jgallaclasscfi, Here you’ll find the official support forum for the WP version of Nervaq
ReplyDeleteHi, I have some question. I need to duplicate the portfolio and they must work as two separate portfolios. When I open single project it appears in both portfolios and when I use that filter in second portfolio, it jumps up and down a you have to scroll it to see the portfolio. Could you please tell me how to do I fix that?
ReplyDeletethank you!
Love the template – great job. I am however in need a little help in adding multiple locations to the map area. I tried to edit the nervaq.js file, but I have not had much luck. Any advice would be greatly appreciated.
ReplyDelete