hughbris Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 9 years ago · 579 posts · 13 topics · 127 reputation
Badges
Recent posts
-
Form page *anchors* to the middle of the page
· 7 years ago
Is this still a problem? I'm not seeing this behaviour.
-
Ignore taxonomy url filters
· 7 years ago
Really sounds like a bug. Would you be happy reporting this as an issue on Github? You could simply link this thread, since you described it fairly well here. Ideally provide a way to reproduce it. So
-
Failed to open stream: No such file or directory error
· 7 years ago
Lol, thanks for the followup. Maybe shop around for another host.
-
Email form and google sheet
· 7 years ago
You'll need to create a custom form action using PHP which uses the Sheets API to populate it with your form data. Doesn't look there's currently a plugin or anything out of the box to do this :(
-
Return status code 200 on virtual route
· 7 years ago
What are your virtual route pages currently returning for HTTP status?
-
Ignore taxonomy url filters
· 7 years ago
I've been playing with this a bit. I still find myself stabbing in the dark when following the docs and API definitions. Try something like '@pages.all.visible', or '@pages.all' and page.collection(a)
-
Failed to open stream: No such file or directory error
· 7 years ago
It looks like a permissions issue. Have you looked through and tried the steps from the Troubleshooting - Permissions section of the docs?
-
Child plugin flow?
· 7 years ago
Great question! I don't know of any official way and I'm sorry I have to make a quick reply right now with some suggestions: obviously you can override any templates defined in the plugin, though you
-
Grav & security vulnerability in jquery?
· 7 years ago
I can't speak about the vulerability specifically, but it's part of the theme you are using rather than Grav itself. It will be very simple to switch versions of Jquery or use another theme. However,
-
Has anyone successfully added their own classes to the TinyMCE integration?
· 7 years ago
Not sure if you noticed, but the plugin author has suggested a better way on Github. Please report back about it. Cheers.