Treast / kirby-debugbar

PHP Debug Bar for KirbyCMS
MIT License
16 stars 0 forks source link

Can't see any bar at the bottom of the website #6

Closed ImaCrea closed 1 year ago

ImaCrea commented 1 year ago

Hi,

I've followed the readme and it seems the debug bar is loaded as I can see this in the bottom of my html :

Capture d’écran 2023-06-06 à 13 46 18

But I don't see anything at the bottom.

I caught a few errors in the debug console of the browser : Capture d’écran 2023-06-06 à 13 47 48 Capture d’écran 2023-06-06 à 13 47 38 Capture d’écran 2023-06-06 à 13 47 30

Treast commented 1 year ago

Should be fixed with 02e24c8695119985f2e3dc486a2c82f22ed3f7c6

I just release a new version (1.3.1), so you just have to run a composer update. Let me know if everything is okay

ImaCrea commented 1 year ago

Hey, I was just on it and found out it works if load jquery first in the footer <script src=" https://cdn.jsdelivr.net/npm/jquery@3.7.0/dist/jquery.min.js "></script>.

Gonna try to update and I tell you :)

ImaCrea commented 1 year ago

Did the update and it's working perfectly! Thank you 🙏 🤗

(btw no need to load jquery in the footer anymore ofc)

Treast commented 1 year ago

Yeah the fix sould work then. The regex on the .gitignore also removed the assets/vendor folder.