Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Simplesearch routing issue
· 11 years ago
BTW if you have made modifications to the Antimatter theme directly, back up your current copy of antimatter before doing an update: $ bin/gpm update
-
Simplesearch routing issue
· 11 years ago
Sorry Ronald, your question slipped through the cracks! First off, are you running the latest version of Antimatter? I recently made some updates that changed the way the base_url in the sidebar is bu
-
Simplesearch routing issue
· 11 years ago
Not that I want to be too impatient, but anyone any ideas? :) Thanks in advance!
-
Simplesearch routing issue
· 11 years ago
First of all: love Grav! Looks great, relatively easy to use. Looking forward to the Admin Plugin (saw the blog post just now ;)) Anyway, I'm using the default Grav installation (Antimatter theme with
-
Instagram
· 10 years ago
I haven't tried it, but Instagram's changes to their API made it a thoroughly painful process. What errors are you getting?
-
Instagram
· 10 years ago
Has anybody made the Instagram plugin work on Grav? The documentation is quite small and I just get Twig error messages. Cheers
-
Form fields in radio
· 10 years ago
eg: - type: radio label: 'Label ' name: choice1 text: 'Bla bla bla...' value: Choice classes: radio-input conclusion in a templa
-
Form fields in radio
· 10 years ago
Something like this --- html <html> <body> <form action=""> <input type="radio" name="option" value="1"> This is option 1 <input type="text" name="detail1"><br> <
-
Form fields in radio
· 10 years ago
You can do anything that regular HTML can do with Grav. What exactly would the form look like in regular HTML?
-
Form fields in radio
· 10 years ago
Hello, I would like to make a multiple choice form with radio buttons, but I want to have optional text fields inside the radio text. Is there a simple way to do this in Grav? Thanks, Alex.