Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
*can't find admin folder*
· 11 years ago
Hi, I'm really new of GRAV. I downloaded core-admin package(grav-admin-v1.0.0-rc.6.zip) and installed today. I checked admin plugins are installed and created new user. Then I tried to access admin p
-
Nav arrows not working on Learn2 theme
· 11 years ago
Would need to get a copy of your site to really tell what's going on. You can ZIP it up and PM the link to download it.
-
Nav arrows not working on Learn2 theme
· 11 years ago
Hard to tell. The example sites work fine, and also http://learn.getgrav.org/. Try inspecting with the browser inspector and comparing the markup. Maybe some element is over preventing the mouse to ac
-
Nav arrows not working on Learn2 theme
· 11 years ago
I set up a documentation site using the RTFM skeleton and my user started adding pages. For some reason the prev/next page arrows are no longer working. If you click them nothing happens. The page/fol
-
Error in AddJs/AddCss functions in Assets.php
· 11 years ago
Ok will do, thanks for having a look. Best, Antony
-
Error in AddJs/AddCss functions in Assets.php
· 11 years ago
I'll have to look at it, but i've never had a problem nor seen any problem of this kind reported. Can you please create an issue here: https://github.com/getgrav/grav/issues
-
Error in AddJs/AddCss functions in Assets.php
· 11 years ago
I was setting it to false when calling the method, but it's set to true when assigned to the array $data, it's impossible to set it to false.
-
Error in AddJs/AddCss functions in Assets.php
· 11 years ago
Pipeline should be set to either true or false in your configuration. It should not be left blank or null.
-
Error in AddJs/AddCss functions in Assets.php
· 11 years ago
I was trying to add a js file using the AddJs method of the Assets class. There is an issue with the parameter $pipeline, specifically line 320 in Assets.php: 'pipeline' => $pipeline ?: true * Th
-
Overwrite or new plugin
· 11 years ago
That's probably the best idea. I'll clean up the code and make a request.