Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Baby published: Enhanced backup for Grav
· 9 years ago
You find it here: it's 0.1.0, so errors are to expect... https://github.com/leotiger/grav-plugin-backup-manager
-
How to apply CSS on a form page?
· 9 years ago
Thanks a lot! :D
-
How to apply CSS on a form page?
· 9 years ago
I'm using this to set a maximum width of 24rem and center all forms on my site: ---css form { max-width: 24rem; margin: auto; }
-
How to apply CSS on a form page?
· 9 years ago
I successfully created a contact page. The only problem i have is, that the input fields use the whole screen width. I'd like them to be in a centered box in the middle of the page. How can i do that?
-
Contact form breaks One-Page Site skeleton
· 9 years ago
Turning the autofocus off did the trick. Thanks!
-
Contact form breaks One-Page Site skeleton
· 9 years ago
The autofocus-attribute really should be outlawed from virtually everywhere, it only works well when the page only contains a form, and this skips a step for user experience.
-
Contact form breaks One-Page Site skeleton
· 9 years ago
Seems like the contact form has "autofocus" defined on the Name field, and the browser scrolls to that.
-
Contact form breaks One-Page Site skeleton
· 9 years ago
I'm trying to add a contact form to a one-page site created using Grav's One-Page Site skeleton. It works fine, except for one highly irritating detail: as soon as the comment form is added to the bot
-
Beginner: adding another theme
· 9 years ago
Content is irrelevant, but make sure you clear the cache after changing any settings in system.yaml.
-
Beginner: adding another theme
· 9 years ago
OOps... i installed the theme, not the skeleton. The skeleton does contain the new page and content... Now Grav is displaying "agency" like the demo! Nice... thnx everybody!