Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
How to load a JSON file via AJAX?
· 11 months ago
@osagrav: A file called “default.md” was created in the folder when I created the page in the Dashboard, as expected. But I don’t think I can (or should) change that filename, correct? If you open th
-
How to load a JSON file via AJAX?
· 11 months ago
Folder is the path. MD file is the template. You should have something like: /user/pages/myfilepath/myfiletemplate.md When you visit /myfilepath, it will try to load myfiletemplate.html.twig by defau
-
How to load a JSON file via AJAX?
· 11 months ago
Do you have a page with the /myfile slug? If not, no wonder you get the error
-
Help with reCaptcha and Contact Form
· 11 months ago
Just checked on Android Chrome and seems to be working fine
-
Invalid Security Token” after updating to Grav v1.8.0-beta.4 (Admin v1.10.49)
· 12 months ago
Did you try all the suggestions provided here? https://learn.getgrav.org/17/troubleshooting/invalid-security-token
-
Upgrade from 1.7.48 to 1.7.49.3 Fails using dashboard
· 12 months ago
I occasionally have the same issue when updating my local copy of Grav, but never on live site. No idea why.. Just overwriting from downloaded zip always solves the problem too
-
Safe way to make changes in Grav Common
· 12 months ago
Maybe a plugin with onPageInitialized, where you can do whatever you want with the page? https://learn.getgrav.org/17/plugins/event-hooks#onpageinitialized
-
Switch not working in blueprints
· 12 months ago
I thought I saw something like that some time ago, but when I couldn't find it quickly, I figured I was imagining it 😅
-
Switch not working in blueprints
· 12 months ago
@pmoreno: it wouldn’t be bad for Grav to implement it Can't this be easily achieved with conditional?
-
Switch not working in blueprints
· 12 months ago
I think the closest you can get out of the box is conditional field https://learn.getgrav.org/17/forms/forms/fields-available#conditional-field But I think you have to save the page to see the change