ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

Uncaught ReferenceError: Popper is not defined #318

Closed nodarik closed 3 years ago

nodarik commented 3 years ago

This error message appears even on our main demo in the dev tools: https://prnt.sc/106c9ve

Customers also reported it: https://forums.colorlib.com/t/uncaught-referenceerror-popper-is-not-defined

2w3nn3r commented 3 years ago

Found the problem here: wp-content/themes/illdy/layout/js/bootstrap/bootstrap.min.js Bootstrap runs on dependency called popper.js. For this there's a bundle you can use.

Couldn't find where to include it in the theme editor... So I downloaded bootstrap, took the bootstrap-4.0.0\dist\js\bootstrap.bundle.min.js renamed it to bootstrap.min.js and uploaded it to the theme on my webserver (replacing the old bootstrap.min.js ). Now the error is gone.

michalludynia commented 3 years ago

@2w3nn3r in my case the error is gone, but menu scrolling is still not working.

2w3nn3r commented 3 years ago

@Wazowski11 Did you try this?

https://github.com/ColorlibHQ/illdy/issues/317#issuecomment-803545322

michalludynia commented 3 years ago

@Wazowski11 Did you try this?

https://github.com/ColorlibHQ/illdy/issues/317#issuecomment-803545322

It worked, thanks.

mahendrapratap4022 commented 3 years ago

Hi @michalludynia This bug is fixed in https://github.com/ColorlibHQ/illdy/pull/323

WP-SpeedPlus commented 3 years ago

Hi @michalludynia This bug is fixed in #323

I got this message with Illdy 2.1.9. Uncaught ReferenceError: Popper is not defined at bootstrap.min.js?ver=3.3.6:6 Site: https://speedplus.com.ua/

mahendrapratap4022 commented 3 years ago

Hi @WP-SpeedPlus can you please try version 2.2.0? (you can clone this repo) This is the latest version which have solved this issue and if not please update here or create a new issue I'll look into it for sure. Thanks for letting us know.

WP-SpeedPlus commented 3 years ago

@mahendrapratap4022 Thanks, it works normally.

mahendrapratap4022 commented 3 years ago

Happy to help @WP-SpeedPlus 😊