Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Basic Authentication for subset of Grav instance?
· 10 years ago
A good place to start is with this simple wordpress plugin: https://wordpress.org/plugins/wp-basic-auth/
-
Basic Authentication for subset of Grav instance?
· 10 years ago
That might be possible. I'd need Grav to read the basic auth headers, and return 401 on the secure pages, to trigger the default basic authentication dialogs, when not present. What I'm worried about
-
Basic Authentication for subset of Grav instance?
· 10 years ago
I think it should be possible to create a 'basic auth' plugin for the login plugin. One doesn't exist currently, but i've seen them for other platforms such as WordPress, and I think they function b
-
Basic Authentication for subset of Grav instance?
· 10 years ago
I recently took over managing a small static site for a volunteer org running on a rather limited PHP host. I would like to upgrade it to something more modern than trivial PHP and static HTML. Grav a
-
Submenu
· 10 years ago
sorry @franchan, can you explain a little bit more in detail what you are trying to say, because if I agree on the problem (dropdown menu tweakin'), I can't see the solution you mention. Thank you in
-
Submenu
· 10 years ago
@tom0360 You switch that on inside the antimatter.yaml as follows: dropdown: enabled: true But note that the css is crappy (e.g. inconsistent behaviour when scrolled or not). It'll need tweaking m
-
Submenu
· 10 years ago
I understand. Personally, I prefer consistency and would like to see either the menu routine totally separate from the theme so it is always included fully functioning or have it added to each theme b
-
Submenu
· 10 years ago
It's just the job of the theme in Grav and because antimatter is meant to be a minimal theme and not a catch all multipurpose theme, it's off by default. Other themes may have it on by default, or not
-
Submenu
· 10 years ago
I found it.. apparently it is disabled by default in the theme. Stuff like this worries me. I feel I spend so much time trying to find out where things are set and why things that work by default in
-
Submenu
· 10 years ago
Is there a trick to getting a submenu option to show for a child page? I was having no luck on a test site to get the sub-menu to show up so decided to install a fresh copy of grav and try again. Wit