getgrav / grav-theme-landio

Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
https://getgrav.org
Other
31 stars 15 forks source link

Uncaught ReferenceError: htmlVideo is not defined when viewing a page #12

Open wfsaxton opened 7 years ago

wfsaxton commented 7 years ago
Uncaught ReferenceError: htmlVideo is not defined
    at init (landio.min.js:17872)
    at landio.min.js:17878
    at landio.min.js:17880

landio.min.js does not have the htmlVideo function defined even though landio.js does. Not sure if there was an issue in the minification but...

wfsaxton commented 7 years ago

When I try to work around this by subbing in landio.js for landio.min.js in base.html.twig:

<script src="{{ url('theme://js/landio.js') }}" type="text/javascript" ></script>

I get the error:

landio.js:27 Uncaught TypeError: $(...).waypoint is not a function
    at onScrollAnimations (landio.js:27)
    at init (landio.js:207)
    at landio.js:217
    at landio.js:219

So it looks like these files are out of whack somehow.

wfsaxton commented 7 years ago

I should add that this only appears to happen when loading a "default" page type.

justinhartman commented 6 years ago

Same issue as @wfsaxton