Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Mobile menu icon displaced to right off screen
· 4 years ago
Get rid of position: fixed; on .header-fixed .mobile-menu {}, .header-fixed #header {}, and .mobile-menu .button_container.active and they align as expected. You also want to test the widths thereafte
-
Finding Grav Pros
· 4 years ago
Usually in #jobs-listing on Discord, or on here, if you post about the type of work and specifics about contracts. Fiverr, and all other $1-50 sites, yields more work in my experience. The quality of
-
How to manage an extending theme among multiple instances
· 4 years ago
It depends a bit on what type of server access you have, and what prerequisites you are working with: Do you want or need the theme to version-controlled, so that different sites can use different ve
-
Form - Array To String Conversion Error
· 4 years ago
Please share the Twig-template that throws the error, as it looks when the error appears. The error is basically saying that you are trying to output the list of data directly, without looping over it
-
How can I integrate the functionality of a plugin into my theme?
· 4 years ago
I've no idea how my CV relates to anything, but I certainly am not "the man with the open mind at Grav". I guess I have a religious background now, maybe I'll start a church.
-
Automating website error checks
· 4 years ago
In the scenario where there might be orphan-pages, it would be fairly straightforward to add those to the mix by reading in what pages should exist, given a coherent pages' structure like Grav or any
-
Automating website error checks
· 4 years ago
I use Linkinator as part of a deployment pipeline, to check for dead or incorrect links. I like it because it's a JS-script, so it can be ran against various contexts - both locally and against produc
-
Grav as a static website builder with local development
· 4 years ago
One argument which I am sympathetic to is that CMS' are not interchangeable, nor interoperable, certainly not without rigging a larger workflow of middleman-solutions for API-communication. At that po
-
403 response on Uri.params submit
· 4 years ago
Indeed, the loss backwards-compatibility with a major-version-bump. v2.0.0 proper includes fallbacks to empty arrays if categories, tags, or colors are not set.
-
403 response on Uri.params submit
· 4 years ago
I believe this may be resolved with beta.3, which further simplifies the logic used for location-handling.