Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Workflow with grav in a professionnal setup
· 1 year ago
Never did a professional job for clients with Grav, but I'd say you, as a developer, should prepare a theme with all the configs, templates & plugins and the client would manage the website via t
-
Curious as to how Complex Grav is or Can be
· 1 year ago
PHP 3.3? 🧐 Seems there's something wrong with your setup. Current Grav should work fine on PHP 7.4-8.2 Good place to start would be learn.getgrav.org
-
Deploying to Azure Dev Ops - 404 Not Found Error
· 1 year ago
Probably not the cause (considering the error), but worth mentioning: PHP up to 8.3 is totally fine with Grav 1.7 8.4 requires Grav 1.8 This is a quote from @rhuk
-
How to force desktop mode for a single page
· 1 year ago
@Lucas.Sichardt: There’s only this: <meta name="viewport" content="width=device-width, initial-scale=1"> Did you try replacing this to what is suggested in the link I shared? <meta name="vie
-
How to force desktop mode for a single page
· 1 year ago
@Lucas.Sichardt: There’s only this Only what? How much are you familiar with HTML and CSS? Based on your posts, seems like not very 🤔
-
How to load a backup, if the site is fully offline/wrong
· 1 year ago
It should be in the /backup folder of your Grav root folder
-
Use a form in admin panel
· 1 year ago
What you most likely want, is Flex Objects. You can have whatever form you want in the Admin
-
How to force desktop mode for a single page
· 1 year ago
Probably would require extending base template and adding some check based on a custom page header
-
How to force desktop mode for a single page
· 1 year ago
https://stackoverflow.com/a/31334640/632687
-
Default frontmatter header for all pages
· 1 year ago
Probably would require one more option in the plugin for the default behavior if the header is missing. Maybe worth creating a feature request