Besides normal Theme Settings and Third-party Services, NexT supports some advanced settings which makes NexT customizable.
Please note that those settings may lead to abnormal behavior if they are wrong. Change them only when you know for what they are.
Third-party JS Libraries
You can set it to a proper CDN URL, which can make static assets (JavaScript Third-party Library) load faster, now NexT contains following third-party library:
Name | Original Link | NexT Internal Version |
---|---|---|
jQuery | jquery.com | 2.1.3 |
FontAwesome | fontawesome.io | 4.4.0 |
VelocityJS | velocityjs.org | 1.2.1 |
VelocityJS UI Pack | velocityjs.org/#uiPack | 1.2.1 |
UAParser.js | faisalman.github.io/ua-parser-js | 0.7.9 |
This feature located under vendors
section in theme config file._internal: lib
is used to tell NexT where internal library is located and you shouldn’t change this in most cases.
And next part is config of each library; if you leave it blank NexT will use internal version. Each config is in format of libname: CDN URL
. For example:
1 | jquery: //cdn.jsdelivr.net/jquery/2.1.3/jquery.min.js |
«Internal version» is the version that NexT tested and uses. And if you need other versions you need to test them first.
1 | # Script Vendors. |