Every Forms Not Displaying Due to JavaScript Errors – Possibly Slick Carousel C
-
The Forminator contact form is not displaying on my site. I checked the browser console and noticed JavaScript errors related to Slick Carousel not being a function (
.slick is not a function). These errors are likely preventing Forminator scripts from running properly.Console Errors :
Uncaught TypeError: $(…).slick is not a function
at (filename.js line number)Also seeing:
GET https://noeticminds.com/wp-content/fonts/roboto/xxxx.woff2 404What I’ve Tried:
- Deactivated WP Armour (was causing JS issues earlier)
- Disabled JS/CSS optimization (Autoptimize, WP Rocket)
- Used a child theme with minimal
functions.phpcode - Manually enqueued Slick carousel script via plugin
Still not resolved.
What This Breaks:
- Testimonial sliders
- Any carousels relying on Slick
- And possibly Forminator forms, if JS execution is halted
The page I need help with: [log in to see the link]
The topic ‘Every Forms Not Displaying Due to JavaScript Errors – Possibly Slick Carousel C’ is closed to new replies.