pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
How to create a grid using Lightbox Gallery with Typhoon theme?
· 5 years ago
@alkan, Grav has a dedicated repo for issues and questions about all Premium products: https://github.com/getgrav/grav-premium-issues
-
Custom Blueprint save changes file on server but displays the old content afterwards
· 5 years ago
@jannic, I'm afraid I cannot help you with anything Azure related... Try this post Deploy Grav to Azure using Azure DevOps from @techielass. Sara is Msft consultant for Azure.
-
MP3 file upload: "The mime type does not match to file extension"
· 5 years ago
@vlad73, Not my field of expertise, but you might be right... According to MDN on Common MIME types: Extension Kind of document MIME Type .mp3 MP3 audio audio/mpeg You might consider creatin
-
[Agency] Reset Button on Contact form
· 5 years ago
@citoyencandide, In terms of UX, isn’t changing the color of the button enough to avoid user clicking the wrong button ? I think I would first ask myself what the use-case might be that makes addin
-
Cannot edit pages using Admin – page loads but console shows a 500 server error
· 5 years ago
@pmurraydesign, I'm afraid I cannot reproduce the issue on a fresh install of the latest Grav + Admin. You might give $ bin/grav cache or a Clear cache from the Admin dashboard a try
-
[Agency] Reset Button on Contact form
· 5 years ago
@citoyencandide, Since I never used a reset button, the observed behaviour of the Reset button didn't ring a bell to me... After some Googling it appears to be the standard behaviour of the <input
-
[Agency] Reset Button on Contact form
· 5 years ago
@citoyencandide, Apart from the issue you are experiencing, you might consider if a Reset button is good UX. According to MDN on <input type="reset"> You should usually avoid including reset b
-
Agency - Service in markdown
· 5 years ago
@citoyencandide, Ok, in that case, ftp-ing system.yaml (or any other config file) over to the server, might cause a cache invalidation too. But Admin works fine too of course.
-
Agency - Service in markdown
· 5 years ago
@citoyencandide, keep in mind, that i do not host myself the server, so i should use the admin panel to clear the cache. That makes me wonder how you edit custom.css and Twig files...
-
Agency - Service in markdown
· 5 years ago
@citoyencandide, Grav is fast because it caches parsed pages and Twig. Therefor, you need to run $ bin/grav cache to clear the cache when things have changed when Grav doesn't know about it. A change