Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Debug bar does not show up
· 10 years ago
'probably' its a JS error. Can you check your console in your web developer tools?
-
Debug bar does not show up
· 10 years ago
I'm facing a similar problem on an admin plugin. The plugin adds a new tab to grav-admin, which works fine. Ghe only issue is that the debug bar does not show up. Strange thing is, that the debug bar
-
Debug bar does not show up
· 11 years ago
Perfect! My site works without jQuery, so this check really helps. Many Thanks!
-
Debug bar does not show up
· 11 years ago
It needs JQuery yes, and it does not automatically provide it. You can use the CDN version in your base twig template: {% do assets.addJs('//code.jquery.com/jquery-2.1.3.min.js',101) %} By using a 101
-
Debug bar does not show up
· 11 years ago
I just found out, that there are some JS errors now on my page, especially a "Uncaught ReferenceError: jQuery is not defined", which is caused by debugbar.js. Does the debug bar need jQuery on the pag
-
Debug bar does not show up
· 11 years ago
Hi! I tried to activate the debug bar by changing the config value in user/config/system.yaml (debugger: enabled: to true). Although I cleared the cache manually, the debug bar is not shown. Do I have
-
How to link to a list of articles with the tag "foo"?
· 10 years ago
This could help
-
How to link to a list of articles with the tag "foo"?
· 10 years ago
I got the same problem with WAMP. So i now try to use https://www.vagrantup.com/ to setup a functioning development environment on my windows 10 machine.
-
How to link to a list of articles with the tag "foo"?
· 10 years ago
Hi Conradi, I was about to do the exact same thing. Maybe you'd save me some time and tell me what to do? TIA
-
How to link to a list of articles with the tag "foo"?
· 10 years ago
... aaaand now i found out that the problem is XAMPP.