Topic: Basic E Site Template
theotherguy priority asked 4 years ago
*_Expected behavior_*basic animations*_Actual behavior_*now error*_Resources (screenshots, code snippets etc.)_*example free template.jquery version.
WOW is not defined
Where is the reference to wow in the basic example? Are wow animations pro only? In the most basic example of the jquery, I get errors about now, when no other files are being included in the example.
Why am I getting an error when the example shows no other included files? Theres nothing left to include per the example. What has to be changed to allow animations to work?
in the header
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<link rel="stylesheet" href="/mdb/css/bootstrap.min.css">
<link rel="stylesheet" href="/mdb/css/mdb.min.css">
<link rel="stylesheet" href="/css/ui3.css">
above the close body
<script type="text/javascript" src="/mdb/js/jquery.min.js"></script>
<script type="text/javascript" src="/mdb/js/popper.min.js"></script>
<script type="text/javascript" src="/mdb/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/mdb/js/mdb.min.js"></script>
<!-- Initializations -->
<script type="text/javascript">
// Animations initialization
new WOW().init();
</script>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: 4.19.1
- Device: any
- Browser: any
- OS: any
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 4 years ago
Hi. WOW initialization must be inside the document ready function.